/** Shopify CDN: Minification failed

Line 1284:13 Expected identifier but found whitespace
Line 1284:15 Unexpected "{"
Line 1284:24 Expected ":"
Line 1284:49 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:knx-benefits (INDEX:37) */
.knx-benefits {
  padding: 7rem 0;
  background: linear-gradient(180deg, #0B0B0B 0%, #0A1A2F 50%, #0B0B0B 100%);
}
.knx-benefits__header { margin-bottom: 3.5rem; }
.knx-bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 1.2rem;
}
.knx-bento__card {
  padding: 2.5rem 2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(198,167,92,0.12);
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
}
.knx-bento__card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C6A75C, transparent);
  opacity: 0;
  transition: opacity 0.5s;
}
.knx-bento__card:hover::before { opacity: 1; }
.knx-bento__card:hover { transform: translateY(-4px); border-color: rgba(198,167,92,0.25); }
.knx-bento__card--span2 { grid-column: span 2; }
.knx-bento__card--featured { background: linear-gradient(135deg, rgba(198,167,92,0.08), rgba(198,167,92,0.02)); }
.knx-bento__icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(198,167,92,0.12), rgba(198,167,92,0.04));
  border: 1px solid rgba(198,167,92,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.knx-bento__icon svg { width: 24px; height: 24px; color: #C6A75C; }
.knx-bento__card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.25rem; font-weight: 500; margin-bottom: 0.8rem; color: #F5F5F5; }
.knx-bento__card p { font-size: 0.9rem; line-height: 1.7; color: rgba(245,245,245,0.78); }
.knx-bento__stat {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.5rem;
  color: #C6A75C;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.knx-bento__stat-label {
  font-size: 0.8rem;
  color: #8A8A8A;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .knx-bento { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .knx-bento { grid-template-columns: 1fr; }
  .knx-bento__card--span2 { grid-column: span 1; }
}
/* END_SECTION:knx-benefits */

/* START_SECTION:knx-brands (INDEX:38) */
.knx-brands {
  padding: 5rem 0;
  border-top: 1px solid rgba(198,167,92,0.08);
  border-bottom: 1px solid rgba(198,167,92,0.08);
  overflow: hidden;
}
.knx-brands__header {
  text-align: center;
  margin-bottom: 3rem;
}
.knx-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
  mask-image: linear-gradient(90deg, transparent, black 15%, black 85%, transparent);
}
.knx-marquee__track {
  display: flex;
  gap: 4rem;
  animation: knxMarquee 30s linear infinite;
  width: max-content;
}
.knx-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 60px;
  padding: 0 1.5rem;
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(245,245,245,0.25);
  transition: color 0.4s;
  white-space: nowrap;
}
.knx-brand-item:hover { color: #C6A75C; }
@keyframes knxMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
/* END_SECTION:knx-brands */

/* START_SECTION:knx-cta (INDEX:39) */
.knx-cta {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}
.knx-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(198,167,92,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 50%, rgba(10,26,47,0.4) 0%, transparent 60%);
}
.knx-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 5rem 3rem;
  border: 1px solid rgba(198,167,92,0.15);
  background: rgba(10,26,47,0.3);
}
.knx-cta__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 1rem;
  color: #F5F5F5;
}
.knx-cta__heading em { font-style: italic; color: #C6A75C; }
.knx-cta__inner p { font-size: 1.05rem; margin-bottom: 2.5rem; color: rgba(245,245,245,0.6); }
.knx-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.knx-cta__contact {
  margin-top: 2rem !important;
  font-size: 0.82rem !important;
  color: #8A8A8A !important;
  margin-bottom: 0 !important;
}
.knx-cta__contact a { color: #C6A75C; text-decoration: none; }
@media (max-width: 768px) {
  .knx-cta__inner { padding: 3rem 1.5rem; }
}
/* END_SECTION:knx-cta */

/* START_SECTION:knx-features (INDEX:40) */
.knx-features {
  padding: 8rem 0;
}
.knx-features__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.knx-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.knx-feat-card {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(198,167,92,0.08);
}
.knx-feat-card__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #111A2B;
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.knx-feat-card:hover .knx-feat-card__img { transform: scale(1.08); }
.knx-feat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,26,47,0.95) 100%);
  transition: background 0.5s;
}
.knx-feat-card:hover .knx-feat-card__overlay {
  background: linear-gradient(180deg, transparent 20%, rgba(10,26,47,0.97) 100%);
}
.knx-feat-card__content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 2rem;
}
.knx-feat-card__number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  color: rgba(198,167,92,0.2);
  line-height: 1;
  margin-bottom: 0.5rem;
}
.knx-feat-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 1.4rem; margin-bottom: 0.6rem; color: #F5F5F5; }
.knx-feat-card p {
  font-size: 0.88rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s 0.1s;
  color: rgba(245,245,245,0.65);
}
.knx-feat-card:hover p { opacity: 1; transform: translateY(0); }
.knx-feat-card__tags {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s 0.2s;
  flex-wrap: wrap;
}
.knx-feat-card:hover .knx-feat-card__tags { opacity: 1; transform: translateY(0); }
.knx-feature-tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border: 1px solid rgba(198,167,92,0.3);
  color: #C6A75C;
}
@media (max-width: 1024px) {
  .knx-features__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .knx-features__grid { grid-template-columns: 1fr; }
  .knx-feat-card { aspect-ratio: 3/4; }
}
/* END_SECTION:knx-features */

/* START_SECTION:knx-gallery (INDEX:41) */
.knx-gallery { padding: 8rem 0; }
.knx-gallery__header { margin-bottom: 3.5rem; }
.knx-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 280px;
  gap: 1.2rem;
}
.knx-gallery__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(198,167,92,0.06);
}
.knx-gallery__item--tall { grid-row: span 2; }
.knx-gallery__item-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #111A2B;
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.knx-gallery__item:hover .knx-gallery__item-bg { transform: scale(1.06); }
.knx-gallery__item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(10,26,47,0.9) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.knx-gallery__item:hover .knx-gallery__item-overlay { opacity: 1; }
.knx-gallery__item-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s 0.1s;
}
.knx-gallery__item:hover .knx-gallery__item-info {
  transform: translateY(0);
  opacity: 1;
}
.knx-gallery__item-info h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  color: #F5F5F5;
}
.knx-gallery__item-info span { font-size: 0.78rem; color: #C6A75C; letter-spacing: 1px; }
.knx-gallery__cta { text-align: center; margin-top: 3rem; }
@media (max-width: 1024px) {
  .knx-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .knx-gallery__item--tall { grid-row: span 1; }
  .knx-gallery__item { min-height: 250px; }
}
@media (max-width: 768px) {
  .knx-gallery__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:knx-gallery */

/* START_SECTION:knx-hero (INDEX:42) */
.knx-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.knx-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,26,47,0.3) 0%, rgba(11,11,11,0.85) 70%, #0B0B0B 100%),
    url('https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?w=1920&q=80') center/cover no-repeat;
  transform: scale(1.05);
  animation: knxHeroZoom 20s ease-in-out infinite alternate;
}
@keyframes knxHeroZoom {
  from { transform: scale(1.05); }
  to   { transform: scale(1.12); }
}
.knx-hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}
.knx-hero__content {
  position: relative;
  z-index: 2;
  padding: 0 2rem;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.knx-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.2rem;
  background: rgba(198,167,92,0.1);
  border: 1px solid rgba(198,167,92,0.25);
  margin-bottom: 2rem;
  animation: knxFadeInDown 1s 0.3s both;
}
.knx-hero__badge span {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C6A75C;
}
.knx-hero__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 1.05;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #F5F5F5;
  animation: knxFadeInUp 1s 0.5s both;
}
.knx-hero__heading em { font-style: italic; color: #C6A75C; }
.knx-hero__desc {
  font-size: 1.15rem;
  color: rgba(245,245,245,0.65);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  animation: knxFadeInUp 1s 0.7s both;
}
.knx-hero__cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: knxFadeInUp 1s 0.9s both;
}
.knx-hero__features {
  display: flex;
  gap: 2rem;
  margin-top: 3.5rem;
  animation: knxFadeInUp 1s 1.1s both;
}
.knx-hero__feature {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.82rem;
  color: rgba(245,245,245,0.55);
  letter-spacing: 0.5px;
}
.knx-hero__feature svg { color: #C6A75C; flex-shrink: 0; }

/* Orbit visual */
.knx-hero__visual {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 380px;
  height: 380px;
  z-index: 2;
  animation: knxFadeIn 1.5s 1.3s both;
}
.knx-orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(198,167,92,0.12);
  border-radius: 50%;
  animation: knxOrbitSpin 30s linear infinite;
}
.knx-orbit--2 { inset: 40px; animation-duration: 25s; animation-direction: reverse; border-color: rgba(198,167,92,0.08); }
.knx-orbit--3 { inset: 80px; animation-duration: 20s; border-color: rgba(198,167,92,0.05); }
.orbit-node {
  position: absolute;
  width: 44px; height: 44px;
  background: rgba(10,26,47,0.9);
  border: 1px solid rgba(198,167,92,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orbit-node svg { width: 18px; height: 18px; color: #C6A75C; }
.knx-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100px; height: 100px;
  background: linear-gradient(135deg, rgba(198,167,92,0.15), rgba(198,167,92,0.05));
  border: 1px solid rgba(198,167,92,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #C6A75C;
  letter-spacing: 2px;
}
@keyframes knxOrbitSpin { to { transform: rotate(360deg); } }
@keyframes knxFadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes knxFadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes knxFadeIn { from { opacity: 0; } to { opacity: 1; } }
@media (max-width: 1024px) { .knx-hero__visual { display: none; } }
@media (max-width: 768px) {
  .knx-hero__features { flex-direction: column; gap: 0.8rem; }
  .knx-hero__cta { flex-direction: column; }
  .knx-hero { min-height: 90vh; }
}
/* END_SECTION:knx-hero */

/* START_SECTION:knx-process (INDEX:43) */
.knx-process {
  padding: 8rem 0;
  background: #0B0B0B;
}
.knx-process__header { margin-bottom: 4rem; }
.knx-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.knx-timeline::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 30px; right: 30px;
  height: 1px;
  background: linear-gradient(90deg, #C6A75C, rgba(198,167,92,0.3), #C6A75C);
}
.knx-timeline__step {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 1rem;
}
.knx-timeline__dot {
  width: 64px; height: 64px;
  margin: 0 auto 1.5rem;
  background: #0B0B0B;
  border: 1px solid rgba(198,167,92,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.knx-timeline__step:hover .knx-timeline__dot {
  border-color: #C6A75C;
  background: rgba(198,167,92,0.08);
  transform: scale(1.1);
}
.knx-timeline__dot svg { width: 24px; height: 24px; color: #C6A75C; }
.knx-timeline__number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.75rem;
  color: #C6A75C;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}
.knx-timeline__step h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #F5F5F5;
}
.knx-timeline__step p {
  font-size: 0.82rem;
  color: rgba(245,245,245,0.5);
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .knx-timeline { flex-wrap: wrap; gap: 2rem; }
  .knx-timeline::before { display: none; }
  .knx-timeline__step { flex: 0 0 calc(33.333% - 1rem); }
}
@media (max-width: 768px) {
  .knx-timeline__step { flex: 0 0 100%; }
}
/* END_SECTION:knx-process */

/* START_SECTION:knx-services (INDEX:44) */
.knx-services {
  padding: 8rem 0;
  background: linear-gradient(180deg, #0B0B0B, #0A1A2F);
}
.knx-services__header {
  text-align: center;
  margin-bottom: 3.5rem;
}
.knx-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid rgba(198,167,92,0.12);
}
.knx-service-block {
  padding: 3rem 2.5rem;
  border-right: 1px solid rgba(198,167,92,0.12);
  position: relative;
  transition: all 0.5s;
}
.knx-service-block:last-child { border-right: none; }
.knx-service-block::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 2px;
  background: #C6A75C;
  transition: width 0.5s;
}
.knx-service-block:hover::after { width: 100%; }
.knx-service-block:hover { background: rgba(198,167,92,0.03); }
.knx-service-block__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 4rem;
  color: rgba(198,167,92,0.1);
  line-height: 1;
  margin-bottom: 1rem;
}
.knx-service-block h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #F5F5F5;
}
.knx-service-block p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: rgba(245,245,245,0.78);
}
.knx-service-list { list-style: none; }
.knx-service-list li {
  font-size: 0.85rem;
  color: rgba(245,245,245,0.6);
  padding: 0.4rem 0 0.4rem 1.2rem;
  position: relative;
}
.knx-service-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 6px; height: 6px;
  border: 1px solid #C6A75C;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 1024px) {
  .knx-services__grid { grid-template-columns: 1fr; }
  .knx-service-block { border-right: none; border-bottom: 1px solid rgba(198,167,92,0.12); }
  .knx-service-block:last-child { border-bottom: none; }
}
/* END_SECTION:knx-services */

/* START_SECTION:knx-what-is (INDEX:45) */
.knx-what-is {
  padding: 8rem 0;
  position: relative;
}
.knx-what-is::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,167,92,0.2), transparent);
}
.knx-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.knx-diagram {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 440px;
  margin: 0 auto;
}
.knx-diagram__house {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 140px; height: 140px;
  background: linear-gradient(135deg, rgba(198,167,92,0.1), rgba(198,167,92,0.03));
  border: 1px solid rgba(198,167,92,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 35%, 100% 100%, 0% 100%, 0% 35%);
}
.knx-diagram__node {
  position: absolute;
  padding: 0.7rem 1.2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(198,167,92,0.12);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(245,245,245,0.75);
  display: flex;
  align-items: center;
  gap: 6px;
}
.knx-diagram__node::before {
  content: '';
  position: absolute;
  background: rgba(198,167,92,0.3);
}
.knx-diagram__node--top    { top: 8%; left: 50%; transform: translateX(-50%); }
.knx-diagram__node--top::before    { bottom: -15px; left: 50%; transform: translateX(-50%); width: 1px; height: 30px; }
.knx-diagram__node--right  { right: 2%; top: 50%; transform: translateY(-50%); }
.knx-diagram__node--right::before  { left: -30px; top: 50%; transform: translateY(-50%); width: 30px; height: 1px; }
.knx-diagram__node--bottom { bottom: 8%; left: 50%; transform: translateX(-50%); }
.knx-diagram__node--bottom::before { top: -15px; left: 50%; transform: translateX(-50%); width: 1px; height: 30px; }
.knx-diagram__node--left   { left: 2%; top: 50%; transform: translateY(-50%); }
.knx-diagram__node--left::before   { right: -30px; top: 50%; transform: translateY(-50%); width: 30px; height: 1px; }
.knx-diagram__node--tl     { top: 18%; left: 5%; }
.knx-diagram__node--tr     { top: 18%; right: 5%; }

.knx-what-is__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #F5F5F5;
}
.knx-what-is__text p { margin-bottom: 1.5rem; font-size: 1rem; }
.knx-systems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}
.knx-system-tag {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(198,167,92,0.12);
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(245,245,245,0.7);
  transition: all 0.3s;
}
.knx-system-tag:hover {
  border-color: #C6A75C;
  background: rgba(198,167,92,0.06);
  color: #C6A75C;
}
@media (max-width: 1024px) {
  .knx-split { grid-template-columns: 1fr; gap: 3rem; }
  .knx-diagram { max-width: 320px; }
  .knx-systems { grid-template-columns: repeat(2, 1fr); }
}
/* END_SECTION:knx-what-is */

/* START_SECTION:knx-why-us (INDEX:46) */
.knx-why-us {
  padding: 8rem 0;
  background: linear-gradient(180deg, #0B0B0B, #0A1A2F, #0B0B0B);
}
.knx-why-us__header { margin-bottom: 3.5rem; }
.knx-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.knx-why-card {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(198,167,92,0.12);
  transition: all 0.4s;
}
.knx-why-card:hover {
  border-color: rgba(198,167,92,0.3);
  transform: translateX(8px);
}
.knx-why-card__icon {
  width: 48px; height: 48px;
  min-width: 48px;
  background: linear-gradient(135deg, rgba(198,167,92,0.1), transparent);
  border: 1px solid rgba(198,167,92,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.knx-why-card__icon svg { width: 22px; height: 22px; color: #C6A75C; }
.knx-why-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #F5F5F5;
}
.knx-why-card p { font-size: 0.88rem; color: rgba(245,245,245,0.6); }
@media (max-width: 768px) { .knx-why-grid { grid-template-columns: 1fr; } }
/* END_SECTION:knx-why-us */

/* START_SECTION:sg-ai-spotlight (INDEX:83) */
.sg-ai {
  position: relative;
  padding: 120px 24px;
  text-align: center;
  overflow: hidden;
}
.sg-ai__bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0A1A2F 0%, rgba(20,35,60,0.95) 50%, #0B0B0B 100%);
}
.sg-ai__glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(198,167,92,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.sg-ai__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.sg-ai__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 22px;
  border: 1px solid #C6A75C;
  color: #C6A75C;
  margin-bottom: 28px;
}
.sg-ai__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 48px 0;
}
.sg-ai__feat { text-align: center; }
.sg-ai__feat-icon {
  margin-bottom: 14px;
  filter: drop-shadow(0 0 12px rgba(198,167,92,0.3));
}
.sg-ai__feat h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #F5F5F5;
}
.sg-ai__feat p {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  line-height: 1.5;
}
.sg-ai__cta { margin-top: 16px; }
@media (max-width: 1024px) {
  .sg-ai__features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .sg-ai__features { grid-template-columns: 1fr; }
}
/* END_SECTION:sg-ai-spotlight */

/* START_SECTION:sg-brands (INDEX:86) */
.sg-brands-section {
  padding: 20px 24px 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.sg-brands-section__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  color: #F5F5F5;
  text-align: center;
  margin-bottom: 40px;
}
.sg-brands-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: center;
  padding: 20px 0;
}
.sg-brand-name {
  font-size: 16px;
  font-weight: 400;
  color: rgba(245,245,245,0.35);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color .3s;
  cursor: default;
}
.sg-brand-name:hover { color: rgba(245,245,245,0.7); }
/* END_SECTION:sg-brands */

/* START_SECTION:sg-contact-cta (INDEX:90) */
/* ── SG Contact CTA ── */
.sg-contact-cta {
  padding: 100px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sg-contact-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0B0B0B 0%, #0A1A2F 50%, #0B0B0B 100%);
}
.sg-contact-cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,167,92,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.sg-contact-cta__content {
  position: relative;
  z-index: 2;
}
.sg-contact-cta__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600;
  color: var(--sg-white);
  margin-bottom: 18px;
  line-height: 1.2;
}
.sg-contact-cta__title em {
  font-style: italic;
  color: var(--sg-gold);
}
.sg-contact-cta__desc {
  font-size: 16px;
  font-weight: 300;
  color: rgba(245,245,245,0.5);
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.sg-contact-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* CTA Buttons */
.sg-cta-btn {
  padding: 16px 36px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.sg-cta-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}
.sg-cta-btn .sg-cta-wa-icon {
  fill: currentColor;
  stroke: none;
}
.sg-cta-btn--primary {
  background: var(--sg-gold);
  color: #0B0B0B;
  border: none;
}
.sg-cta-btn--primary:hover {
  background: var(--sg-gold-light);
  color: #0B0B0B;
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(198,167,92,0.3);
}
.sg-cta-btn--outline {
  background: transparent;
  border: 1px solid rgba(198,167,92,0.3);
  color: var(--sg-gold);
}
.sg-cta-btn--outline:hover {
  border-color: var(--sg-gold);
  background: rgba(198,167,92,0.08);
  color: var(--sg-gold);
  transform: translateY(-2px);
}

/* Scroll reveal (shared utility) */
.sg-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.sg-reveal.sg-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Section label (shared) */
.sg-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--sg-gold);
  margin-bottom: 16px;
}
.sg-section-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--sg-gold);
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
  .sg-contact-cta { padding: 70px 20px; }
  .sg-contact-cta__buttons { flex-direction: column; align-items: center; }
}
/* END_SECTION:sg-contact-cta */

/* START_SECTION:sg-contact-form (INDEX:91) */
.sg-contact-main {
  background: linear-gradient(180deg, #0B0B0B 0%, #060B14 100%);
  padding: 100px 40px;
  position: relative;
}
.sg-contact-main__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sg-contact-main__header { margin-bottom: 50px; }
.sg-contact-main__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* shared */
.sg-section-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500;
  letter-spacing: 4px; text-transform: uppercase;
  color: var(--sg-gold); margin-bottom: 16px;
}
.sg-section-label::before {
  content: ''; width: 24px; height: 1px;
  background: var(--sg-gold); opacity: 0.5;
}
.sg-section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px); font-weight: 600;
  line-height: 1.2; color: var(--sg-white); margin-bottom: 16px;
}
.sg-section-desc {
  font-size: 16px; font-weight: 300;
  color: rgba(245,245,245,0.55); line-height: 1.7; max-width: 550px;
}

/* form wrap */
.sg-contact-form-wrap {
  background: linear-gradient(145deg, rgba(10,26,47,0.4), rgba(11,11,11,0.7));
  border: 1px solid var(--sg-border);
  border-radius: 20px; padding: 48px;
}
.sg-contact-form__title {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 600; color: var(--sg-white); margin-bottom: 6px;
}
.sg-contact-form__subtitle {
  font-size: 14px; font-weight: 300;
  color: rgba(245,245,245,0.45); margin-bottom: 32px;
}

/* honeypot */
.sg-hp-field {
  position: absolute; left: -9999px;
  width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none;
}

.sg-required { color: var(--sg-gold); margin-left: 2px; }

/* form fields */
.sg-form-row {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px; margin-bottom: 18px;
}
.sg-form-group { margin-bottom: 18px; }
.sg-form-group label,
.sg-form-checkbox-group > label {
  display: block; font-size: 12px; font-weight: 500;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(245,245,245,0.5); margin-bottom: 8px;
}
.sg-form-group input,
.sg-form-group select,
.sg-form-group textarea {
  width: 100%; padding: 14px 18px;
  background: rgba(10,26,47,0.4);
  border: 1px solid rgba(198,167,92,0.12);
  border-radius: 10px; color: var(--sg-white);
  font-family: var(--font-body); font-size: 14px; font-weight: 400;
  transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94); outline: none;
}
.sg-form-group input:focus,
.sg-form-group select:focus,
.sg-form-group textarea:focus {
  border-color: rgba(198,167,92,0.45);
  background: rgba(10,26,47,0.6);
  box-shadow: 0 0 0 3px rgba(198,167,92,0.08);
}
.sg-form-group input[aria-invalid="true"] { border-color: rgba(220,80,80,0.5); }
.sg-form-group input::placeholder,
.sg-form-group textarea::placeholder { color: rgba(245,245,245,0.25); }
.sg-form-group select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23C6A75C' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; cursor: pointer;
}
.sg-form-group select option { background: #0A1A2F; color: #F5F5F5; }
.sg-form-group textarea { resize: vertical; min-height: 120px; }

/* checkboxes */
.sg-form-checkbox-group { margin-bottom: 24px; }
.sg-checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sg-checkbox-item {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  padding: 10px 14px; border-radius: 8px;
  border: 1px solid rgba(198,167,92,0.08);
  transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.sg-checkbox-item:hover {
  border-color: rgba(198,167,92,0.2); background: rgba(198,167,92,0.04);
}
.sg-checkbox-item input[type="checkbox"] {
  appearance: none; -webkit-appearance: none;
  width: 18px; height: 18px; min-width: 18px;
  border: 1.5px solid rgba(198,167,92,0.3);
  border-radius: 4px; background: transparent;
  cursor: pointer; transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  position: relative;
}
.sg-checkbox-item input[type="checkbox"]:checked {
  background: var(--sg-gold); border-color: var(--sg-gold);
}
.sg-checkbox-item input[type="checkbox"]:checked::after {
  content: ''; position: absolute;
  left: 5px; top: 2px; width: 5px; height: 9px;
  border: solid #0B0B0B; border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.sg-checkbox-item span { font-size: 13px; font-weight: 400; color: rgba(245,245,245,0.6); }

/* submit */
.sg-form-submit {
  width: 100%; padding: 16px;
  background: var(--sg-gold); color: #0B0B0B; border: none;
  border-radius: 10px; font-family: var(--font-body);
  font-size: 14px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.sg-form-submit:hover {
  background: var(--sg-gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(198,167,92,0.3);
}
.sg-form-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.sg-form-submit::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transform: translateX(-100%); transition: 0.6s ease;
}
.sg-form-submit:not(:disabled):hover::after { transform: translateX(100%); }

/* feedback */
.sg-form-success {
  display: flex; align-items: center; gap: 12px;
  padding: 16px 20px;
  background: rgba(37,211,102,0.1);
  border: 1px solid rgba(37,211,102,0.25);
  border-radius: 10px; color: #25D366; font-size: 14px; margin-bottom: 24px;
}
.sg-form-success svg {
  width: 20px; height: 20px; stroke: #25D366; fill: none;
  stroke-width: 2.5; flex-shrink: 0;
}
.sg-form-error {
  padding: 14px 18px;
  background: rgba(220,50,50,0.1); border: 1px solid rgba(220,50,50,0.25);
  border-radius: 10px; color: #f87171; font-size: 13px; margin-bottom: 20px;
}
.sg-form-error a { color: #f87171; text-decoration: underline; }

/* right side */
.sg-contact-info-wrap { display: flex; flex-direction: column; gap: 28px; }
.sg-office-card {
  background: linear-gradient(145deg, rgba(10,26,47,0.4), rgba(11,11,11,0.7));
  border: 1px solid var(--sg-border); border-radius: 20px; padding: 36px;
  transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.sg-office-card:hover { border-color: rgba(198,167,92,0.3); }
.sg-office-badge {
  display: inline-block; padding: 4px 14px;
  background: rgba(198,167,92,0.1); border: 1px solid rgba(198,167,92,0.2);
  border-radius: 20px; font-size: 11px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase; color: var(--sg-gold); margin-bottom: 16px;
}
.sg-office-name {
  font-family: var(--font-display); font-size: 20px; font-weight: 600;
  color: var(--sg-white); margin-bottom: 14px;
}
.sg-office-details { display: flex; flex-direction: column; gap: 10px; }
.sg-office-detail {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14px; font-weight: 300;
  color: rgba(245,245,245,0.55); line-height: 1.5;
}
.sg-office-detail svg {
  width: 16px; height: 16px; min-width: 16px;
  stroke: var(--sg-gold); fill: none; stroke-width: 1.5; margin-top: 3px;
}
.sg-office-reveal {
  cursor: pointer; transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  padding: 6px 0; border-radius: 6px;
}
.sg-office-reveal:hover { color: var(--sg-gold); }
.sg-reveal-text {
  color: rgba(245,245,245,0.35); font-style: italic;
  transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.sg-office-reveal:hover .sg-reveal-text { color: rgba(198,167,92,0.6); }
.sg-office-reveal.sg-revealed .sg-reveal-text { font-style: normal; color: var(--sg-gold); }

/* map */
.sg-map-wrap {
  border-radius: 20px; overflow: hidden;
  border: 1px solid var(--sg-border); height: 260px; position: relative;
  background: linear-gradient(135deg, rgba(10,26,47,0.6), rgba(11,11,11,0.9));
}
.sg-map-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px;
}
.sg-map-placeholder span {
  font-size: 13px; font-weight: 400; color: rgba(245,245,245,0.35);
  letter-spacing: 1px; margin-top: 40px;
}
.sg-map-grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(198,167,92,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(198,167,92,0.04) 1px, transparent 1px);
  background-size: 40px 40px; pointer-events: none;
}
.sg-map-pin {
  position: absolute; top: 40%; left: 50%;
  transform: translate(-50%, -100%);
  animation: sgPinBounce 2s ease-in-out infinite;
}
@keyframes sgPinBounce {
  0%, 100% { transform: translate(-50%, -100%); }
  50%       { transform: translate(-50%, -108%); }
}

/* scroll reveal */
.sg-reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.sg-reveal.sg-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1024px) { .sg-contact-main__layout { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 768px) {
  .sg-contact-main { padding: 70px 20px; }
  .sg-contact-form-wrap { padding: 28px 22px; }
  .sg-form-row { grid-template-columns: 1fr; }
  .sg-checkbox-grid { grid-template-columns: 1fr; }
}
/* END_SECTION:sg-contact-form */

/* START_SECTION:sg-contact-hero (INDEX:92) */
/* ── SG Contact Hero ── */
.sg-contact-hero {
  position: relative;
  min-height: {{ section.settings.min_height }}vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 40px 80px;
  overflow: hidden;
}
.sg-contact-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0A1A2F 0%, #0B0B0B 40%, #0F1B2D 70%, #0B0B0B 100%);
}
.sg-contact-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(198,167,92,0.06) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 30%, rgba(198,167,92,0.04) 0%, transparent 50%);
  pointer-events: none;
}

/* Particles */
.sg-contact-hero__particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.sg-contact-hero__particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: var(--sg-gold);
  border-radius: 50%;
  opacity: 0;
  animation: sgParticleFloat 6s ease-in-out infinite;
}
.sg-contact-hero__method a{
  color: #c6a75c;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
@keyframes sgParticleFloat {
  0%   { opacity: 0; transform: translateY(100px) scale(0); }
  30%  { opacity: 0.6; }
  70%  { opacity: 0.3; }
  100% { opacity: 0; transform: translateY(-200px) scale(1); }
}

/* Content */
.sg-contact-hero__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.sg-contact-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--sg-gold);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  animation: sgFadeUp 0.8s ease forwards 0.5s;
}
.sg-contact-hero__label::before,
.sg-contact-hero__label::after {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--sg-gold);
  opacity: 0.5;
}
.sg-contact-hero__title {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 600;
  line-height: 1.15;
  color: var(--sg-white);
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(30px);
  animation: sgFadeUp 0.8s ease forwards 0.7s;
}
.sg-contact-hero__title em {
  font-style: italic;
  color: var(--sg-gold);
}
.sg-contact-hero__subtitle {
  font-size: 17px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  max-width: 550px;
  margin: 0 auto 36px;
  line-height: 1.7;
  opacity: 0;
  transform: translateY(20px);
  animation: sgFadeUp 0.8s ease forwards 0.9s;
}
.sg-contact-hero__methods {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  animation: sgFadeUp 0.8s ease forwards 1.1s;
}
.sg-contact-hero__method {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 400;
  color: rgba(245,245,245,0.5);
  letter-spacing: 1px;
}
.sg-contact-hero__method svg {
  width: 18px;
  height: 18px;
  stroke: var(--sg-gold);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
}
@keyframes sgFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .sg-contact-hero {
    padding: 120px 20px 60px;
    min-height: 55vh;
  }
  .sg-contact-hero__methods { gap: 20px; }
}
@media (max-width: 480px) {
  .sg-contact-hero__title { font-size: 32px; }
  .sg-contact-hero__methods {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
}
/* END_SECTION:sg-contact-hero */

/* START_SECTION:sg-contact-methods (INDEX:93) */
/* ── SG Contact Methods ── */
.sg-contact-methods {
  background: var(--sg-black);
  border-bottom: 1px solid var(--sg-border);
  padding: 100px 40px;
  position: relative;
}
.sg-contact-methods__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sg-contact-methods__header {
  text-align: center;
  margin-bottom: 50px;
}

/* Shared label / title / desc */
.sg-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--sg-gold);
  margin-bottom: 16px;
}
.sg-section-label::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--sg-gold);
  opacity: 0.5;
}
.sg-section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--sg-white);
  margin-bottom: 16px;
}
.sg-section-desc {
  font-size: 16px;
  font-weight: 300;
  color: rgba(245,245,245,0.55);
  line-height: 1.7;
  max-width: 550px;
}

/* Grid */
.sg-contact-methods__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Method Card */
.sg-method-card {
  position: relative;
  background: linear-gradient(145deg, rgba(10,26,47,0.5), rgba(11,11,11,0.8));
  border: 1px solid var(--sg-border);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: block;
  color: inherit;
}
.sg-method-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sg-gold), transparent);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.sg-method-card:hover {
  border-color: rgba(198,167,92,0.35);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.sg-method-card:hover::before { opacity: 1; }

.sg-method-card__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(198,167,92,0.08);
  border: 1px solid rgba(198,167,92,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}
.sg-method-card:hover .sg-method-card__icon {
  background: rgba(198,167,92,0.15);
  border-color: rgba(198,167,92,0.4);
  transform: scale(1.08);
}
.sg-method-card__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--sg-gold);
  fill: none;
  stroke-width: 1.5;
}
.sg-method-card__icon .sg-wa-icon {
  fill: var(--sg-gold);
  stroke: none;
}
.sg-method-card__name {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--sg-white);
  margin-bottom: 8px;
}
.sg-method-card__detail {
  font-size: 14px;
  font-weight: 400;
  color: var(--sg-gold);
  margin-bottom: 6px;
}
.sg-method-card__detail--hidden {
  cursor: pointer;
  position: relative;
  color: rgba(245,245,245,0.45);
}
.sg-method-card__detail--hidden::after {
  content: '';
  display: inline-block;
  width: 0; height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--sg-gold);
  margin-left: 6px;
  vertical-align: middle;
  opacity: 0.6;
}
.sg-method-card__detail--revealed {
  color: var(--sg-gold);
}
.sg-method-card__detail--revealed::after { display: none; }
.sg-method-card__sub {
  font-size: 12px;
  font-weight: 300;
  color: rgba(245,245,245,0.4);
  letter-spacing: 0.5px;
}

/* Scroll reveal */
.sg-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.sg-reveal.sg-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .sg-contact-methods { padding: 70px 20px; }
  .sg-contact-methods__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:sg-contact-methods */

/* START_SECTION:sg-cta (INDEX:94) */
.sg-cta {
  position: relative;
  padding: 120px 24px;
  text-align: center;
  background: linear-gradient(180deg, #0A1A2F 0%, #0B0B0B 100%);
}
.sg-cta__line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C6A75C, transparent);
}
.sg-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.sg-cta__contact a{
  color: #C6A75C;
  font-size: 16px;
}
.sg-cta__contact a svg{
  width: 16px;
  stroke:#C6A75C;
}
.sg-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.sg-cta__contact {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
}
/* END_SECTION:sg-cta */

/* START_SECTION:sg-platforms (INDEX:97) */
.sg-platforms {
  background: linear-gradient(180deg, #0B0B0B 0%, #0A1A2F 50%, #0B0B0B 100%);
  padding: 100px 24px;
}
.sg-platforms__header {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.sg-platforms__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.sg-plat-card {
  overflow: hidden;
  border: 1px solid rgba(198,167,92,0.12);
  background: rgba(17,26,43,0.7);
  transition: all .4s;
}
.sg-plat-card:hover {
  border-color: rgba(198,167,92,0.25);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}
.sg-plat-card__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sg-plat-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sg-plat-card__body {
  padding: 36px 32px;
}
.sg-plat-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #F5F5F5;
}
.sg-plat-card__desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,245,245,0.6);
  margin-bottom: 20px;
}
.sg-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.sg-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border: 1px solid #C6A75C;
  color: #C6A75C;
}
.sg-plat-card__brands {
  font-size: 13px;
  font-weight: 400;
  color: rgba(245,245,245,0.35);
  margin-bottom: 24px;
}
.sg-img-grid-overlay {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(198,167,92,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(198,167,92,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}
.sg-img-deco-1 {
  position: absolute; top: 20%; right: 10%;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,167,92,0.12) 0%, transparent 70%);
}
.sg-img-deco-2 {
  position: absolute; bottom: 15%; left: 8%;
  width: 120px; height: 60px;
  background: rgba(245,245,245,0.03);
  border-radius: 4px;
}
.sg-img-fade-bottom {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(17,26,43,0.9) 100%);
}
@media (max-width: 1024px) {
  .sg-platforms__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:sg-platforms */

/* START_SECTION:sg-process (INDEX:98) */
.sg-process {
  background: linear-gradient(180deg, #0B0B0B 0%, #0A1A2F 100%);
  padding: 100px 24px;
}
.sg-process__header {
  max-width: 1200px;
  margin: 0 auto;
}
.sg-process__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}
.sg-step {
  text-align: center;
  padding: 32px 12px;
}
.sg-step__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 600;
  color: rgba(198,167,92,0.18);
  margin-bottom: 14px;
  display: block;
}
.sg-step__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  color: #F5F5F5;
}
.sg-step__desc {
  font-size: 12px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sg-process__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .sg-process__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .sg-process__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:sg-process */

/* START_SECTION:sg-services (INDEX:101) */
.sg-services {
  padding: 100px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.sg-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sg-svc-card {
  background: #111A2B;
  border: 1px solid rgba(198,167,92,0.08);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all .5s ease;
}
.sg-svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #C6A75C;
  transform: scaleX(0);
  transition: transform .5s;
  z-index: 2;
}
.sg-svc-card:hover::before { transform: scaleX(1); }
.sg-svc-card:hover {
  border-color: rgba(198,167,92,0.25);
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
}
.sg-svc-card__img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
}
.sg-svc-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sg-svc-card__img-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(198,167,92,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(198,167,92,0.02) 1px, transparent 1px);
  background-size: 30px 30px;
}
.sg-svc-card__img-glow {
  position: absolute;
  top: 15%; right: 8%;
  width: 90px; height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,167,92,0.1) 0%, transparent 70%);
}
.sg-svc-card__img-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.12;
}
.sg-svc-card__img-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(17,26,43,0.95) 100%);
}
.sg-svc-card__body {
  padding: 28px 28px 32px;
}
.sg-svc-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #F5F5F5;
}
.sg-svc-card__subtitle {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C6A75C;
  margin-bottom: 14px;
  display: block;
}
.sg-svc-card__desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,245,245,0.6);
  margin-bottom: 20px;
}
.sg-svc-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.sg-feat-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  background: rgba(198,167,92,0.08);
  border: 1px solid rgba(198,167,92,0.15);
  color: #C6A75C;
}
.sg-card-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C6A75C;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap .3s;
  text-decoration: none;
}
.sg-card-link:hover { gap: 14px; }
@media (max-width: 1024px) {
  .sg-services__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:sg-services */

/* START_SECTION:ss-ai-spotlight (INDEX:106) */
.sg-ai {
  position: relative;
  padding: 120px 24px;
  text-align: center;
  overflow: hidden;
}
.sg-ai__bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0A1A2F 0%, rgba(20,35,60,0.95) 50%, #0B0B0B 100%);
}
.sg-ai__glow {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(198,167,92,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.sg-ai__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.sg-ai__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 22px;
  border: 1px solid #C6A75C;
  color: #C6A75C;
  margin-bottom: 28px;
}
.sg-ai__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin: 48px 0;
}
.sg-ai__feat { text-align: center; }
.sg-ai__feat-icon {
  margin-bottom: 14px;
  filter: drop-shadow(0 0 12px rgba(198,167,92,0.3));
}
.sg-ai__feat h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #F5F5F5;
}
.sg-ai__feat p {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  line-height: 1.5;
}
.sg-ai__cta { margin-top: 16px; }
@media (max-width: 1024px) {
  .sg-ai__features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .sg-ai__features { grid-template-columns: 1fr; }
}
/* END_SECTION:ss-ai-spotlight */

/* START_SECTION:ss-brands (INDEX:107) */
.sg-brands-section {
  padding: 20px 24px 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.sg-brands-section__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  color: #F5F5F5;
  text-align: center;
  margin-bottom: 40px;
}
.sg-brands-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  align-items: center;
  padding: 20px 0;
}
.sg-brand-name {
  font-size: 16px;
  font-weight: 400;
  color: rgba(245,245,245,0.35);
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: color .3s;
  cursor: default;
}
.sg-brand-name:hover { color: rgba(245,245,245,0.7); }
/* END_SECTION:ss-brands */

/* START_SECTION:ss-cta (INDEX:108) */
.sg-cta {
  position: relative;
  padding: 120px 24px;
  text-align: center;
  background: linear-gradient(180deg, #0A1A2F 0%, #0B0B0B 100%);
}
.sg-cta__line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C6A75C, transparent);
}
.sg-cta__inner {
    position: relative;
    z-index: 1;
    max-width: 700px !important;
    margin: 0 auto !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
}
.sg-cta__contact {
    background: transparent !important;
    border: 0px !important;
    padding: 0 !important;
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
    gap: 20px !important;
}
.sg-cta__contact a{
  color: #C6A75C;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.sg-cta__contact a svg{
  width: 16px;
  stroke:#C6A75C;
}
.sg-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  align-items: center;
}
.sg-cta__buttons svg{
  width: 20px;
  stroke: #fff;
}
.sg-cta__buttons a:hover svg{
  stroke: #C6A75C;
}
.sg-cta__buttons a{
  display: flex;
  gap: 8px;
}
.sg-cta__contact {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
}
/* END_SECTION:ss-cta */

/* START_SECTION:ss-hero (INDEX:109) */
.sg-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.sg-hero__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0A1A2F 0%, #0d2240 25%, #162d50 50%, #0A1A2F 75%, #0B0B0B 100%);
  background-size: cover;
  background-position: center top;
}
.sg-hero__fade {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 100%;
  background: linear-gradient(180deg, #0000003b 0%, rgb(11 11 11 / 67%) 100%);
}
.sg-hero__shape {
  position: absolute;
  bottom: 8%;
  background: rgba(198,167,92,0.02);
  border: 1px solid rgba(198,167,92,0.04);
  border-bottom: none;
  border-radius: 2px 2px 0 0;
}
.sg-hero__glow {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,167,92,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.sg-hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 24px;
}
.sg-hero__label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C6A75C;
  margin-bottom: 24px;
}
.sg-hero__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.08;
  margin-bottom: 24px;
  color: #F5F5F5;
}
.sg-hero__sub {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
  max-width: 680px;
  margin: 0 auto 40px;
}
.sg-hero__ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.sg-hero__sub{
  color: #fff !important;
}
/* END_SECTION:ss-hero */

/* START_SECTION:ss-platforms (INDEX:110) */
.sg-platforms {
  background: linear-gradient(180deg, #0B0B0B 0%, #0A1A2F 50%, #0B0B0B 100%);
  padding: 100px 24px;
}
.sg-platforms__header {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.sg-platforms__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.sg-plat-card {
  overflow: hidden;
  border: 1px solid rgba(198,167,92,0.12);
  background: rgba(17,26,43,0.7);
  transition: all .4s;
}
.sg-plat-card:hover {
  border-color: rgba(198,167,92,0.25);
  box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}
.sg-plat-card__img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sg-plat-card__img:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(13, 27, 42, 0.17),rgba(27, 40, 56, 0.24), #101a2b);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.sg-plat-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sg-plat-card__body {
  padding: 0px 32px 36px;
}
.sg-plat-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #F5F5F5;
  margin-top: 0;
}
.sg-plat-card__desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,245,245,0.6);
  margin-bottom: 20px;
}
.sg-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.sg-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border: 1px solid #C6A75C;
  color: #C6A75C;
}
.sg-plat-card__brands {
  font-size: 13px;
  font-weight: 400;
  color: rgba(245,245,245,0.35);
  margin-bottom: 24px;
}
.sg-img-grid-overlay {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(198,167,92,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(198,167,92,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
}
.sg-img-deco-1 {
  position: absolute; top: 20%; right: 10%;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,167,92,0.12) 0%, transparent 70%);
}
.sg-img-deco-2 {
  position: absolute; bottom: 15%; left: 8%;
  width: 120px; height: 60px;
  background: rgba(245,245,245,0.03);
  border-radius: 4px;
}
.sg-img-fade-bottom {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(17,26,43,0.9) 100%);
}
@media (max-width: 1024px) {
  .sg-platforms__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:ss-platforms */

/* START_SECTION:ss-process (INDEX:111) */
.sg-process {
  background: linear-gradient(180deg, #0B0B0B 0%, #0A1A2F 100%);
  padding: 100px 24px;
}
.sg-process__header {
  max-width: 1200px;
  margin: 0 auto;
}
.sg-process__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}
.sg-step {
  text-align: center;
  padding: 32px 12px;
}
.sg-step__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 40px;
  font-weight: 600;
  color: rgba(198,167,92,0.18);
  margin-bottom: 14px;
  display: block;
}
.sg-step__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  color: #F5F5F5;
}
.sg-step__desc {
  font-size: 12px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sg-process__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .sg-process__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .sg-process__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:ss-process */

/* START_SECTION:ss-scenes (INDEX:112) */
.sg-scenes-section {
  padding: 100px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.sg-scenes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.sg-scene-card {
  background: #111A2B;
  border: 1px solid rgba(198,167,92,0.08);
  overflow: hidden;
  transition: all .4s;
}
.sg-scene-card:hover {
  border-color: rgba(198,167,92,0.25);
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35);
}
.sg-scene-card__img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.sg-scene-card__img:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(13, 27, 42, 0.17),rgba(27, 40, 56, 0.24), #101a2b);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.sg-scene-card__photo {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.sg-scene-card__glow {
  position: absolute;
  top: 30%; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,167,92,0.1) 0%, transparent 70%);
}
.sg-scene-card__fade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(17,26,43,0.8) 100%);
}
.sg-scene-card__body {
  padding: 0px 20px 24px;
  text-align: center;
}
.sg-scene-card__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #F5F5F5;
  margin-top: 0;
}
.sg-scene-card__desc {
  font-size: 13px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .sg-scenes__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .sg-scenes__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:ss-scenes */

/* START_SECTION:ss-services (INDEX:113) */
.sg-services {
  padding: 100px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.sg-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sg-svc-card {
  background: #111A2B;
  border: 1px solid rgba(198,167,92,0.08);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: all .5s ease;
}
.sg-svc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #C6A75C;
  transform: scaleX(0);
  transition: transform .5s;
  z-index: 2;
}
.sg-svc-card:hover::before { transform: scaleX(1); }
.sg-svc-card:hover {
  border-color: rgba(198,167,92,0.25);
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.5);
}
.sg-svc-card__img {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.sg-svc-card__img:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,rgba(13, 27, 42, 0.17),rgba(27, 40, 56, 0.24), #101a2b);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.sg-svc-card__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sg-svc-card__img-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(198, 166, 92, 0) 1px, transparent 1px), linear-gradient(90deg, rgba(198,167,92,0.02) 1px, transparent 1px);
  background-size: 30px 30px;
}
.sg-svc-card__img-glow {
  position: absolute;
  top: 15%; right: 8%;
  width: 90px; height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198,167,92,0.1) 0%, transparent 70%);
}
.sg-svc-card__img-icon {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.12;
}
.sg-svc-card__img-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(17,26,43,0.95) 100%);
}
.sg-svc-card__body {
  padding: 10px 28px 32px;
}
.sg-svc-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #F5F5F5;
  margin-top: 0;
}
.sg-svc-card__subtitle {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C6A75C;
  margin-bottom: 14px;
  display: block;
}
.sg-svc-card__desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,245,245,0.6);
  margin-bottom: 20px;
}
.sg-svc-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.sg-feat-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  background: rgba(198,167,92,0.08);
  border: 1px solid rgba(198,167,92,0.15);
  color: #C6A75C;
}
.sg-card-link {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C6A75C;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap .3s;
  text-decoration: none;
}
.sg-card-link:hover { gap: 14px; }
@media (max-width: 1024px) {
  .sg-services__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:ss-services */

/* START_SECTION:ss-trust-bar (INDEX:114) */
.sg-trust-bar {
  background: rgba(10,26,47,0.6);
  border-top: 1px solid rgba(198,167,92,0.1);
  border-bottom: 1px solid rgba(198,167,92,0.1);
  padding: 20px 24px;
}
.sg-trust-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.sg-trust-bar__item {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245,245,245,0.45);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sg-trust-bar__dot {
  width: 6px;
  height: 6px;
  background: #C6A75C;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .sg-trust-bar__inner { gap: 24px; }
}
/* END_SECTION:ss-trust-bar */

/* START_SECTION:ss-why-us (INDEX:115) */
.sg-why-us {
  padding: 40px 24px 100px;
  max-width: 1200px;
  margin: 0 auto;
}
.sg-why-us__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.sg-reason {
  text-align: center;
  padding: 32px 20px;
}
.sg-reason__icon {
  width: 64px; height: 64px;
  border: 1px solid rgba(198,167,92,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  background: rgba(198,167,92,0.08);
}
.sg-reason__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #F5F5F5;
}
.sg-reason__desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(245,245,245,0.6);
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .sg-why-us__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .sg-why-us__grid { grid-template-columns: 1fr; }
}
/* END_SECTION:ss-why-us */