.elementor-7431 .elementor-element.elementor-element-083578c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7431 .elementor-element.elementor-element-083578c.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-ce44a41 *//* =========================================================
   SYNCO HOMEPAGE UI v6.0
   LIGHT ONLY / MOBILE IMPROVED / FAQ SOFT / MODAL FIXED
   Scope: .synco-home
========================================================= */

.synco-home{
  --synco-container: 1280px;

  --synco-radius-xs: 12px;
  --synco-radius-sm: 16px;
  --synco-radius-md: 22px;
  --synco-radius-lg: 28px;
  --synco-radius-xl: 36px;

  --synco-shadow-xs: 0 8px 24px rgba(15,23,42,.05);
  --synco-shadow-sm: 0 16px 36px rgba(15,23,42,.07);
  --synco-shadow-md: 0 22px 50px rgba(15,23,42,.10);
  --synco-shadow-lg: 0 28px 70px rgba(15,23,42,.12);

  --synco-speed: .35s;
  --synco-speed-slow: .6s;
  --synco-ease: cubic-bezier(.2,.8,.2,1);

  --synco-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --synco-bg: #f6f8fc;
  --synco-bg-2: #eef3f9;
  --synco-bg-3: #e5ecf6;

  --synco-surface: rgba(255,255,255,.78);
  --synco-surface-2: rgba(255,255,255,.92);
  --synco-card: rgba(255,255,255,.90);
  --synco-card-strong: rgba(255,255,255,.98);

  --synco-border: rgba(15,23,42,.08);
  --synco-border-strong: rgba(15,23,42,.12);

  --synco-heading: #102033;
  --synco-text: #445468;
  --synco-text-soft: #607089;
  --synco-text-muted: #7b8ba3;

  --synco-primary: #2563eb;
  --synco-primary-2: #3b82f6;
  --synco-primary-soft: rgba(37,99,235,.08);
  --synco-accent: #16a34a;
  --synco-danger: #dc2626;
}

.synco-home,
.synco-home *{
  box-sizing: border-box;
}

.synco-home{
  position: relative;
  overflow: clip;
  font-family: var(--synco-font);
  color: var(--synco-text);
  background:
    radial-gradient(circle at top left, rgba(59,130,246,.10), transparent 26%),
    radial-gradient(circle at right 15% top 20%, rgba(37,99,235,.06), transparent 18%),
    linear-gradient(180deg, var(--synco-bg) 0%, var(--synco-bg-2) 50%, var(--synco-bg) 100%);
}

.synco-home a{
  color: inherit;
  text-decoration: none;
}

.synco-home img,
.synco-home video{
  display: block;
  max-width: 100%;
}

.synco-container{
  width: min(var(--synco-container), calc(100% - 32px));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.synco-section{
  position: relative;
  padding: 100px 0;
}

.synco-section-soft{
  background: linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.12));
}

.synco-section-head{
  max-width: 860px;
  margin: 0 auto 46px;
}

.synco-section-head.center{
  text-align: center;
}

.synco-eyebrow,
.synco-badge{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--synco-border);
  background: var(--synco-surface);
  color: var(--synco-text-soft);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  box-shadow: var(--synco-shadow-xs);
}

.synco-section-head .synco-eyebrow{
  margin-inline: auto;
  margin-bottom: 18px;
}

.synco-section-head h2{
  margin: 0 0 14px;
  color: var(--synco-heading);
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 800;
}

.synco-section-head p{
  margin: 0 auto;
  max-width: 840px;
  color: var(--synco-text-soft);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.9;
}

.synco-btn{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  transition: transform var(--synco-speed) var(--synco-ease), box-shadow var(--synco-speed) var(--synco-ease), background var(--synco-speed) var(--synco-ease), border-color var(--synco-speed) var(--synco-ease);
  cursor: pointer;
}

.synco-btn:hover{
  transform: translateY(-2px);
}

.synco-btn-primary{
  color: #fff;
  background: linear-gradient(135deg, var(--synco-primary), var(--synco-primary-2));
  box-shadow: 0 14px 30px rgba(37,99,235,.22);
}

.synco-btn-secondary{
  color: var(--synco-heading);
  background: var(--synco-surface-2);
  border-color: var(--synco-border);
  box-shadow: var(--synco-shadow-xs);
}

/* HERO */
.synco-hero{
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 130px 0 88px;
}

.synco-hero-video,
.synco-hero-overlay,
.synco-hero-grid{
  position: absolute;
  inset: 0;
}

.synco-hero-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.synco-hero-overlay{
  background:
    linear-gradient(180deg, rgba(246,248,252,.48) 0%, rgba(246,248,252,.70) 40%, rgba(246,248,252,.92) 100%);
}

.synco-hero-grid{
  background-image:
    linear-gradient(rgba(15,23,42,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15,23,42,.05) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 80%);
  opacity: .45;
}

.synco-hero-inner{
  max-width: 980px;
  text-align: center;
}

.synco-hero .synco-badge{
  margin: 0 auto 20px;
}

.synco-hero h1{
  margin: 0 0 18px;
  color: var(--synco-heading);
  font-size: clamp(40px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 900;
}

.synco-hero h1 span{
  display: block;
  margin-top: 18px;
  color: var(--synco-text-soft);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -.02em;
}

.synco-hero-text{
  max-width: 860px;
  margin: 0 auto;
  color: var(--synco-text);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.95;
}

.synco-hero-actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.synco-hero-points{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.synco-hero-points span{
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--synco-border);
  background: rgba(255,255,255,.76);
  color: var(--synco-text-soft);
  font-size: 13px;
  font-weight: 600;
  box-shadow: var(--synco-shadow-xs);
}

.synco-hero-stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  margin-top: 34px;
}

.synco-stat{
  padding: 22px 20px;
  border-radius: var(--synco-radius-md);
  border: 1px solid var(--synco-border);
  background: rgba(255,255,255,.82);
  box-shadow: var(--synco-shadow-sm);
}

.synco-stat strong{
  display: block;
  margin-bottom: 6px;
  color: var(--synco-heading);
  font-size: 18px;
  font-weight: 800;
}

.synco-stat span{
  display: block;
  color: var(--synco-text-soft);
  font-size: 14px;
  line-height: 1.7;
}

/* VALUE STRIP */
.synco-value-strip{
  padding: 0 0 30px;
  margin-top: -16px;
  position: relative;
  z-index: 3;
}

.synco-value-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.synco-value-item{
  padding: 24px;
  border-radius: var(--synco-radius-md);
  border: 1px solid var(--synco-border);
  background: var(--synco-card-strong);
  box-shadow: var(--synco-shadow-sm);
}

.synco-value-item strong{
  display: block;
  margin-bottom: 8px;
  color: var(--synco-heading);
  font-size: 18px;
  font-weight: 800;
}

.synco-value-item p{
  margin: 0;
  color: var(--synco-text-soft);
  font-size: 15px;
  line-height: 1.85;
}

/* WHY */
.synco-why-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

.synco-why-card{
  min-height: 100%;
  padding: 28px;
  border-radius: var(--synco-radius-md);
  border: 1px solid var(--synco-border);
  background: var(--synco-card);
  box-shadow: var(--synco-shadow-xs);
  transition: transform var(--synco-speed) var(--synco-ease), box-shadow var(--synco-speed) var(--synco-ease), border-color var(--synco-speed) var(--synco-ease);
}

.synco-why-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37,99,235,.18);
  box-shadow: var(--synco-shadow-md);
}

.synco-why-no{
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--synco-primary-soft);
  color: var(--synco-primary);
  font-weight: 800;
  font-size: 16px;
}

.synco-why-card h3{
  margin: 0 0 12px;
  color: var(--synco-heading);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -.02em;
}

.synco-why-card p{
  margin: 0;
  color: var(--synco-text-soft);
  font-size: 15px;
  line-height: 1.9;
}

/* GENERIC GRID */
.synco-grid{
  display: grid;
  gap: 22px;
}

.synco-grid-3{
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.synco-card{
  overflow: hidden;
  border-radius: var(--synco-radius-lg);
  border: 1px solid var(--synco-border);
  background: var(--synco-card);
  box-shadow: var(--synco-shadow-sm);
}

.synco-solution{
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform var(--synco-speed) var(--synco-ease), box-shadow var(--synco-speed) var(--synco-ease), border-color var(--synco-speed) var(--synco-ease);
}

.synco-solution:hover{
  transform: translateY(-8px);
  border-color: rgba(37,99,235,.18);
  box-shadow: var(--synco-shadow-md);
}

.synco-solution-img{
  height: 240px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.synco-solution-img::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.05) 100%);
}

.synco-solution-body{
  padding: 26px;
}

.synco-solution-body h3{
  margin: 0 0 10px;
  color: var(--synco-heading);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.synco-solution-body p{
  margin: 0 0 16px;
  color: var(--synco-text-soft);
  font-size: 15px;
  line-height: 1.9;
}

.synco-solution-body a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--synco-primary);
  font-size: 14px;
  font-weight: 700;
}

.synco-solution-body a::after{
  content: "→";
  transition: transform var(--synco-speed) var(--synco-ease);
}

.synco-solution:hover .synco-solution-body a::after{
  transform: translateX(3px);
}

/* PROCESS */
.synco-process-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

.synco-process-card{
  padding: 28px;
  border-radius: var(--synco-radius-md);
  border: 1px solid var(--synco-border);
  background: var(--synco-card);
  box-shadow: var(--synco-shadow-xs);
}

.synco-process-step{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--synco-primary-soft);
  color: var(--synco-primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.synco-process-card h3{
  margin: 0 0 10px;
  color: var(--synco-heading);
  font-size: 21px;
  line-height: 1.3;
}

.synco-process-card p{
  margin: 0;
  color: var(--synco-text-soft);
  font-size: 15px;
  line-height: 1.9;
}

/* PRODUCT SLIDER */
.synco-product-slider-wrap{
  position: relative;
}

.synco-product-slider{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(25% - 14px);
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 4px 2px 10px;
  scrollbar-width: none;
}

.synco-product-slider::-webkit-scrollbar{
  display: none;
}

.synco-product-slide{
  overflow: hidden;
  border-radius: var(--synco-radius-md);
  border: 1px solid var(--synco-border);
  background: var(--synco-card);
  box-shadow: var(--synco-shadow-xs);
  min-width: 0;
}

.synco-product-image{
  height: 240px;
  background-size: cover;
  background-position: center;
}

.synco-product-slide h3{
  margin: 0;
  padding: 18px 18px 8px;
  color: var(--synco-heading);
  font-size: 20px;
  font-weight: 800;
}

.synco-product-slide p{
  margin: 0;
  padding: 0 18px 20px;
  color: var(--synco-text-soft);
  font-size: 14px;
  line-height: 1.8;
}

.synco-slider-nav{
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 1px solid var(--synco-border);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--synco-heading);
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: var(--synco-shadow-xs);
}

.synco-slider-nav.prev{ left: -12px; }
.synco-slider-nav.next{ right: -12px; }

/* VIDEO */
.synco-video-grid{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 32px;
  align-items: center;
}

.synco-video-text h2{
  margin: 0 0 16px;
  color: var(--synco-heading);
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.synco-video-text p{
  margin: 0 0 18px;
  color: var(--synco-text-soft);
  font-size: 16px;
  line-height: 1.95;
}

.synco-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.synco-list li{
  position: relative;
  padding-left: 28px;
  color: var(--synco-text);
  font-size: 15px;
  line-height: 1.8;
}

.synco-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .56em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--synco-primary), var(--synco-accent));
  box-shadow: 0 0 0 6px rgba(37,99,235,.08);
}

.synco-video-box{
  overflow: hidden;
  border-radius: var(--synco-radius-xl);
  border: 1px solid var(--synco-border);
  box-shadow: var(--synco-shadow-lg);
  background: #fff;
}

.synco-video-box video{
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

/* INDUSTRIES */
.synco-industries-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}

.synco-industries-grid span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 16px 18px;
  text-align: center;
  border-radius: var(--synco-radius-md);
  border: 1px solid var(--synco-border);
  background: var(--synco-card);
  color: var(--synco-heading);
  font-size: 16px;
  font-weight: 700;
  box-shadow: var(--synco-shadow-xs);
}

/* SEO */
.synco-seo-content{
  max-width: 920px;
  margin: 0 auto;
}

.synco-seo-content p{
  margin: 0 0 18px;
  color: var(--synco-text);
  line-height: 2;
  font-size: 16px;
}

/* FAQ */
/* =========================
/* =========================
   FAQ - GLASS / CREAM / CHARCOAL / NO BLUE
========================= */

.synco-faq{
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.synco-faq-item{
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(33, 29, 24, 0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,255,255,0.58));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 10px 30px rgba(24, 20, 16, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.55);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease,
    background .35s ease;
}

.synco-faq-item::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255,248,239,0.55), transparent 34%),
    radial-gradient(circle at bottom right, rgba(244,236,224,0.42), transparent 30%);
  pointer-events: none;
  z-index: 0;
}

.synco-faq-item:hover{
  transform: translateY(-2px);
  border-color: rgba(49, 41, 33, 0.12);
  box-shadow:
    0 18px 40px rgba(24, 20, 16, 0.07),
    inset 0 1px 0 rgba(255,255,255,0.62);
}

.synco-faq-item.active{
  border-color: rgba(68, 58, 47, 0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.80), rgba(255,250,244,0.68));
  box-shadow:
    0 22px 48px rgba(24, 20, 16, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.66);
}

.synco-faq-question{
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 24px 26px;
  border: 0;
  background: transparent;
  color: #171411;
  text-align: left;
  cursor: pointer;
}

.synco-faq-title{
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  color: #1e1914;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.65;
  letter-spacing: -0.01em;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.synco-faq-icon{
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.88), rgba(246,238,228,0.88));
  border: 1px solid rgba(52, 43, 35, 0.08);
  color: #4b4036;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
  box-shadow:
    0 8px 18px rgba(28, 22, 16, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.72);
  transition:
    transform .3s ease,
    background .3s ease,
    color .3s ease,
    box-shadow .3s ease;
}

.synco-faq-item:hover .synco-faq-icon{
  transform: scale(1.04);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(241,232,220,0.92));
  color: #2f2720;
}

.synco-faq-item.active .synco-faq-icon{
  background:
    linear-gradient(180deg, rgba(43,36,30,0.94), rgba(24,20,16,0.96));
  color: #f8f4ee;
  border-color: rgba(20,16,12,0.22);
  box-shadow:
    0 12px 22px rgba(20,16,12,0.12),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

.synco-faq-answer{
  position: relative;
  z-index: 1;
  display: none;
  padding: 0 26px 24px;
}

.synco-faq-item.active .synco-faq-answer{
  display: block;
}

.synco-faq-answer p{
  margin: 0 0 12px;
  color: #5a5249;
  font-size: 15px;
  line-height: 1.95;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.synco-faq-answer p:last-child{
  margin-bottom: 0;
}

/* subtle divider when open */
.synco-faq-item.active .synco-faq-answer::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 16px;
  background: linear-gradient(
    90deg,
    rgba(88,76,63,0),
    rgba(88,76,63,0.14),
    rgba(88,76,63,0)
  );
}

/* mobile */
@media (max-width: 767px){
  .synco-faq{
    gap: 12px;
  }

  .synco-faq-item{
    border-radius: 20px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .synco-faq-question{
    padding: 18px 16px;
    gap: 12px;
  }

  .synco-faq-title{
    font-size: 15px;
    line-height: 1.72;
    padding-right: 2px;
  }

  .synco-faq-icon{
    width: 34px;
    height: 34px;
    min-width: 34px;
    font-size: 17px;
    margin-top: 0;
  }

  .synco-faq-answer{
    padding: 0 16px 18px;
  }

  .synco-faq-answer p{
    font-size: 14px;
    line-height: 1.9;
  }

  .synco-faq-item.active .synco-faq-answer::before{
    margin-bottom: 14px;
  }
}

/* CTA */
.synco-cta-box{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 36px;
  border-radius: var(--synco-radius-xl);
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.10), transparent 28%),
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,255,255,.86));
  border: 1px solid var(--synco-border);
  box-shadow: var(--synco-shadow-lg);
}

.synco-cta-text h2{
  margin: 12px 0 12px;
  color: var(--synco-heading);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -.03em;
}

.synco-cta-text p{
  margin: 0;
  max-width: 720px;
  color: var(--synco-text-soft);
  font-size: 16px;
  line-height: 1.95;
}

.synco-cta-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* MODAL */
.synco-inquiry-modal,
.synco-success-popup{
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
}

.synco-inquiry-modal.active,
.synco-success-popup.active{
  display: block;
}

.synco-inquiry-backdrop,
.synco-success-backdrop{
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,.34);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.synco-inquiry-dialog,
.synco-success-dialog{
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 24px));
  margin: 18px auto;
  border-radius: 28px;
  border: 1px solid var(--synco-border);
  background: #ffffff;
  color: var(--synco-text);
  box-shadow: 0 30px 80px rgba(15,23,42,.18);
}

.synco-inquiry-dialog{
  max-height: calc(100dvh - 36px);
  overflow: auto;
}

.synco-inquiry-dialog::-webkit-scrollbar{
  width: 8px;
}

.synco-inquiry-dialog::-webkit-scrollbar-thumb{
  background: rgba(15,23,42,.12);
  border-radius: 10px;
}

.synco-inquiry-close,
.synco-success-close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--synco-border);
  border-radius: 999px;
  background: #fff;
  color: var(--synco-heading);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--synco-shadow-xs);
}

.synco-inquiry-head{
  padding: 30px 30px 12px;
}

.synco-inquiry-head h3{
  margin: 14px 0 10px;
  color: var(--synco-heading);
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.synco-inquiry-head p{
  margin: 0;
  color: var(--synco-text-soft);
  font-size: 15px;
  line-height: 1.85;
}

.synco-inquiry-form{
  padding: 0 30px 26px;
}

.synco-inquiry-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.synco-field{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.synco-field-full{
  grid-column: 1 / -1;
}

.synco-field label{
  color: var(--synco-heading);
  font-size: 14px;
  font-weight: 700;
}

.synco-field input,
.synco-field select,
.synco-field textarea{
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border-radius: 15px;
  border: 1px solid var(--synco-border);
  background: #f9fbfe;
  color: var(--synco-heading);
  font-size: 15px;
  outline: none;
  transition: border-color var(--synco-speed) var(--synco-ease), box-shadow var(--synco-speed) var(--synco-ease), background var(--synco-speed) var(--synco-ease);
}

.synco-field textarea{
  min-height: 120px;
  resize: vertical;
}

.synco-field input:focus,
.synco-field select:focus,
.synco-field textarea:focus{
  border-color: rgba(37,99,235,.36);
  box-shadow: 0 0 0 4px rgba(37,99,235,.08);
  background: #fff;
}

.synco-honeypot{
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.synco-form-message{
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.7;
}

.synco-form-message.error{
  background: rgba(220,38,38,.07);
  color: #b91c1c;
  border: 1px solid rgba(220,38,38,.10);
}

.synco-form-message.success{
  background: rgba(22,163,74,.08);
  color: #166534;
  border: 1px solid rgba(22,163,74,.10);
}

.synco-inquiry-actions{
  position: sticky;
  bottom: 0;
  margin-top: 16px;
  padding-top: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.96) 30%);
  display: flex;
  justify-content: flex-start;
}

.synco-submit-btn{
  min-width: 180px;
}

/* SUCCESS */
.synco-success-dialog{
  width: min(520px, calc(100% - 24px));
  padding: 36px 28px 28px;
  text-align: center;
  margin-top: 10vh;
}

.synco-success-icon{
  width: 80px;
  height: 80px;
  margin: 0 auto 18px;
}

.synco-success-icon svg{
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 2.4;
}

.synco-success-icon circle{
  stroke: rgba(22,163,74,.25);
}

.synco-success-icon path{
  stroke: var(--synco-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.synco-success-dialog h3{
  margin: 0 0 10px;
  color: var(--synco-heading);
  font-size: 28px;
  line-height: 1.15;
}

.synco-success-dialog p{
  margin: 0;
  color: var(--synco-text-soft);
  line-height: 1.85;
  font-size: 15px;
}

.synco-success-actions{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* REVEAL */
.reveal{
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s var(--synco-ease), transform .75s var(--synco-ease);
}

.reveal.is-visible{
  opacity: 1;
  transform: none;
}

/* RESPONSIVE */
@media (max-width: 1200px){
  .synco-grid-3,
  .synco-why-grid,
  .synco-process-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .synco-value-grid,
  .synco-industries-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .synco-video-grid{
    grid-template-columns: 1fr;
  }

  .synco-product-slider{
    grid-auto-columns: calc(33.333% - 12px);
  }
}

@media (max-width: 991px){
  .synco-section{
    padding: 82px 0;
  }

  .synco-hero{
    min-height: auto;
    padding: 116px 0 72px;
  }

  .synco-hero h1{
    font-size: clamp(38px, 8vw, 60px);
  }

  .synco-hero-stats{
    grid-template-columns: 1fr;
  }

  .synco-cta-box{
    grid-template-columns: 1fr;
    text-align: center;
  }

  .synco-cta-actions{
    justify-content: center;
  }

  .synco-slider-nav{
    display: none;
  }

  .synco-product-slider{
    grid-auto-columns: calc(50% - 10px);
  }

  .synco-inquiry-dialog{
    width: min(700px, calc(100% - 20px));
  }
}

@media (max-width: 767px){
  .synco-container{
    width: min(var(--synco-container), calc(100% - 22px));
  }

  .synco-section{
    padding: 68px 0;
  }

  .synco-grid-3,
  .synco-why-grid,
  .synco-process-grid,
  .synco-value-grid,
  .synco-industries-grid,
  .synco-inquiry-grid{
    grid-template-columns: 1fr;
  }

  .synco-hero{
    padding: 102px 0 58px;
  }

  .synco-hero h1{
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.02;
  }

  .synco-hero h1 span{
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.45;
  }

  .synco-hero-text,
  .synco-section-head p,
  .synco-cta-text p,
  .synco-seo-content p{
    font-size: 15px;
    line-height: 1.9;
  }

  .synco-section-head h2,
  .synco-video-text h2,
  .synco-cta-text h2{
    font-size: clamp(27px, 8vw, 38px);
    line-height: 1.16;
  }

  .synco-value-item,
  .synco-why-card,
  .synco-process-card,
  .synco-solution-body,
  .synco-stat{
    padding: 22px;
  }

  .synco-product-slider{
    grid-auto-columns: 82%;
    gap: 14px;
  }

  .synco-product-image,
  .synco-solution-img{
    height: 220px;
  }

  .synco-video-box video{
    min-height: 280px;
  }

  .synco-industries-grid span{
    min-height: 72px;
    font-size: 15px;
  }

  .synco-faq-question{
    padding: 18px 18px;
    align-items: flex-start;
  }

  .synco-faq-title{
    font-size: 16px;
    line-height: 1.55;
  }

  .synco-faq-answer{
    padding: 0 18px 18px;
  }

  .synco-inquiry-dialog{
    width: calc(100% - 14px);
    margin: 7px auto;
    border-radius: 22px;
    max-height: calc(100dvh - 14px);
  }

  .synco-inquiry-head{
    padding: 20px 16px 10px;
  }

  .synco-inquiry-head h3{
    font-size: 24px;
    line-height: 1.15;
    margin-top: 10px;
  }

  .synco-inquiry-head p{
    font-size: 14px;
    line-height: 1.75;
  }

  .synco-inquiry-form{
    padding: 0 16px 16px;
  }

  .synco-field input,
  .synco-field select,
  .synco-field textarea{
    min-height: 50px;
    font-size: 15px;
    border-radius: 14px;
  }

  .synco-field textarea{
    min-height: 96px;
  }

  .synco-inquiry-actions{
    margin-top: 14px;
    padding-top: 10px;
  }

  .synco-submit-btn{
    width: 100%;
    min-width: 0;
  }

  .synco-success-dialog{
    width: calc(100% - 18px);
    padding: 28px 18px 20px;
    border-radius: 22px;
    margin-top: 14vh;
  }
}

@media (max-width: 480px){
  .synco-hero-points{
    gap: 8px;
  }

  .synco-hero-points span{
    font-size: 12px;
    padding: 9px 12px;
  }

  .synco-btn{
    width: 100%;
  }

  .synco-hero-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .synco-cta-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .synco-product-slider{
    grid-auto-columns: 88%;
  }

  .synco-inquiry-close,
  .synco-success-close{
    width: 38px;
    height: 38px;
    top: 10px;
    right: 10px;
  }
}
/* =========================================================
   FAQ SECTION - CREAM / BLACK / GLASS
   DOES NOT AFFECT OTHER SECTIONS
========================================================= */

#faq{
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

/* background tone */
#faq::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(255,245,232,.55), transparent 28%),
    radial-gradient(circle at bottom right, rgba(239,231,221,.45), transparent 28%);
  pointer-events:none;
}

/* section title */
#faq .synco-section-head h2{
  color:#1b1612;
}

#faq .synco-section-head p{
  color:#6a6157;
}

#faq .synco-eyebrow{
  background:rgba(255,255,255,.7);
  border:1px solid rgba(36,29,22,.08);
  color:#6c6358;
}

/* container */
#faq .synco-faq{
  max-width:980px;
  margin:0 auto;
  display:grid;
  gap:16px;
}

/* card */
#faq .synco-faq-item{
  border-radius:22px;
  border:1px solid rgba(35,30,25,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.60));
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:
    0 10px 30px rgba(20,18,15,.05),
    inset 0 1px 0 rgba(255,255,255,.65);
  overflow:hidden;
  transition:all .35s ease;
}

#faq .synco-faq-item:hover{
  transform:translateY(-2px);
  border-color:rgba(50,42,35,.14);
  box-shadow:
    0 18px 40px rgba(18,16,13,.08);
}

/* question row */
#faq .synco-faq-question{
  width:100%;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  padding:22px 24px;
  border:0;
  background:transparent;
  text-align:left;
  cursor:pointer;
}

/* question text */
#faq .synco-faq-title{
  flex:1 1 auto;
  min-width:0;
  font-size:18px;
  font-weight:700;
  line-height:1.65;
  color:#1d1814;
  word-break:break-word;
  overflow-wrap:anywhere;
}

/* icon */
#faq .synco-faq-icon{
  flex:0 0 auto;
  width:36px;
  height:36px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(180deg,#ffffff,#f3ebe2);
  border:1px solid rgba(45,38,31,.08);
  color:#4d433a;
  font-weight:700;
  font-size:18px;
}

/* answer */
#faq .synco-faq-answer{
  display:none;
  padding:0 24px 22px;
}

#faq .synco-faq-item.active .synco-faq-answer{
  display:block;
}

#faq .synco-faq-answer p{
  color:#5b534a;
  font-size:15px;
  line-height:1.9;
  margin:0 0 12px;
}

/* subtle divider */
#faq .synco-faq-item.active .synco-faq-answer::before{
  content:"";
  display:block;
  height:1px;
  margin-bottom:16px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(70,60,50,.18),
    transparent
  );
}

/* ================= MOBILE ================= */

@media (max-width:768px){

  #faq{
    padding-top:70px;
    padding-bottom:70px;
  }

  #faq .synco-faq{
    gap:12px;
  }

  #faq .synco-faq-question{
    padding:18px 16px;
  }

  #faq .synco-faq-title{
    font-size:15px;
    line-height:1.7;
  }

  #faq .synco-faq-icon{
    width:32px;
    height:32px;
    font-size:16px;
  }

  #faq .synco-faq-answer{
    padding:0 16px 18px;
  }

  #faq .synco-faq-answer p{
    font-size:14px;
  }

}
#products .synco-slider-nav{
  display:none !important;
}
/* =========================================================
   SYNCO HOMEPAGE - NEDAP INSPIRED OVERRIDE
   Paste this at the VERY END of your current CSS
   Safe scope: .synco-home only
========================================================= */

.synco-home{
  --synco-bg: #f6f2ea;
  --synco-bg-2: #efe8dc;
  --synco-bg-3: #e8dfd1;

  --synco-heading: #171717;
  --synco-text: #3f3a34;
  --synco-text-soft: #70685e;
  --synco-text-muted: #8b8175;

  --synco-primary: #155c43;
  --synco-primary-2: #1f7a5a;
  --synco-primary-soft: rgba(21, 92, 67, .10);

  --synco-surface: rgba(255,255,255,.68);
  --synco-surface-2: rgba(255,255,255,.92);
  --synco-card: rgba(255,255,255,.82);
  --synco-card-strong: #ffffff;

  --synco-border: rgba(30,24,18,.10);
  --synco-border-strong: rgba(30,24,18,.16);

  --synco-radius-md: 28px;
  --synco-radius-lg: 34px;
  --synco-radius-xl: 46px;

  --synco-shadow-xs: 0 8px 22px rgba(28,22,16,.04);
  --synco-shadow-sm: 0 18px 45px rgba(28,22,16,.07);
  --synco-shadow-md: 0 28px 70px rgba(28,22,16,.10);
  --synco-shadow-lg: 0 34px 90px rgba(28,22,16,.13);

  background:
    radial-gradient(circle at 8% 5%, rgba(21,92,67,.12), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(189,155,105,.18), transparent 24%),
    linear-gradient(180deg, #f8f4ed 0%, #efe8dc 48%, #f8f4ed 100%);
}

/* Cleaner global feel */
.synco-section{
  padding: 112px 0;
}

.synco-section-soft{
  background: rgba(255,255,255,.28);
}

.synco-container{
  width: min(1320px, calc(100% - 40px));
}

/* Typography closer to Nedap */
.synco-section-head{
  max-width: 980px;
  margin-bottom: 56px;
}

.synco-section-head h2{
  font-size: clamp(38px, 5.2vw, 76px);
  line-height: .96;
  font-weight: 850;
  letter-spacing: -.065em;
}

.synco-section-head p{
  max-width: 760px;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.75;
}

/* Eyebrow / badge */
.synco-eyebrow,
.synco-badge{
  background: rgba(255,255,255,.72);
  border-color: rgba(30,24,18,.10);
  color: #155c43;
  box-shadow: none;
  letter-spacing: .12em;
}

/* Buttons */
.synco-btn{
  min-height: 58px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 800;
}

.synco-btn-primary{
  background: #155c43;
  color: #fff;
  box-shadow: 0 18px 34px rgba(21,92,67,.20);
}

.synco-btn-primary:hover{
  background: #0f4633;
}

.synco-btn-secondary{
  background: #ffffff;
  color: #171717;
  border-color: rgba(30,24,18,.12);
}

/* HERO - more editorial / Nedap-like */
.synco-hero{
  min-height: 92svh;
  padding: 150px 0 96px;
  align-items: flex-end;
}

.synco-hero-overlay{
  background:
    linear-gradient(90deg, rgba(248,244,237,.96) 0%, rgba(248,244,237,.78) 42%, rgba(248,244,237,.24) 100%),
    linear-gradient(180deg, rgba(248,244,237,.20) 0%, rgba(248,244,237,.92) 100%);
}

.synco-hero-grid{
  opacity: .18;
  background-size: 92px 92px;
}

.synco-hero-inner{
  max-width: 1120px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.synco-hero .synco-badge{
  margin: 0 0 24px;
}

.synco-hero h1{
  max-width: 1030px;
  font-size: clamp(48px, 7.6vw, 112px);
  line-height: .88;
  letter-spacing: -.085em;
  font-weight: 900;
}

.synco-hero h1 span{
  max-width: 760px;
  margin-top: 26px;
  color: var(--synco-text-soft);
  font-size: clamp(20px, 2.1vw, 34px);
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -.035em;
}

.synco-hero-text{
  max-width: 720px;
  margin: 28px 0 0;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.8;
}

.synco-hero-actions,
.synco-hero-points{
  justify-content: flex-start;
}

.synco-hero-points span{
  background: rgba(255,255,255,.72);
  border-color: rgba(30,24,18,.10);
  color: #3f3a34;
  box-shadow: none;
}

.synco-hero-stats{
  max-width: 980px;
}

.synco-stat{
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: rgba(30,24,18,.10);
  box-shadow: 0 18px 42px rgba(28,22,16,.06);
}

/* Cards */
.synco-card,
.synco-why-card,
.synco-process-card,
.synco-value-item,
.synco-industries-grid span{
  background: rgba(255,255,255,.82);
  border-color: rgba(30,24,18,.10);
  box-shadow: 0 14px 36px rgba(28,22,16,.05);
}

.synco-card:hover,
.synco-why-card:hover,
.synco-solution:hover{
  border-color: rgba(21,92,67,.22);
  box-shadow: 0 28px 70px rgba(28,22,16,.10);
}

/* Value strip more premium */
.synco-value-strip{
  margin-top: -34px;
  padding-bottom: 44px;
}

.synco-value-item{
  padding: 30px;
  border-radius: 34px;
}

/* Why cards */
.synco-why-no,
.synco-process-step,
#products .synco-product-tag{
  background: rgba(21,92,67,.10);
  color: #155c43;
}

/* Solutions carousel - editorial cards */
.synco-solution{
  border-radius: 36px;
}

.synco-solution-img{
  height: 310px;
}

.synco-solution-body{
  padding: 30px;
}

.synco-solution-body h3{
  font-size: 25px;
  letter-spacing: -.035em;
}

.synco-solution-body a{
  color: #155c43;
}

/* Product cards */
#products .synco-product-image{
  height: 280px;
  border-radius: 30px;
  background: #ebe3d6;
}

.synco-product-slide{
  border-radius: 34px;
}

#products .synco-product-slide h3{
  font-size: 24px;
  letter-spacing: -.035em;
}

#products .synco-product-more{
  color: #155c43;
}

/* Slider buttons */
.synco-slider-nav,
#solutions .synco-carousel-btn{
  background: #ffffff;
  color: #171717;
  border: 1px solid rgba(30,24,18,.10);
  box-shadow: 0 18px 40px rgba(28,22,16,.10);
}

/* Video block */
.synco-video-box{
  border-radius: 46px;
  border-color: rgba(30,24,18,.10);
}

.synco-list li::before{
  background: #155c43;
  box-shadow: 0 0 0 7px rgba(21,92,67,.10);
}

/* Industries */
.synco-industries-grid span{
  min-height: 96px;
  border-radius: 999px;
}

/* CTA */
.synco-cta-box{
  background:
    radial-gradient(circle at top right, rgba(21,92,67,.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(250,246,239,.88));
  border-color: rgba(30,24,18,.10);
}

/* Modal stays safe above header */
.synco-inquiry-modal,
.synco-success-popup{
  z-index: 999999 !important;
}

.synco-inquiry-dialog{
  margin-top: 24px;
  background: #fffdf9;
  border-color: rgba(30,24,18,.12);
}

/* Mobile */
@media (max-width: 991px){
  .synco-hero{
    padding: 124px 0 74px;
    align-items: center;
  }

  .synco-hero-inner{
    text-align: left;
  }

  .synco-hero-stats{
    grid-template-columns: 1fr;
  }

  .synco-section{
    padding: 86px 0;
  }
}

@media (max-width: 767px){
  .synco-container{
    width: min(1320px, calc(100% - 24px));
  }

  .synco-hero{
    min-height: auto;
    padding: 104px 0 64px;
  }

  .synco-hero h1{
    font-size: clamp(42px, 13vw, 62px);
    line-height: .92;
  }

  .synco-hero h1 span{
    font-size: 20px;
    line-height: 1.35;
  }

  .synco-hero-actions{
    align-items: stretch;
  }

  .synco-hero-actions .synco-btn{
    width: 100%;
  }

  .synco-section-head h2{
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1;
  }

  .synco-solution-img,
  #products .synco-product-image{
    height: 230px;
  }

  .synco-value-item,
  .synco-why-card,
  .synco-process-card,
  .synco-solution-body,
  .synco-stat{
    padding: 24px;
  }

  .synco-industries-grid span{
    border-radius: 26px;
  }
}
#products .synco-product-slider{
  align-items:stretch;
}

#products .synco-product-slide{
  padding:0 0 10px;
}/* End custom CSS */