/* Shared header: Publireportage + brand row — strict center */
.site-header,
.header.site-header {
  display: grid;
  justify-items: center;
  align-content: start;
  width: 100%;
  margin: 0;
  padding: 20px 16px 14px;
  box-sizing: border-box;
}

.publireportage {
  margin: 0 0 12px;
  padding: 0;
  color: #0f766e;
  font-family: Lato, Arial, sans-serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
  justify-self: center;
}

.site-header .brand,
.header.site-header .brand,
.section_wrapper_634219 .el-345921 .img a.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-decoration: none;
  justify-self: center;
  max-width: 100%;
}

.site-header .brand-mark,
.header.site-header .brand-mark,
.section_wrapper_634219 .brand-mark {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.site-header .brand-name,
.header.site-header .brand-name,
.section_wrapper_634219 .brand-name {
  font-family: Inter, "Segoe UI", Lato, Arial, sans-serif;
  font-size: clamp(20px, 3.2vw, 28px);
  font-weight: 700;
  line-height: 1;
  color: #0f172a;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .site-header .brand-mark,
  .header.site-header .brand-mark,
  .section_wrapper_634219 .brand-mark {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .site-header .brand-name,
  .header.site-header .brand-name,
  .section_wrapper_634219 .brand-name {
    font-size: clamp(17px, 4.5vw, 22px);
  }

  .site-header .brand,
  .header.site-header .brand,
  .section_wrapper_634219 .el-345921 .img a.brand {
    gap: 8px;
  }
}

@media (max-width: 380px) {
  .site-header .brand-name,
  .header.site-header .brand-name,
  .section_wrapper_634219 .brand-name {
    white-space: normal;
    text-align: center;
    max-width: 58vw;
  }
}

.section_wrapper_634219 .brand-mark {
  width: 44px !important;
  height: 44px !important;
  max-width: none !important;
}

@media (max-width: 600px) {
  .section_wrapper_634219 .brand-mark {
    width: 38px !important;
    height: 38px !important;
  }
}

/* Index page (Funnelish builder) header */
.section_wrapper_634219 {
  width: 100% !important;
}

.section_wrapper_634219 .el-119502.section_row,
.section_wrapper_634219 .el-345921.section_row {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.section_wrapper_634219 .el-119502 .row-column,
.section_wrapper_634219 .el-345921 .row-column {
  display: grid !important;
  justify-items: center !important;
  width: 100% !important;
}

.section_wrapper_634219 .el-119502 .el-104444,
.section_wrapper_634219 .el-345921 .el-931520 {
  display: grid !important;
  justify-items: center !important;
  width: 100% !important;
}

.section_wrapper_634219 .el-345921 .img {
  display: grid !important;
  justify-items: center !important;
  width: 100% !important;
}

.section_wrapper_634219 .el-345921 .img a {
  justify-self: center;
}

.section_wrapper_634219 .el-119502 .headline,
.section_wrapper_634219 .el-119502 .headline-inner,
.section_wrapper_634219 .el-119502 .headline-inner h3,
.section_wrapper_634219 .el-119502 .headline-inner span {
  width: 100%;
  text-align: center !important;
}

.section_wrapper_634219 .el-119502 .headline-inner h3 {
  margin: 0;
}

/* Footer links — no underline */
.footer a,
.footer-links a,
.el-320208 .paragraph-inner a,
.el-810239 .el-320208 a {
  text-decoration: none !important;
}

.footer a:hover,
.footer-links a:hover,
.el-320208 .paragraph-inner a:hover,
.el-810239 .el-320208 a:hover {
  text-decoration: none !important;
}

.el-320208 .paragraph-inner u {
  text-decoration: none;
}
