html {
  scroll-behavior: smooth;
}

.scroll-link-block,
.scroll-block:not(:has(.whatsapp-link-block)) {
  display: none !important;
}

.whatsapp-link-block {
  display: grid !important;
  place-items: center;
  position: fixed !important;
  right: clamp(16px, 4vw, 48px);
  bottom: clamp(18px, 4vw, 48px);
  z-index: 50;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #25d366;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-link-block:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.26);
}

.whatsapp-link-block img {
  width: 38px;
  height: 38px;
}

.heading-style-h1 {
  max-width: 12ch;
  font-size: clamp(3.25rem, 6.8vw, 7.2rem) !important;
  line-height: 0.95 !important;
}

.hero-content.home-hero-content {
  max-width: min(58rem, 72vw);
}

.whatsapp-link,
.whatsapp-link * {
  text-decoration: none;
}

.olo-footer {
  background: #f4f1eb;
  color: #111;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 72px 0 28px;
}

.olo-footer__inner,
.olo-footer__bottom {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
}

.olo-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(540px, 1.6fr);
  gap: 88px;
  align-items: start;
}

.olo-footer__logo {
  width: 112px;
  height: auto;
  display: block;
}

.olo-footer__summary {
  max-width: 360px;
  margin: 28px 0 24px;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(17, 17, 17, 0.72);
}

.olo-footer__socials {
  display: flex;
  gap: 14px;
  align-items: center;
}

.olo-footer__social {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.olo-footer__social img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.olo-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 64px;
}

.olo-footer h2 {
  margin: 0 0 22px;
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.olo-footer a {
  color: inherit;
}

.olo-footer__nav a {
  display: block;
  width: fit-content;
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(17, 17, 17, 0.74);
  text-decoration: none;
}

.olo-footer__nav a:hover {
  color: #111;
}

.olo-footer__whatsapp {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 18px !important;
  padding: 13px 22px;
  border-radius: 999px;
  background: #25d366;
  color: #fff !important;
  font-weight: 700;
}

.olo-footer__whatsapp img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.olo-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 72px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.62);
}

.olo-blog-page {
  background: #f7f3ec;
  color: #111;
  font-family: Outfit, Arial, sans-serif;
}

.olo-blog-page * {
  box-sizing: border-box;
}

.olo-blog-shell {
  width: min(100% - 48px, 1120px);
  margin: 0 auto;
}

.olo-blog-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 243, 236, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(16px);
}

.olo-blog-header__inner {
  width: min(100% - 48px, 1280px);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.olo-blog-header__logo img {
  width: 76px;
  height: auto;
  display: block;
}

.olo-blog-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.olo-blog-nav a {
  color: rgba(17, 17, 17, 0.74);
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
}

.olo-blog-nav a:hover {
  color: #111;
}

.olo-blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.45fr);
  gap: 64px;
  align-items: end;
  padding: 84px 0 38px;
}

.olo-blog-kicker {
  margin-bottom: 16px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.54);
}

.olo-blog-title {
  max-width: 820px;
  margin: 0;
  font-size: clamp(2.35rem, 3.4vw, 3.65rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.olo-blog-intro {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: 1.12rem;
  line-height: 1.68;
  color: rgba(17, 17, 17, 0.68);
}

.olo-blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 0.92rem;
}

.olo-blog-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.olo-blog-featured {
  padding: 0 0 36px;
}

.olo-blog-featured img,
.olo-article-hero img {
  width: 100%;
  max-height: 420px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
}

.olo-blog-featured img {
  max-height: 320px;
}

.olo-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 24px 0 96px;
}

.olo-article-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(17, 17, 17, 0.08);
  transition: transform 180ms ease, border-color 180ms ease;
}

.olo-article-card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 17, 17, 0.18);
}

.olo-article-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  display: block;
}

.olo-article-card__content {
  padding: 22px;
}

.olo-article-card__meta {
  margin-bottom: 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.48);
}

.olo-article-card h2 {
  margin: 0 0 12px;
  font-size: 1.28rem;
  line-height: 1.22;
}

.olo-article-card p {
  margin: 0;
  color: rgba(17, 17, 17, 0.68);
  line-height: 1.55;
}

.olo-article-main {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(240px, 1fr);
  gap: 68px;
  padding: 38px 0 88px;
}

.olo-article-copy {
  font-size: 1.08rem;
  line-height: 1.78;
  color: rgba(17, 17, 17, 0.78);
}

.olo-article-copy h2 {
  margin: 44px 0 12px;
  font-size: clamp(1.75rem, 2.6vw, 2.15rem);
  line-height: 1.16;
  color: #111;
}

.olo-article-copy h3 {
  margin: 30px 0 8px;
  font-size: 1.32rem;
  line-height: 1.22;
  color: #111;
}

.olo-article-copy ul {
  padding-left: 1.15rem;
}

.olo-article-copy li + li {
  margin-top: 8px;
}

.olo-article-side {
  align-self: start;
  position: sticky;
  top: 104px;
  border-left: 1px solid rgba(17, 17, 17, 0.12);
  padding-left: 28px;
  color: rgba(17, 17, 17, 0.66);
  line-height: 1.6;
}

.olo-article-side h2 {
  margin: 0 0 12px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.olo-article-side a {
  color: #111;
  font-weight: 700;
}

.olo-faq {
  margin-top: 52px;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  padding-top: 34px;
}

.olo-faq h2 {
  margin-top: 0;
}

.olo-faq details {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding: 18px 0;
}

.olo-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #111;
}

.olo-faq p {
  margin: 12px 0 0;
}

@media (max-width: 991px) {
  .heading-style-h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 11vw, 5.4rem) !important;
  }

  .olo-footer__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .olo-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

  .olo-blog-hero,
  .olo-blog-grid,
  .olo-article-main {
    grid-template-columns: 1fr;
  }

  .olo-article-side {
    border-left: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    padding: 26px 0 0;
    position: static;
  }
}

@media (max-width: 767px) {
  .heading-style-h1 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 14vw, 4.6rem) !important;
  }

  .hero-content.home-hero-content {
    max-width: 100%;
  }

  .whatsapp-link-block {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .whatsapp-link-block img {
    width: 32px;
    height: 32px;
  }

  .olo-footer {
    padding-top: 52px;
  }

  .olo-footer__inner,
  .olo-footer__bottom,
  .olo-blog-header__inner,
  .olo-blog-shell {
    width: min(100% - 32px, 1180px);
  }

  .olo-footer__nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .olo-footer__bottom {
    display: grid;
    margin-top: 48px;
  }

  .olo-blog-hero {
    padding: 46px 0 26px;
    gap: 28px;
  }

  .olo-blog-title {
    font-size: clamp(2.15rem, 9vw, 3.1rem);
  }

  .olo-blog-intro {
    font-size: 1rem;
  }

  .olo-blog-nav {
    gap: 16px;
  }

  .olo-blog-nav a {
    font-size: 0.88rem;
  }

  .olo-blog-header__logo img {
    width: 58px;
  }

  .olo-blog-featured img,
  .olo-article-hero img {
    max-height: 260px;
  }

  .olo-article-card__content {
    padding: 18px;
  }
}
