/* HERO */
.sup-hero {
  margin-top: 72px;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #eee;
}




/* QUICK ACTIONS */
.sup-quick {
  display: none;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 30px 16px 10px;
  text-align: center;
  background: #fff;
}

.sup-quick h2 {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 800;
}

.sup-quick__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.sup-qa {
  background: #e9e9e9;
  border-radius: 12px;
  padding: 16px;
  text-decoration: none;
  color: #111;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.sup-qa:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .1);
}

.sup-qa__title {
  font-weight: 800;
  margin-bottom: 6px;
}

.sup-qa__desc {
  font-size: 12px;
  color: #555;
  margin-bottom: 10px;
}

.sup-qa__cta {
  font-size: 12px;
  font-weight: 700;
  color: #1a73e8;
}

/* SEARCH */
.sup-search {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-align: center;
  padding: 18px 16px 10px;
}

.sup-search h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
}

.sup-search__bar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1.5px solid #d6d6d6;
  border-radius: 999px;
  padding: 8px 12px;
  min-width: 420px;
  max-width: 90%;
}

.sup-search__icon {
  opacity: .8;
}

.sup-search__bar input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  font-size: 14px;
}

.sup-search__bar button {
  border: none;
  background: #1a73e8;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 14px;
}

/* PRODUCT SUPPORT */
.sup-products {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 24px 16px 40px;
  background: #fff;
}

.sup-products h3 {
  text-align: center;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
}

.sup-chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 8px auto 18px;
  max-width: 900px;
}

.sup-chip {
  border: 1px solid #e2cfa2;
  background: #fff7e0;
  color: #a9740d;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  cursor: pointer;
  text-decoration: none;
}

.sup-chip.active {
  background: #e6c27a;
  color: #fff;
  border-color: #e6c27a;
}

.sup-grid {
  max-width: 1100px;
  margin: 0 auto 5% auto;
  display: grid;
  grid-template-columns: repeat(3, 0.7fr);
  gap: 16px;
}

.sup-card {
  background: #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
}

.sup-thumb {
  height: 200px;
  background: #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sup-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sup-meta {
  background: #fff;
  padding: 10px 12px;
}

.sup-meta h4 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 800;
}

.sup-meta__cat {
  margin: 0 0 8px;
  font-size: 12px;
  color: #777;
}

.sup-meta__link {
  font-size: 12px;
  font-weight: 700;
  color: #1a73e8;
  text-decoration: none;
}

/* CONTACT */
.sup-contact {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #f3f3f3;
  padding: 34px 16px 60px;
}

.sup-contact h1 {
  text-align: center;
  margin: 20px 0 0 0;
  font-size: clamp(39px, 6vw, 81px);
  line-height: 1;
  font-weight: 650;
  color: #535353;
  margin-bottom: 2%;
}

.sup-contact__grid {
  max-width: 1100px;
  margin: 0 auto 32px;
  position: relative;
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  grid-template-rows: 220px 220px auto;
  gap: 20px;
}

/* BIG image (background layer) */
/* Label bar */
.sup-contact__label {
  max-width: 1050px;
  margin: 0 auto 32px;
  /* center + space below */
  padding: 14px 24px;

  background: #e5e5e5;
  color: #111;

  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;

  border-radius: 16px;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}


.sup-contact__image--large {

  grid-row: 1 / 3;
  background: #f0f0f0;
  border-radius: 24px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* SMALL images (on top of big one) */
.sup-contact__image--small__top {
  background: #e5e5e5;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  /* 👈 brings them to front */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sup-contact__image--small__bottom {
  background: #e5e5e5;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  /* 👈 brings them to front */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* First small image */
.sup-contact__image--small:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

/* Second small image */
.sup-contact__image--small:nth-of-type(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

/* Tiles at bottom */
.sup-contact__tile {
  background: #e5e5e5;
  border-radius: 20px;
  padding: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}

/* Tile placement */
.sup-contact__tile:nth-of-type(1) {
  grid-column: 1 / 2;
}

.sup-contact__tile:nth-of-type(2) {
  grid-column: 2 / 3;
}

.sup-contact__tile h4 {
  margin: 0 0 6px;
  font-size: 16px;
}

.sup-contact__tile p {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.sup-map {
  max-width: 1100px;
  height: 280px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}


/*Contact Form*/
/* ===== Contact Us (glass card) ===== */
.tp-contact {
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 70px 16px;
  background: #ffffff;
  /* page gray like screenshot */
}

.tp-contact__wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.tp-contact__head {
  text-align: center;
  margin-bottom: 26px;
}

.tp-contact__head h2 {
  margin: 0;
  font-size: clamp(40px, 6vw, 86px);
  line-height: 1;
  font-weight: 650;
  color: #535353;
}

.tp-contact__head p {
  margin: 8px 0 0;
  color: #535353;
  font-size: 20px;
  font-weight: 500;
}

.tp-contact__card {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 360px 1fr;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

/* left panel */
.tp-contact__info {
  padding: 26px 26px 22px;
  background: rgba(0, 0, 0, .08);
  border-right: 1px solid rgba(255, 255, 255, .22);
  color: #535353;
}

.tp-contact__info h3 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 800;
}

.tp-contact__row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 16px 0;
  color: #535353;
}

.tp-contact__row i {
  margin-top: 3px;
  font-size: 18px;
  width: 20px;
  opacity: .9;
}

.tp-contact__row span {
  font-size: 16px;
  line-height: 1.4;
}

.tp-contact__social {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.tp-contact__social a {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #535353;
  text-decoration: none;
  background: rgba(110, 110, 110, 0.295);
  border: 1px solid rgba(255, 255, 255, .18);
}

.tp-contact__social a:hover {
  background: rgba(65, 65, 65, 0.253);
}

/* right panel */
.tp-contact__form {
  padding: 26px 28px 26px;
}

.tp-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 26px;
  margin-bottom: 18px;
}

.tp-field label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #535353;
  margin-bottom: 8px;
}

.tp-field input,
.tp-field textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #535353;
  padding: 10px 2px;
  border-bottom: 2px solid rgba(104, 104, 104, 0.35);
}

.tp-field input::-moz-placeholder, .tp-field textarea::-moz-placeholder {
  color: rgba(90, 90, 90, 0.55);
}

.tp-field input::placeholder,
.tp-field textarea::placeholder {
  color: rgba(90, 90, 90, 0.55);
}

.tp-field input:focus,
.tp-field textarea:focus {
  border-bottom-color: rgba(83, 83, 83, 0.85);
}

.tp-field--full {
  grid-column: 1 / 3;
}

.tp-contact__btn {
  float: right;
  border: none;
  cursor: pointer;
  background: rgba(219, 219, 219, 0.85);
  color: #7a7a7a;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 18px;
}

.tp-contact__btn:hover {
  filter: brightness(0.95);
}

.tp-contact__success {
  background: rgba(46, 204, 113, .18);
  border: 1px solid rgba(46, 204, 113, .35);
  color: #535353;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 14px;
}

.tp-contact__errors {
  background: rgba(231, 76, 60, .18);
  border: 1px solid rgba(231, 76, 60, .35);
  color: #535353;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 14px;
}

/* responsive */
@media (max-width: 900px) {
  .tp-contact__card {
    grid-template-columns: 1fr;
  }

  .tp-contact__info {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .tp-field--full {
    grid-column: auto;
  }

  .tp-contact__grid {
    grid-template-columns: 1fr;
  }

  .tp-contact__btn {
    float: none;
    width: 100%;
  }
}



/* Responsive */
@media (max-width: 1024px) {
  .sup-quick__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sup-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sup-search__bar {
    min-width: 0;
    width: 100%;
  }

  .sup-contact__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 180px repeat(2, 120px);
  }

  .sup-quick__grid {
    grid-template-columns: 1fr;
  }

  .sup-grid {
    grid-template-columns: 1fr;
  }
}


.sup-docs{
  display:flex;
  gap:14px;
}
.sup-meta__nodoc{
  font-size:12px;
  color:#888;
}

