.elementor-8180 .elementor-element.elementor-element-32f1a9c{--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;}/* Start custom CSS for html, class: .elementor-element-8b7cb88 *//* =========================================================
   SYNCO RESOURCES PAGE
   Premium Light / Modern / Readable / Responsive
========================================================= */

.synco-resources-page{
  --synco-res-bg: #f6f3ee;
  --synco-res-bg-2: #fbf8f4;
  --synco-res-surface: rgba(255,255,255,.72);
  --synco-res-surface-2: rgba(255,255,255,.88);
  --synco-res-card: rgba(255,255,255,.78);
  --synco-res-card-strong: rgba(255,255,255,.92);
  --synco-res-text: #161616;
  --synco-res-text-soft: #4f4a44;
  --synco-res-muted: #7c746b;
  --synco-res-line: rgba(22,22,22,.08);
  --synco-res-line-strong: rgba(22,22,22,.12);
  --synco-res-accent: #1c1c1c;
  --synco-res-accent-2: #b89d72;
  --synco-res-shadow: 0 20px 60px rgba(25,20,15,.08);
  --synco-res-shadow-sm: 0 10px 30px rgba(25,20,15,.06);
  --synco-res-radius: 26px;
  --synco-res-radius-sm: 18px;
  --synco-res-container: 1280px;

  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(184,157,114,.12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(0,0,0,.035), transparent 26%),
    linear-gradient(180deg, var(--synco-res-bg) 0%, var(--synco-res-bg-2) 100%);
  color: var(--synco-res-text);
}

.synco-resources-page *{
  box-sizing: border-box;
}

.synco-res-container{
  width: min(var(--synco-res-container), calc(100% - 32px));
  margin: 0 auto;
}

/* Sections */
.synco-resources-page section{
  position: relative;
}

.synco-res-hero{
  padding: 92px 0 42px;
}

.synco-res-quicklinks,
.synco-res-filters,
.synco-res-featured,
.synco-res-knowledge,
.synco-res-faq,
.synco-res-support-cta{
  padding: 34px 0 42px;
}

/* Headings */
.synco-res-badge,
.synco-res-eyebrow,
.synco-res-feature-label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(184,157,114,.28);
  background: rgba(255,255,255,.66);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #6a5841;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.synco-res-section-head{
  max-width: 760px;
  margin-bottom: 24px;
}

.synco-res-section-head.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.synco-res-section-head h2,
.synco-res-hero h1,
.synco-res-support-content h2{
  margin: 12px 0 12px;
  color: var(--synco-res-text);
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 800;
}

.synco-res-hero h1{
  font-size: clamp(34px, 5vw, 64px);
  max-width: 760px;
}

.synco-res-section-head h2,
.synco-res-support-content h2{
  font-size: clamp(28px, 3vw, 44px);
}

.synco-res-hero p,
.synco-res-section-head p,
.synco-res-support-content p{
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: var(--synco-res-text-soft);
}

/* Hero */
.synco-res-hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 28px;
  align-items: stretch;
}

.synco-res-hero-content,
.synco-res-hero-side{
  border: 1px solid var(--synco-res-line);
  border-radius: 32px;
  background: rgba(255,255,255,.56);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: var(--synco-res-shadow);
}

.synco-res-hero-content{
  padding: 34px;
}

.synco-res-hero-side{
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.synco-res-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 26px;
}

.synco-res-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: .28s ease;
  border: 1px solid transparent;
}

.synco-res-btn-primary{
  background: var(--synco-res-accent);
  color: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
}

.synco-res-btn-primary:hover{
  transform: translateY(-2px);
  background: #000;
}

.synco-res-btn-secondary{
  background: rgba(255,255,255,.72);
  color: var(--synco-res-text);
  border-color: var(--synco-res-line-strong);
}

.synco-res-btn-secondary:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.96);
}

.synco-res-search-wrap{
  margin-top: 8px;
}

.synco-res-search-box{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  border-radius: 20px;
  border: 1px solid var(--synco-res-line);
  background: rgba(255,255,255,.82);
  box-shadow: var(--synco-res-shadow-sm);
  overflow: hidden;
}

.synco-res-search-box svg{
  width: 20px;
  height: 20px;
  fill: #74695d;
  margin-left: 20px;
  flex: 0 0 auto;
}

.synco-res-search-box input{
  width: 100%;
  height: 64px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 18px 0 12px;
  font-size: 15px;
  color: var(--synco-res-text);
}

.synco-res-stat-card{
  border-radius: 24px;
  padding: 22px;
  border: 1px solid var(--synco-res-line);
  background: rgba(255,255,255,.82);
}

.synco-res-stat-card strong{
  display: block;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  margin-bottom: 10px;
  color: var(--synco-res-text);
}

.synco-res-stat-card span{
  display: block;
  color: var(--synco-res-text-soft);
  line-height: 1.8;
  font-size: 15px;
}

.synco-res-mini-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}

.synco-res-mini-card{
  border-radius: 22px;
  padding: 18px;
  min-height: 118px;
  border: 1px solid var(--synco-res-line);
  background: rgba(255,255,255,.68);
}

.synco-res-mini-card strong{
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  color: var(--synco-res-text);
}

.synco-res-mini-card span{
  color: var(--synco-res-muted);
  line-height: 1.7;
  font-size: 14px;
}

/* Quick links */
.synco-res-quicklinks-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}

.synco-res-quick-card{
  display: block;
  text-decoration: none;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--synco-res-line);
  box-shadow: var(--synco-res-shadow-sm);
  transition: .28s ease;
}

.synco-res-quick-card:hover{
  transform: translateY(-4px);
  background: rgba(255,255,255,.94);
}

.synco-res-quick-card strong{
  display: block;
  color: var(--synco-res-text);
  font-size: 18px;
  margin-bottom: 8px;
}

.synco-res-quick-card span{
  color: var(--synco-res-muted);
  line-height: 1.7;
  font-size: 14px;
}

/* Filter bar */
.synco-res-filter-bar{
  margin-bottom: 22px;
}

.synco-res-filter-group{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.synco-res-filter{
  appearance: none;
  border: 1px solid var(--synco-res-line);
  background: rgba(255,255,255,.7);
  color: var(--synco-res-text);
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: .25s ease;
}

.synco-res-filter:hover,
.synco-res-filter.active{
  background: var(--synco-res-accent);
  color: #fff;
  border-color: var(--synco-res-accent);
}

/* Cards */
.synco-res-library-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.synco-res-card{
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: var(--synco-res-card);
  border: 1px solid var(--synco-res-line);
  box-shadow: var(--synco-res-shadow-sm);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: .3s ease;
}

.synco-res-card:hover{
  transform: translateY(-5px);
  background: var(--synco-res-card-strong);
}

.synco-res-card-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.synco-res-tag,
.synco-res-file{
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.synco-res-tag{
  background: rgba(184,157,114,.14);
  color: #6d593d;
}

.synco-res-file{
  background: rgba(22,22,22,.06);
  color: #4f4a44;
}

.synco-res-card h3{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.35;
  color: var(--synco-res-text);
}

.synco-res-card p{
  margin: 0 0 18px;
  color: var(--synco-res-text-soft);
  line-height: 1.8;
  font-size: 15px;
}

.synco-res-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  margin-bottom: 18px;
}

.synco-res-meta span{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(22,22,22,.045);
  color: var(--synco-res-muted);
  font-size: 12px;
  font-weight: 700;
}

.synco-res-link{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--synco-res-text);
  font-weight: 800;
  font-size: 14px;
}

.synco-res-link:hover{
  color: #000;
}

/* Featured */
.synco-res-featured-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.synco-res-feature-box{
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--synco-res-line);
  background: rgba(255,255,255,.76);
  box-shadow: var(--synco-res-shadow);
}

.synco-res-feature-box h3{
  margin: 14px 0 10px;
  font-size: 26px;
  line-height: 1.2;
}

.synco-res-feature-box p{
  margin: 0 0 20px;
  color: var(--synco-res-text-soft);
  line-height: 1.9;
}

/* Knowledge */
.synco-res-knowledge-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.synco-res-knowledge-card{
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--synco-res-line);
  background: rgba(255,255,255,.76);
  box-shadow: var(--synco-res-shadow-sm);
}

.synco-res-knowledge-card h3{
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.35;
}

.synco-res-knowledge-card p{
  margin: 0 0 16px;
  color: var(--synco-res-text-soft);
  line-height: 1.8;
}

.synco-res-knowledge-card a{
  font-weight: 800;
  color: var(--synco-res-text);
  text-decoration: none;
}

/* FAQ */
.synco-res-faq-list{
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.synco-res-faq-item{
  border: 1px solid var(--synco-res-line);
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  overflow: hidden;
  box-shadow: var(--synco-res-shadow-sm);
}

.synco-res-faq-q{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.synco-res-faq-q span{
  font-size: 18px;
  font-weight: 800;
  color: var(--synco-res-text);
  line-height: 1.5;
}

.synco-res-faq-q i{
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.synco-res-faq-q i::before,
.synco-res-faq-q i::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--synco-res-text);
  border-radius: 10px;
  transform: translate(-50%, -50%);
  transition: .25s ease;
}

.synco-res-faq-q i::before{
  width: 14px;
  height: 2px;
}

.synco-res-faq-q i::after{
  width: 2px;
  height: 14px;
}

.synco-res-faq-item.active .synco-res-faq-q i::after{
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.synco-res-faq-a{
  display: none;
  padding: 0 22px 22px;
}

.synco-res-faq-item.active .synco-res-faq-a{
  display: block;
}

.synco-res-faq-a p{
  margin: 0;
  color: var(--synco-res-text-soft);
  line-height: 1.9;
  font-size: 15px;
}

/* Support CTA */
.synco-res-support-box{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
  border: 1px solid var(--synco-res-line);
  background:
    linear-gradient(135deg, rgba(255,255,255,.85), rgba(255,255,255,.68)),
    linear-gradient(135deg, rgba(184,157,114,.10), rgba(0,0,0,.02));
  box-shadow: var(--synco-res-shadow);
}

.synco-res-support-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

/* Search hide state */
.synco-res-card.synco-hidden{
  display: none !important;
}

/* Responsive */
@media (max-width: 1180px){
  .synco-res-hero-grid,
  .synco-res-support-box{
    grid-template-columns: 1fr;
  }

  .synco-res-featured-grid,
  .synco-res-library-grid,
  .synco-res-knowledge-grid,
  .synco-res-quicklinks-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .synco-res-support-actions{
    justify-content: flex-start;
  }
}

@media (max-width: 767px){
  .synco-res-hero{
    padding: 74px 0 24px;
  }

  .synco-res-quicklinks,
  .synco-res-filters,
  .synco-res-featured,
  .synco-res-knowledge,
  .synco-res-faq,
  .synco-res-support-cta{
    padding: 22px 0 28px;
  }

  .synco-res-hero-content,
  .synco-res-hero-side,
  .synco-res-support-box,
  .synco-res-card,
  .synco-res-feature-box,
  .synco-res-knowledge-card{
    padding: 20px;
    border-radius: 22px;
  }

  .synco-res-library-grid,
  .synco-res-featured-grid,
  .synco-res-knowledge-grid,
  .synco-res-quicklinks-grid,
  .synco-res-mini-grid{
    grid-template-columns: 1fr;
  }

  .synco-res-hero-actions,
  .synco-res-support-actions{
    flex-direction: column;
    align-items: stretch;
  }

  .synco-res-btn{
    width: 100%;
  }

  .synco-res-search-box{
    min-height: 58px;
  }

  .synco-res-search-box input{
    height: 58px;
    font-size: 14px;
  }

  .synco-res-card h3,
  .synco-res-feature-box h3,
  .synco-res-knowledge-card h3{
    font-size: 20px;
  }

  .synco-res-faq-q{
    padding: 18px;
  }

  .synco-res-faq-q span{
    font-size: 16px;
  }

  .synco-res-faq-a{
    padding: 0 18px 18px;
  }
}/* End custom CSS */