/* =====================================================================
   FastDriver Plugin 1330 - Important Declaration
   Scoped under .fddecl-section. Theme vars for colour/fonts.
   ===================================================================== */
.fddecl-section, .fddecl-section *, .fddecl-section *::before, .fddecl-section *::after{ box-sizing:border-box; }
.fddecl-section{
  background:#F1F1EC; border-top:1px solid rgba(20,20,20,0.1); padding:72px 0;
  font-family: var(--creote-family-two, "Inter", sans-serif);
  font-size: var(--font-size-base, 17px);
  color: var(--text-color-dark, #4a4e56);
  -webkit-font-smoothing:antialiased;
}
.fddecl-container{ max-width:1280px; }
.fddecl-head{
  margin:0; font-family: var(--creote-family-two, "Inter", sans-serif);
  font-weight:500; font-size:12px; letter-spacing:0.16em; text-transform:uppercase; color:rgba(20,20,20,0.5);
}
.fddecl-grid{
  margin-top:22px; display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:28px; max-width:1100px;
}
.fddecl-para{ margin:0; font-size:14px; line-height:1.7; color:rgba(20,20,20,0.62); }

@media(max-width:768px){ .fddecl-section{ padding:48px 0; } }
