:root {
  --bg: #FAF6F0;
  --text: #1f2937;
  --muted: #6b7280;
  --border: #e5e7eb;
  --dark: #111111;
  --footer-start: #27354c;
  --footer-end: #6d5356;
  --white: #ffffff;
  --accent: #FE3F00;
  --neo-org: #FF5C00;
  --color-purple: #6810a8;
  --color-purple-light: #9a5caa;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--white);
  color: var(--text);
  line-height: 1.5;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container-full {
  width: min(100% - 2.5rem, 1680px);
  margin-inline: auto;
}

.container {
  width: min(100% - 2.5rem, 1400px);
  margin-inline: auto;
}

/* Top bar */
.topbar {
	background: #303030;
	color: var(--white);
	text-align: center;
	padding: 0.5rem 1.5rem;
	font-size: 1rem;
	font-weight: 500;
}

.topbar p {
	margin: 0;
}

/* Header */
.site-header {
  position: relative;
  background: var(--bg);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  flex-wrap: wrap;
}

.site-header .logo {
  display: flex;
  height: 26px;
  align-items: center;
}

.footer-logo {
  display: flex;
  height: 45px;
  align-items: center;
}

.nav-toggle {
  border: none;
  background: none;
  padding: 0.6rem 0.63rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.site-nav {
  width: 100%;
  order: 3;
}

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px;
  border-top: 1px solid #E6E6E6;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 1000;
}

.site-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

.nav-list li { 
  padding: 0.5rem 0;
  border-bottom: 1px solid #ececec;
}

.nav-list a {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
}

.has-sub, .has-link, .has-acc {
	position: relative;
	padding-right: 1.5rem;
}

.has-sub:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11.7 12.9L16.3 8.3L17.7 9.7L11.7 15.7L5.70001 9.7L7.10001 8.3L11.7 12.9Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M11.7 12.9L16.3 8.3L17.7 9.7L11.7 15.7L5.70001 9.7L7.10001 8.3L11.7 12.9Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}

.has-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M1.4 13L11 3.4V12H13V0H1V2H9.6L0 11.6L1.4 13Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M1.4 13L11 3.4V12H13V0H1V2H9.6L0 11.6L1.4 13Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}

.has-acc::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-color: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M19.5 21.4997L27.1667 13.833L29.5 16.1663L19.5 26.1663L9.5 16.1663L11.8333 13.833L19.5 21.4997Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath d='M19.5 21.4997L27.1667 13.833L29.5 16.1663L19.5 26.1663L9.5 16.1663L11.8333 13.833L19.5 21.4997Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform .3s ease;
}

.header-actions {
  display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem 2rem;
    border-radius: 30px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    transition: 0.2s ease;
}

.btn-outline {
  font-weight: 600;
  border: 2px solid #303030;
  background: transparent;
}

.btn-primary {
  border: 1px solid #303030;
  background: #303030;
  color: var(--white);
}

.btn-link {
  gap: 0.9rem;
}

.btn-link:after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M1.4 13L11 3.4V12H13V0H1V2H9.6L0 11.6L1.4 13Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath d='M1.4 13L11 3.4V12H13V0H1V2H9.6L0 11.6L1.4 13Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: transform 0.25s ease;
}

.btn-link:hover::after {
  transform: translateX(4px);
}

.is-orange {
  color: var(--white);
  border: 1px solid var(--accent);
  background: var(--accent);
}

.is-neo-orange {
  color: var(--white);
  border: 1px solid var(--neo-org);
  background: var(--neo-org);
}

.slider-mob__nav {
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.slider-desk__nav {
  display: none;
}

.slider-prev,
.slider-next {
  width: 48px;
  height: 48px;
  border: 2px solid #303030;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.slider-prev:hover, .slider-prev:focus, .slider-prev:focus-visible,
.slider-next:hover, .slider-next:focus, .slider-next:focus-visible {
  background: #FE3F00;
  border: 2px solid #FE3F00;
}

.slider-prev:hover path, .slider-prev:focus path, .slider-prev:focus-visible path,
.slider-next:hover path, .slider-next:focus path, .slider-next:focus-visible path {
  fill: #fff;
}

/* Footer */
.site-footer {
  background: linear-gradient(135deg, var(--footer-start), var(--footer-end));
  color: rgba(255, 255, 255, 0.92);
  padding: 3.8rem 0;
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.footer-brand {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-desc {
  margin: 0;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.social-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-list a {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.footer-column {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.footer-column h2 {
  color: var(--white);
  position: relative;
  padding-top: 1rem;
  font-size: 1.13rem;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  text-transform: uppercase;
}

.footer-subheading.has-acc {
  cursor: pointer;
}

.footer-subheading.has-acc::after {
    top: 70%;
}

.footer-subheading.has-acc.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.footer-links {
  display: none;
}

.footer-links.is-open {
  display: grid;
  gap: 1rem;
  margin-top: 0.4rem;
}

.footer-grid .footer-column:last-child {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-column a {
  color: #FFF;
  font-size: 1.13rem;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.footer-bottom .copyright {
  color: #FFF;
  margin: 0;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid #fff;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.footer-legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem;
}

.footer-legal a {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 500;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.copyright.desk {
  display: none;
}

.footer-bottom__right {
  display: flex;
  flex-direction: column-reverse;
  gap: 2.5rem;
}

/* Tablet */
@media (min-width: 48rem) {
  .header-inner {
	  flex-wrap: nowrap;
  }
  .footer-legal ul {
    flex-wrap: nowrap;
  }
} 

/* Desktop */
@media (min-width: 1100px) {
	.topbar {
		padding: 1rem 1.56rem;
	}

  .site-header .logo {
    height: 45px;
  }

  .nav-toggle {
	  display: none;
  }

  .site-nav {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    padding: 0;
    border-top: 0;
    box-shadow: none;
    width: auto;
    order: 0;
    margin-inline: auto;
  }

  .nav-list {
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .nav-list li {
    border-bottom: 0;
  }

  .nav-list {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding-top: 0;
  }

  .header-actions {
    display: flex;
    gap: 0.75rem;
  }

  .slider-mob__nav {
    display: none;
  }

  .site-footer {
    padding: 7.5rem 0;
  }

  .footer-grid {
    align-items: start;
		grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr 1fr;
		gap: 5rem;
    margin-bottom: 5rem;
  }

  .footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 2rem;
    padding-top: 2.5rem;
    border-top: 1px solid #fff;
  }

  .footer-column {
    gap: 2.5rem;
  }

  .footer-grid .footer-column:last-child {
    padding-bottom: 0;
    border: none;
  }

  .footer-column h2 {
    border-top: none;
  }

  .footer-column h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50%;
    width: 2.5rem;
    height: 1px;
    background: #fff;
  }

  .footer-subheading.has-acc {
    cursor: default;
  }

  .footer-subheading.has-acc::after {
    display: none;
  }

  .footer-bottom .copyright {
    border: none;
    padding-bottom: 0;
  }

  .footer-legal {
    gap: 2rem;
    flex-direction: row;
  }

  .footer-legal ul {
    gap: 2rem;
  }

  .footer-bottom__right {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .footer-links {
    display: grid !important;
    gap: 1.5rem;
  }

  .nav-list {
		gap: 2rem;
  }

  .social-list {
    gap: 0.5rem;
  }

  .copyright.desk {
    display: block;
  }

  .copyright.mob {
    display: none;
  }

  .hd-center-desk {
    text-align: center;
  }
}

@media (min-width: 1600px) {
  .footer-legal {
    gap: 3.75rem;
  }
  .footer-legal ul {
    gap: 3.75rem;
  }
  .footer-bottom__right {
    justify-content: space-between;
  }
}
