@import url("layout/header.css");
@import url("hero/hero.css");
@import url("hero/about.css");
@import url("hero/newsletter.css");
@import url("hero/section-why.css");
@import url("hero/services.css");
@import url("hero/services-archive.css");
@import url("hero/carousel.css");
@import url("about/about.css");
@import url("widgets/book-consultation.css");
@import url("about/careers.css");
@import url("contact/contact.css");
@import url("quote/quote.css");
@import url("widgets/licenses.css");
@import url("service/service-details.css");
@import url("blog/blog.css");

:root {
  --blaze-color-primary: #febe10;
  --blaze-color-black: #040404;
  --blaze-color-white: #ffffff;
  --blaze-color-grey: #f2f2f2;
  --blaze-color-muted: #6f6f6f;
  --blaze-color-border: #dedede;
  --blaze-font-body:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --blaze-font-heading:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --blaze-container: 1400px;
  --blaze-gutter: clamp(1rem, 3vw, 2rem);
  --blaze-radius: 8px;
  --blaze-shadow: 0 20px 60px rgba(22, 22, 22, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background: var(--blaze-color-white);
  color: var(--blaze-color-black);
  font-family: var(--blaze-font-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}
.icon img {
  max-width: 24px;
}
a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}
/* 
a:hover,
a:focus-visible {
  color: var(--blaze-color-primary);
} */

button,
input,
textarea,
select {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  background: var(--blaze-color-primary);
  color: var(--blaze-color-black);
}

.container {
  width: min(calc(100% - 240px), var(--blaze-container));
  margin-inline: auto;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-main {
  flex: 1;
}
/* ==========================================
   Base Button
========================================== */

.button,
.wp-block-button__link,
input[type="submit"],
button[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  height: 48px;
  padding: 16px 48px;
  gap: 10px;

  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;

  border-radius: 8px;
  border: 1px solid transparent;
}

/* ==========================================
   Primary Button
========================================== */

.button--primary {
  background: #febe10;
  color: var(--blaze-color-black);
  border-color: var(--blaze-color-primary);
}

/* .button--primary:hover,
.button--primary:focus-visible,
.button--gold:hover,
.button--gold:focus-visible {
  background: var(--blaze-color-black);
  border-color: var(--blaze-color-primary);
  color: var(--blaze-color-primary);
} */

/* ==========================================
   Secondary Button
========================================== */

.button--secondary {
  background: transparent;
  color: var(--blaze-color-primary);
  padding: 12px 32px;

  border: 1px solid var(--blaze-color-primary);
  /* border-image: url("../images/watch-border.svg") 8 round; */

  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: var(--blaze-color-primary);
  border-color: var(--blaze-color-primary);
  color: var(--blaze-color-black);
}

/* ==========================================
   Small Button
========================================== */

.button--small {
  min-height: 40px;
  width: fit-content;
  padding: 16px 24px;

  font-size: 16px;
  font-weight: 400;

  background: #febe10;
  border-color: #febe10;

  color: #000;

  text-transform: none;
  letter-spacing: normal;
}
/* .button:hover,
.button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  background: var(--blaze-color-black);
  border-color: var(--blaze-color-primary);
  color: var(--blaze-color-primary);
} */

.section--why {
  background: var(--blaze-color-black);
  color: var(--blaze-color-black);
}

.archive-header {
  margin-top: 200px;
  color: var(--blaze-color-black);
}
@media (max-width: 480px) {
  .archive-header {
    margin-top: 80px;
  }
}
.section-reviews {
  margin-top: 24px;
}
.entry-content > * {
  max-width: 760px;
  margin-inline: auto;
}

.entry-content > .alignwide {
  max-width: var(--blaze-container);
}

.entry-content > .alignfull {
  max-width: none;
}

.post-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.pagination {
  margin-top: 2rem;
}

.not-found {
  text-align: center;
}

.section--about,
.section--why,
.section--service-areas,
.section--testimonials,
.section--faq {
  background: var(--blaze-color-page);
}

.split {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 6vw, 5rem);
}

.split--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.split--reverse .split__media {
  order: 0;
}

.split__content {
  max-width: 560px;
}

.split__media::before {
  display: none;
}

.service-areas {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 7vw, 6rem);
}

.area-list {
  display: block;
  margin-top: 1rem;
  padding-left: 1rem;
  list-style: none;
}

.area-list li {
  position: relative;
  padding-left: 0.95rem;
}

.area-list li::before {
  position: absolute;
  left: 0;
  color: var(--blaze-color-primary);
  content: "›";
  font-weight: 900;
}

.area-list__link {
  display: inline;
  padding: 0;
  background: transparent;
  border: 0;
  color: #222222;
  font-size: 0.9rem;
  font-weight: 700;
}

.section--faq {
  margin: 80px 0;
  padding: 24px 0;
}

.faq-page {
  margin-top: 200px;
}

.faq-list {
  margin-top: 24px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --- FAQ ITEM CONTAINER --- */
.faq-list__item {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  margin-bottom: 0;
}

.faq-list__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 1rem 2rem;
  margin: 0;
  background:
    linear-gradient(
      0deg,
      var(--Grays-Gray-5, #e5e5ea) 0%,
      var(--Grays-Gray-5, #e5e5ea) 100%
    ),
    var(--Grays-Gray-3, #c7c7cc);
  border-radius: 24px;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  list-style: none;
  transition: background 0.3s ease;
  max-height: 52px;
}

.faq-list__question::-webkit-details-marker {
  display: none;
}

.faq-list__question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 52px;
  width: 21px;
  background: var(--blaze-color-primary);
  border-radius: 24px 0 0 24px;
  pointer-events: none;
}

.faq-list__text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.faq-list__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--blaze-color-primary);
  color: #000000;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.3s ease;
}

.faq-list__item[open] .faq-list__question {
  border-radius: 24px;
  margin-bottom: 0;

  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}

.faq-list__item[open] .faq-list__question::before {
  border-radius: 24px 0 0 24px;
}

.faq-list__answer {
  padding: 42px 32px 48px 48px;
  background: #ededf2;
  border-radius: 0 0 24px 24px;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: -31px;
}

.faq-list__item[open] {
  margin-bottom: 0;
}

.faq-list__item[open] .icon-open {
  display: inline-block;
}
.faq-list__item[open] .icon-closed {
  display: none;
}
.faq-list__item:not([open]) .icon-open {
  display: none;
}
.faq-list__item:not([open]) .icon-closed {
  display: inline-block;
}

@media (max-width: 768px) {
  .faq-list__question {
    font-size: 16px;
  }

  .faq-list__answer {
    padding: 1.2rem 1.5rem;
  }
}

.section--newsletter {
  padding-block: 5rem 0;
  background: #050505;
}

.newsletter {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(254, 190, 16, 0.6);
  border-radius: var(--blaze-radius-lg);
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(254, 190, 16, 0.08),
      transparent 34%
    ),
    #141414;
}

.newsletter__title {
  font-family: var(--blaze-font-body);
  text-transform: none;
}

.newsletter input:not([type="submit"]) {
  background: #292929;
  color: var(--blaze-color-white);
  border-color: #4a4a4a;
  border-radius: 5px;
}

.footer__main {
  display: grid;
  gap: 2rem;
  padding-block: 3rem;
  width: min(100% - 48px, 1200px);
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(254, 190, 16, 0.6);
  border-radius: var(--blaze-radius-lg);
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(254, 190, 16, 0.08),
      transparent 36%
    ),
    #141414;
}

.footer__brand {
  max-width: 340px;
}

.footer__contact,
.footer__social {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.footer__contact a,
.footer__social a,
.footer__menu a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.footer__bottom {
  padding-block: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.footer__menu .menu {
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__contact,
.footer__social,
.footer__menu .menu {
  font-size: 0.9rem;
}

.footer__licenses {
  padding-block: 4rem 2rem;
  text-align: center;
}

.footer__licenses-title {
  margin: 0 0 2rem;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--blaze-color-black);
}

.footer-licenses-wrap {
  width: 100%;
  background-color: #efefef;

  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  text-align: center;
}

.footer__license-image {
  width: min(100%, 230px);
  height: 145px;
  object-fit: contain;
  padding: 0.5rem;
  background: var(--blaze-color-white);
}

.footer__bottom {
  border-top: 0;
  text-align: center;
}

/* --- MEDIA QUERIES --- */

.site-footer {
  background-color: #040404;
  color: #fff;
  padding-top: 52px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-main-wrap {
  padding: 0 15px;
}

.footer-main-box {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  background-image: url("../images/footer.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  border-radius: 30px;

  padding: 101px 88px 46px 88px;

  display: grid;
  grid-template-columns: 1.8fr 1.4fr 1fr 1.4fr;
  gap: 30px;
}
.footer-main-box::before,
.footer-main-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.footer-main-box::before {
  padding: 1px;

  background:
    radial-gradient(
      58% 145% at 100% 0%,
      rgba(177, 142, 50, 1) 0 2%,
      rgba(177, 142, 50, 0.5) 9%,
      transparent 22%
    ),
    radial-gradient(
      58% 145% at 100% 100%,
      rgba(128, 128, 127, 1) 0 3%,
      rgba(128, 128, 127, 0.58) 11%,
      transparent 24%
    ),
    radial-gradient(
      44% 120% at 78% 70%,
      rgba(35, 35, 35, 1) 0 12%,
      rgba(35, 35, 35, 0.74) 23%,
      transparent 48%
    ),
    radial-gradient(
      42% 130% at 39% 50%,
      rgba(147, 147, 147, 0.96) 0 7%,
      rgba(147, 147, 147, 0.72) 20%,
      transparent 48%
    ),
    linear-gradient(
      90deg,
      #febe10 0%,
      #e8be42 10%,
      #c5ad68 22%,
      #939393 41%,
      #686868 53%,
      #232323 67%,
      #353535 76%,
      #6c6757 87%,
      #8f8875 95%,
      #b18e32 100%
    );

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  mask-composite: exclude;

  z-index: 2;
}

.footer-main-box::after {
  border: 1px solid rgba(0, 0, 0, 0.2);

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.015),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);

  border-radius: inherit;

  z-index: 3;
}

.footer-main-box > * {
  position: relative;
  z-index: 5;
}
.footer-col {
  position: relative;
  z-index: 1;
}

.footer-social-icon {
  display: flex;
  width: 45px;
  height: 45px;

  border-radius: 8px;
  border: 1px solid #febe10;
  background: radial-gradient(
    231% 135.8% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.21) 0%,
    rgba(0, 0, 0, 0) 100%
  );

  backdrop-filter: blur(21px);
}

.footer-col p {
  margin-bottom: 20px;
}

.footer-col-contact,
.footer-col-links {
  margin-top: 30px;
}
.footer-heading {
  color: var(--blaze-color-primary);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}

.social-heading {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 15px;
}

.newsletter-input-wrapper {
  position: relative;
  z-index: 10;
  isolation: isolate;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: space-between;

  width: 250px;
  height: 45px;

  border-radius: 8px;
  background: linear-gradient(to right, #464646, #1c1c1b);

  backdrop-filter: blur(21px);
  border: 1px solid var(--blaze-color-primary);
}

.newsletter-input-wrapper > * {
  position: relative;
  z-index: 5;
}

.newsletter-input {
  flex: 1;
  padding: 3px 16px;
  background: transparent;
  outline: none;
  border: none;
  color: #a0a0a0;
  font-size: 16px;
  font-family: inherit;
  min-width: 0;
}

.newsletter-input::placeholder {
  color: #777;
}

.newsletter-input:focus {
  color: #ffffff;
}

.newsletter-form-wrapper input[type="email"] {
  background: #262626;
  color: #fff;
  width: 100%;
  max-width: 240px;
  font-size: 14px;
  outline: none;
  margin-right: 10px;
}
.newsletter-form-wrapper input[type="email"]::placeholder {
  color: #888;
}
.newsletter-form-wrapper form {
  display: flex;
  align-items: center;
}

.newsletter-input-wrapper .newsletter-send-btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;

  padding: 0;

  border: none;
  border-radius: 6px;

  background: linear-gradient(to right, #464646, #1c1c1b);
  backdrop-filter: blur(21px);

  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-send-btn::before,
.newsletter-send-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}

.newsletter-send-btn::before {
  padding: 1px;

  background:
    radial-gradient(
      58% 145% at 100% 0%,
      rgba(177, 142, 50, 1) 0 2%,
      rgba(177, 142, 50, 0.5) 9%,
      transparent 22%
    ),
    radial-gradient(
      58% 145% at 100% 100%,
      rgba(128, 128, 127, 1) 0 3%,
      rgba(128, 128, 127, 0.58) 11%,
      transparent 24%
    ),
    radial-gradient(
      44% 120% at 78% 70%,
      rgba(35, 35, 35, 1) 0 12%,
      rgba(35, 35, 35, 0.74) 23%,
      transparent 48%
    ),
    radial-gradient(
      42% 130% at 39% 50%,
      rgba(147, 147, 147, 0.96) 0 7%,
      rgba(147, 147, 147, 0.72) 20%,
      transparent 48%
    ),
    linear-gradient(
      90deg,
      #febe10 0%,
      #e8be42 10%,
      #c5ad68 22%,
      #939393 41%,
      #686868 53%,
      #232323 67%,
      #353535 76%,
      #6c6757 87%,
      #8f8875 95%,
      #b18e32 100%
    );

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;

  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;

  z-index: 2;
}

.newsletter-send-btn::after {
  border-radius: inherit;

  border: 1px solid rgba(0, 0, 0, 0.2);

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.015),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);

  z-index: 3;
}

.newsletter-send-btn > * {
  position: relative;
  z-index: 5;
}

.newsletter-send-btn img {
  width: 18px;
  height: 18px;
}

/* */
.social-links {
  display: flex;
  gap: 10px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  text-decoration: none;
}
.social-links a:hover {
  background: #cda85f;
  color: #000;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 13px;
  color: #ddd;
  font-size: 14px;
}
.contact-list .icon {
  color: var(--blaze-color-primary);
  margin-top: 2px;
}
.contact-list a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s;
  text-decoration: underline;
}
.contact-list a:hover {
  color: var(--blaze-color-primary);
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu li {
  margin-bottom: 12px;
}
.footer-menu a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-menu a:hover {
  color: var(--blaze-color-primary);
}

/* --- Licenses Section --- */

.licenses-title {
  font-size: 32px;
  font-weight: 700;
  margin: 24px 0;
  letter-spacing: 0.5px;
}
.licenses-grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.license-card {
  width: 260px;
  height: 200px;

  padding: 5px;

  border: none;

  transition: transform 0.3s;
}
.license-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* --- Copyright --- */
.footer-copyright {
  background: #040404;
  padding: 32px 0 80px 0;
  text-align: center;
}
.footer-copyright p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

/* --- Responsive Design --- */
@media (max-width: 1140px) {
  .footer-main-box {
    padding: 101px 66px 46px 66px;
  }
}
@media (max-width: 992px) {
  .footer-main-box {
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px;
  }
  .newsletter-form-wrapper form {
    flex-wrap: wrap;
  }
  .newsletter-form-wrapper input[type="email"] {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .newsletter-form-wrapper input[type="submit"] {
    width: 100%;
  }
}

/* @media (max-width: 576px) {
  .footer-main-box {
    grid-template-columns: 1fr;
    border-radius: 20px;
    padding: 30px 15px;
  }
  .licenses-grid {
    flex-direction: column;
    align-items: center;
  }
  .license-card {
    width: 100%;
    max-width: 300px;
  }
} */

@media (max-width: 480px) {
  .container {
    width: min(calc(100% - 30px), var(--blaze-container)) !important;
  }

  .section--faq {
    padding-top: 32px;
  }
  .button--primary {
    padding: 8px 16px;
    font-size: 14px;
    width: fit-content;
    font-weight: 500;
  }

  .button--secondary {
    padding: 8px 16px;
    font-size: 18px;
    font-weight: 400;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .split--reverse .split__media {
    order: 1;
  }
  .service-areas {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .faq-list__text {
    font-size: 16px;
    font-weight: 500px;
    line-height: 22px;
  }

  .faq-list__question {
    max-height: 80px;
  }
  .faq-list__question::before {
    height: 80px;
  }

  .faq-list__answer {
    padding: 8px 16px;
    padding-top: 52px;
  }
  .split__content {
    margin: 16px 0;
  }

  .faq-list__question {
    gap: 8px;
    padding-left: 30px;
  }
  .section--faq {
    margin-bottom: 60px;
  }
  .footer-main-box {
    background-size: 50%;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 991px) {
  .footer-main-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 40px;
    gap: 40px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {
  .footer-main-wrap {
    padding: 0 0px;
  }
  .site-footer {
    padding-top: 17px;
  }
  .footer-main-box {
    background-image: url("../images/footer-bg-vertical.svg");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;

    padding: 30px 16px 28px;
    gap: 0;

    border-radius: 20px;
    background-size: cover;
  }

  /* reorder sections */
  .footer-col-newsletter {
    order: 0;
  }

  .footer-col-contact {
    order: 0;
  }

  .footer-col-services {
    order: 2;
  }

  #services {
    order: 3;
  }
  .footer-col-company {
    order: 3;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col-contact,
  .footer-col-links {
    margin-top: 42px;
  }

  /* newsletter */
  .footer-col-newsletter > p:first-child {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .newsletter-input-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    margin-right: 6px;
  }

  .newsletter-input {
    width: 100%;
    min-width: 0;
  }

  /* social */
  .social-heading {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .footer-social-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
  }

  /* headings */
  .footer-heading {
    font-size: 16px;
    margin-bottom: 8px;
  }

  /* contact */
  .contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .contact-list .icon {
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* links */
  .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;

    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer-menu li {
    margin: 0;
  }

  .footer-menu a {
    line-height: 1.5;
  }

  .footer-copyright {
    text-align: center;
    padding: 18px 0;
  }

  .footer-copyright p {
    font-size: 14px;
    margin: 0;
  }
  .section-reviews {
    margin: 0;
  }
  .section--faq {
    margin: 32px 0;
  }
  .faq-list {
    margin-top: 0;
  }
  .section-header__title {
    margin: 0 0 16px;
  }
  .faq-page {
    margin-top: 64px;
  }
}
