@import url("/assets/css/privacy-exact.css");

.terms-hero {
  min-height: 360px;
  color: #fff;
  background: linear-gradient(90deg,#032b1a,#06482b,#032b1a);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.terms-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 75%,rgba(246,184,0,.18),transparent 20%),
    radial-gradient(circle at 82% 30%,rgba(246,184,0,.18),transparent 20%),
    repeating-linear-gradient(45deg,rgba(255,255,255,.035) 0 2px,transparent 2px 26px);
}

.terms-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(0deg,rgba(0,0,0,.38),transparent);
}

.terms-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-family: Georgia,serif;
  font-size: 58px;
  letter-spacing: 2px;
  text-shadow: 0 6px 18px rgba(0,0,0,.35);
}

.terms-hero p {
  font-size: 18px;
  font-weight: 900;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.terms-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  margin: 24px 0;
}

.terms-meta span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}

.terms-meta img {
  width: 20px;
  height: 20px;
  filter: invert(79%) sepia(67%) saturate(1039%) hue-rotate(359deg) brightness(98%) contrast(95%);
}

.terms-layout {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 280px 1fr 335px;
  gap: 26px;
  align-items: start;
}

.terms-list {
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
  overflow: hidden;
}

.term-item {
  display: grid;
  grid-template-columns: 36px 1fr 28px;
  gap: 16px;
  align-items: center;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(0,0,0,.12);
  cursor: pointer;
}

.term-item:last-child {
  border-bottom: 0;
}

.term-item > img {
  width: 24px;
  height: 24px;
  filter: invert(57%) sepia(96%) saturate(693%) hue-rotate(359deg) brightness(96%) contrast(95%);
}

.term-item h3 {
  margin: 0 0 4px;
  font-family: Georgia,serif;
  font-size: 18px;
}

.term-item p {
  margin: 0;
  color: #4f5b53;
  font-size: 13px;
  font-weight: 700;
}

.term-item button {
  border: 0;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
  color: #2a382f;
}

.terms-side {
  display: grid;
  gap: 24px;
}

.terms-side section,
.terms-actions article {
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(0,0,0,.12);
}

.terms-side section {
  padding: 22px;
}

.terms-actions {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.terms-actions article {
  padding: 22px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
}

.terms-actions span {
  width: 62px;
  height: 62px;
  border-radius: 9px;
  background: #f4f8ef;
  border: 1px solid #d6e8d7;
  display: grid;
  place-items: center;
}

.terms-actions span img {
  width: 32px;
  height: 32px;
  filter: invert(20%) sepia(48%) saturate(1047%) hue-rotate(104deg) brightness(90%) contrast(93%);
}

.terms-actions a,
.terms-actions button {
  border: 0;
  border-radius: 6px;
  background: #f6b800;
  color: #111;
  padding: 10px 16px;
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.terms-actions a img,
.terms-actions button img {
  width: 17px;
  height: 17px;
}

.terms-footer {
  background: linear-gradient(135deg,#003f24,#005b33,#003f24);
  color: #fff;
  border-top: 4px solid #f6b800;
}

.terms-footer .footer-grid {
  padding: 34px 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 38px;
}

.terms-footer a,
.terms-footer p {
  display: block;
  margin: 8px 0;
  color: #fff;
}

.terms-footer h3 {
  color: #f6b800;
}

.terms-footer .footer-logo {
  width: 130px;
}

@media(max-width:1150px){
  .terms-layout,
  .terms-actions,
  .terms-footer .footer-grid {
    grid-template-columns: 1fr;
  }
}
