:root {
  --rose: #d9a6ad;
  --rose-deep: #9b5963;
  --rose-soft: #f6e7e8;
  --beige: #f3eadf;
  --cream: #fffaf5;
  --white: #ffffff;
  --gold: #c9a45d;
  --gold-soft: #ead9ad;
  --ink: #3a2b2c;
  --muted: #746062;
  --line: rgba(155, 89, 99, 0.18);
  --shadow: 0 24px 70px rgba(89, 57, 54, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", "Tajawal", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 70px);
  background: rgba(255, 250, 245, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 14px 34px rgba(89, 57, 54, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
  font-weight: 800;
}

.brand small {
  margin-top: -3px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

.main-nav a {
  padding: 9px 13px;
  color: var(--muted);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--rose-deep);
  background: var(--rose-soft);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--rose-deep);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 110px);
  padding: clamp(72px, 11vw, 130px) clamp(18px, 7vw, 92px) 118px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(270deg, rgba(255, 250, 245, 0.98) 0%, rgba(255, 250, 245, 0.88) 41%, rgba(255, 250, 245, 0.25) 100%),
    linear-gradient(180deg, rgba(58, 43, 44, 0.08), rgba(58, 43, 44, 0.18));
}

.hero-content {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rose-deep);
  font-size: 14px;
  font-weight: 800;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 10px;
  font-family: "Tajawal", "IBM Plex Sans Arabic", sans-serif;
  font-size: clamp(44px, 8vw, 88px);
  line-height: 1.05;
  font-weight: 800;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(34px, 5.6vw, 64px);
}

.hero-tagline {
  margin-bottom: 18px;
  color: var(--gold);
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 700;
}

.hero-copy {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 2.2vw, 21px);
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover,
.text-link:hover,
.category-grid a:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  box-shadow: 0 16px 32px rgba(155, 89, 99, 0.22);
}

.btn.secondary {
  color: var(--rose-deep);
  background: var(--white);
  border-color: var(--line);
}

.btn.ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(201, 164, 93, 0.35);
}

.hero-strip {
  position: absolute;
  right: clamp(18px, 7vw, 92px);
  bottom: 32px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-strip span {
  min-width: 78px;
  padding: 10px 16px;
  text-align: center;
  color: var(--rose-deep);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 164, 93, 0.32);
  border-radius: 999px;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.section {
  padding: clamp(64px, 8vw, 104px) clamp(18px, 7vw, 92px);
}

.section-heading {
  max-width: 680px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

h2 {
  color: var(--ink);
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.25;
  font-weight: 800;
}

h3 {
  font-size: 21px;
}

.intro-band,
.reviews-band {
  background: var(--white);
}

.intro-grid,
.reviews-grid,
.packages-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.intro-grid article,
.service-list article,
.packages-grid article,
.steps-grid article,
.about-card,
.trust-grid article,
.contact-panel,
.contact-form,
blockquote {
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.soft-number,
.steps-grid span {
  color: var(--gold);
  font-size: 28px;
  font-weight: 800;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.category-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 16px;
  text-align: center;
  color: var(--rose-deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(89, 57, 54, 0.07);
  transition: 0.2s ease;
}

.split-section,
.image-page,
.about-layout,
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.split-media,
.image-page img {
  overflow: hidden;
  min-height: 430px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-content p,
.about-layout p,
.about-prose p,
.trust-section p,
.page-hero p,
.contact-cta p {
  color: var(--muted);
  font-size: 17px;
}

.about-prose {
  background: var(--white);
}

.about-prose .section-heading {
  max-width: 1120px;
}

.story-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px clamp(28px, 5vw, 72px);
}

.story-copy p,
.trust-section p {
  line-height: 2;
}

.about-pillars,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.about-pillars .about-card:last-child {
  grid-column: span 1;
}

.about-card h3,
.trust-grid h3 {
  margin-top: 0;
  color: var(--rose-deep);
}

.trust-section {
  background: rgba(255, 250, 245, 0.72);
}

.trust-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-closing {
  max-width: 880px;
  margin: 34px 0 0;
  font-weight: 700;
}

.about-hero h1 {
  max-width: 980px;
  font-size: clamp(32px, 5vw, 58px);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--rose-deep);
  font-weight: 800;
  transition: 0.2s ease;
}

blockquote {
  margin: 0;
}

blockquote p {
  color: var(--muted);
  font-size: 17px;
}

blockquote cite {
  color: var(--rose-deep);
  font-style: normal;
  font-weight: 800;
}

.contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, var(--rose-soft), var(--beige));
}

.page-hero {
  padding: clamp(72px, 10vw, 120px) clamp(18px, 7vw, 92px);
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.74), rgba(255, 250, 245, 0.86)),
    url("../images/banner.jpg") center/cover;
}

.page-hero.compact {
  min-height: 380px;
}

.page-hero.services-hero {
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.72), rgba(246, 231, 232, 0.82)),
    url("../images/banner.jpg") center/cover;
}

.page-hero h1 {
  max-width: 780px;
}

.page-hero p {
  max-width: 640px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.service-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-groups article,
.service-card-link,
.faq-list details {
  display: block;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(89, 57, 54, 0.07);
}

.service-card-link {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card-link:hover,
.service-card-link:focus-visible {
  border-color: rgba(201, 164, 93, 0.45);
  box-shadow: 0 16px 34px rgba(89, 57, 54, 0.12);
  transform: translateY(-3px);
}

.service-groups h3 {
  margin-bottom: 12px;
  color: var(--rose-deep);
}

.gift-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.92), rgba(246, 231, 232, 0.88)),
    url("../images/banner.jpg") center/cover;
}

.gift-band .section-heading {
  grid-column: 2;
  margin-bottom: 0;
}

.gift-band-cta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: -24px;
}

.local-conversion-band {
  grid-template-columns: minmax(0, 1120px);
  justify-content: center;
  align-items: start;
  gap: 28px;
  padding-top: clamp(56px, 7vw, 84px);
  padding-bottom: clamp(56px, 7vw, 84px);
}

.local-conversion-band .section-heading {
  grid-column: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.local-conversion-band > .service-groups {
  grid-column: 1;
  width: 100%;
}

.local-conversion-band .gift-band-cta {
  grid-column: 1;
  margin-top: 0;
}

.gift-visual {
  grid-column: 1;
  overflow: hidden;
  min-height: 330px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gift-visual img {
  object-position: center;
}

.local-areas {
  background: var(--cream);
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.area-grid span,
.area-grid a {
  display: grid;
  min-height: 70px;
  place-items: center;
  padding: 14px;
  text-align: center;
  color: var(--rose-deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

.area-grid a {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.area-grid a:hover,
.area-grid a:focus-visible {
  border-color: rgba(201, 164, 93, 0.45);
  box-shadow: 0 14px 28px rgba(89, 57, 54, 0.11);
  transform: translateY(-2px);
}

.local-area-cta {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.review-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  text-align: center;
}

.review-summary strong {
  color: var(--rose-deep);
}

.faq-section {
  background: var(--white);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.faq-list summary {
  cursor: pointer;
  color: var(--rose-deep);
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.map-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
}

.map-frame {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

.service-list article {
  scroll-margin-top: 100px;
}

.service-list .service-intro {
  grid-column: 1 / -1;
}

.service-list .service-intro .btn {
  margin-top: 10px;
}

.service-media {
  overflow: hidden;
  height: 210px;
  margin: -28px -28px 22px;
  border-radius: 8px 8px 0 0;
  background: var(--rose-soft);
}

.service-media img {
  transition: transform 0.35s ease;
}

.has-media:hover .service-media img {
  transform: scale(1.04);
}

.service-list h2,
.packages-grid h2,
.steps-grid h2,
.contact-panel h2,
.contact-form h2 {
  font-size: 25px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list .check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
}

.check-list li {
  position: relative;
  padding: 7px 28px 7px 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 10px;
  height: 10px;
  background: var(--gold);
  border-radius: 50%;
}

.reviews-grid.full {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.google-review {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 220px;
}

.review-stars {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 0;
}

.guide-toc,
.guide-card-grid,
.article-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.guide-toc a,
.guide-card,
.article-nav a,
.article-callout {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(89, 57, 54, 0.07);
}

.guide-toc a,
.article-nav a {
  color: var(--rose-deep);
  font-weight: 800;
}

.guide-card {
  display: grid;
  gap: 12px;
}

.guide-card h3,
.article-callout h3,
.article-content h2 {
  color: var(--rose-deep);
}

.guide-card p,
.article-content p,
.article-callout p {
  color: var(--muted);
}

.home-guide-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guide-media {
  overflow: hidden;
  height: clamp(260px, 32vw, 420px);
  min-height: 280px;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.article-content {
  max-width: 940px;
  margin: 0 auto;
}

.article-content h2 {
  margin-top: 38px;
  font-size: clamp(25px, 3vw, 36px);
}

.article-content h3 {
  margin-top: 26px;
  color: var(--ink);
}

.article-content .check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 22px;
  margin: 18px 0 0;
}

.article-callout {
  margin: 34px 0;
}

.contact-panel dl {
  display: grid;
  gap: 16px;
  margin: 0 0 24px;
}

.contact-panel dt {
  color: var(--rose-deep);
  font-weight: 800;
}

.contact-panel dd {
  margin: 0;
  color: var(--muted);
}

.mini-booking-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--rose-deep), var(--gold));
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(155, 89, 99, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mini-booking-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(155, 89, 99, 0.24);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 8px;
  place-items: center;
  color: var(--rose-deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.social-links img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.social-links.large a {
  width: 52px;
  height: 52px;
  padding: 10px;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--rose-deep);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  font: inherit;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 22px;
  padding: 34px clamp(18px, 7vw, 92px);
  color: var(--cream);
  background: #3f2d2f;
}

.site-footer > div:first-child {
  grid-column: 2;
  text-align: center;
}

.site-footer .social-links {
  grid-column: 3;
  justify-self: end;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 250, 245, 0.7);
}

.site-footer > div:first-child a {
  color: var(--cream);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: var(--white);
  background: #1f9f62;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(31, 159, 98, 0.28);
}

.back-to-top {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 31;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font: inherit;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  border: 0;
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(155, 89, 99, 0.24);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  box-shadow: 0 22px 42px rgba(155, 89, 99, 0.32);
  transform: translateY(-2px);
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
  }

  .home-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .google-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: 78px;
    right: 18px;
    left: 18px;
    display: none;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    border-radius: 8px;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.94) 0%, rgba(255, 250, 245, 0.86) 57%, rgba(255, 250, 245, 0.44) 100%);
  }

  .intro-grid,
  .reviews-grid,
  .google-reviews-grid,
  .packages-grid,
  .steps-grid,
  .about-pillars,
  .trust-grid,
  .story-copy,
  .service-list,
  .service-groups,
  .guide-toc,
  .guide-card-grid,
  .article-nav,
  .split-section,
  .image-page,
  .about-layout,
  .contact-layout,
  .gift-band,
  .map-section {
    grid-template-columns: 1fr;
  }

  .gift-band .section-heading,
  .gift-visual {
    grid-column: auto;
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-cta,
  .site-footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }

  .site-footer > div:first-child,
  .site-footer .social-links {
    width: 100%;
    text-align: center;
  }

  .site-footer .social-links {
    justify-content: center;
  }

  .split-media,
  .image-page img {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .service-list .check-list {
    grid-template-columns: 1fr;
  }

  .article-content .check-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 70px;
    padding: 12px 16px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    display: none;
  }

  .main-nav {
    top: 70px;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .area-grid {
    grid-template-columns: 1fr;
  }

  .hero-strip {
    position: static;
    margin-top: 28px;
  }

  .intro-grid article,
  .service-list article,
  .service-groups article,
  .service-card-link,
  .packages-grid article,
  .steps-grid article,
  .about-card,
  .trust-grid article,
  .contact-panel,
  .contact-form,
  blockquote {
    padding: 22px;
  }

  .service-media {
    height: 190px;
    margin: -22px -22px 20px;
  }

  .guide-media {
    height: 230px;
    min-height: 230px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }

  .back-to-top {
    left: 14px;
    bottom: 14px;
    width: 48px;
    height: 48px;
  }
}
