/* variant_i: generous spacing, large type */
.root_0e2fedd2 { font-family: undefined; margin: 0; background: hsl(188, 8%, 98%); color: hsl(188, 12%, 12%); line-height: 1.6; }

.ter_body_a698b84d { margin: 0; min-height: 100vh; }

.be_container_6f916fe6 {
  max-width: 928px;
  margin: 0 auto;
  padding: 0 64px 64px;
}

.header_4163581e {
  padding: 64px 0;
  margin-bottom: 64px;
  border-bottom: 3px solid hsl(188, 53%, 38%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

.brand_stcasi_78eef072 { font-weight: 700; font-size: 1.75rem; color: hsl(188, 53%, 38%); }

.navList_8ad3d345 { list-style: none; margin: 0; padding: 0; display: flex; gap: 64px; }

.rbest_9d092f31 { margin: 0; }

.link_sin_bae8ddfc { color: hsl(8, 53%, 38%); text-decoration: none; font-size: 1.05rem; }

.main_terbe_37a71a19 { padding: 64px 0; }

.be_902dc94a {
  padding: 64px;
  margin-bottom: 64px;
  background: hsl(188, 10%, 94%);
}

.heading_estcas_b9c66e36 { font-size: 1.65rem; margin: 0 0 24px; color: hsl(188, 68%, 23%); }

.text_80fcc2d1 { margin: 0; color: hsl(188, 8%, 42%); line-height: 1.75; font-size: 1.05rem; }

.list_stcas_3750f1dc { margin: 24px 0; padding-left: 64px; }

.tca_listItem_2773e9e3 { margin-bottom: 16px; }

.rbe_9d3f696e {
  background: hsl(188, 10%, 94%);
  padding: 64px;
  margin-bottom: 64px;
}

.cardTitle_stcas_b17eb5be { font-size: 1.65rem; margin: 0 0 24px; color: hsl(188, 68%, 23%); }

.cardText_403c8d02 { margin: 0; color: hsl(188, 8%, 42%); font-size: 1.05rem; }

.estcas_5da7f447 {
  margin-top: 64px;
  padding: 64px 0;
  border-top: 2px solid hsl(188, 10%, 94%);
  font-size: 1rem;
  color: hsl(188, 8%, 42%);
}

.footerText_casi_307598f2 { margin: 0; }

.tc_footerLinks_e5134cd7 { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: baseline; row-gap: 16px; column-gap: 32px; }
.tc_footerLinks_e5134cd7 > li { flex: 0 0 auto; }

.footerLink_8f80311d { color: hsl(8, 53%, 38%); text-decoration: none; }

.bett_10cf231e { display: block; font-size: 0.875rem; opacity: 0.75; margin-top: 0.25rem; }

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

/* Articles/blog/news listing — hashed class names per site (no footprint) */
main:has(.blogLayout_48b649ff) > h1 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}
.blogLayout_48b649ff {
  margin: 1rem 0 0;
  padding: 0;
}
.blogLayout_48b649ff .blogItem_bett_3489885e {
  margin: 0;
  padding: 0;
}
.bett_10cf231e {
  display: block;
  font-size: 0.875rem;
  opacity: 0.75;
  margin-top: 0.25rem;
}
/* Article/single page published date */
main .bett_10cf231e {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.blogLayout_48b649ff .blogLink_47fe801c {
  display: block;
  text-decoration: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* List */
.bes_blogLayoutList_2445f41b .blogLink_47fe801c {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.bes_blogLayoutList_2445f41b .blogItem_bett_3489885e:last-child .blogLink_47fe801c { border-bottom: none; }
/* Grid */
.blogLayoutGrid_4f587d2b {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.blogLayoutGrid_4f587d2b .blogLink_47fe801c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid_4f587d2b .blogLink_47fe801c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 3 */
.blogLayoutGrid3_stc_77a22b61 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .blogLayoutGrid3_stc_77a22b61 { grid-template-columns: 1fr; }
}
.blogLayoutGrid3_stc_77a22b61 .blogLink_47fe801c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid3_stc_77a22b61 .blogLink_47fe801c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Grid 4 */
.blogLayoutGrid4_ccf6f8ad {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 992px) {
  .blogLayoutGrid4_ccf6f8ad { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .blogLayoutGrid4_ccf6f8ad { grid-template-columns: 1fr; }
}
.blogLayoutGrid4_ccf6f8ad .blogLink_47fe801c {
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.02);
}
.blogLayoutGrid4_ccf6f8ad .blogLink_47fe801c:hover {
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.04);
}
/* Boxed */
.blogLayoutBoxed_cfce6cd4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blogLayoutBoxed_cfce6cd4 .blogLink_47fe801c {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #f0f1f3;
  box-shadow: none;
}
.blogLayoutBoxed_cfce6cd4 .blogLink_47fe801c:hover {
  border-color: rgba(0,0,0,0.2);
  background: #e8e9ec;
}
/* Cards */
.blogLayoutCards_tc_357808a2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .blogLayoutCards_tc_357808a2 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
}
@media (min-width: 900px) {
  .blogLayoutCards_tc_357808a2 { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}
.blogLayoutCards_tc_357808a2 .blogLink_47fe801c {
  display: block;
  padding: 1.25rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1), 0 1px 2px rgba(0,0,0,0.06);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  min-height: 4rem;
}
.blogLayoutCards_tc_357808a2 .blogLink_47fe801c:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.08);
  border-color: rgba(0,0,0,0.1);
}
