.glydea-order-page {
  background: #f7f4ee;
  color: #2d3135;
  overflow: visible;
}
.go-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.go-crumb {
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 14px;
  color: #777;
}
.go-crumb a {
  color: #5d5d5d;
  text-decoration: none;
}
.go-crumb a:hover {
  text-decoration: underline;
}
.go-eyebrow {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: 13px;
  font-weight: 800;
  color: #a88658;
}
.go-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 18px auto 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  gap: 42px;
  align-items: center;
  padding: 46px;
  border: 1px solid #ded5c8;
  border-radius: 24px;
  background: #fff;
}
.go-hero h1 {
  margin: 0 0 18px;
  font:
    500 clamp(40px, 5vw, 68px)/1.02 Georgia,
    "Times New Roman",
    serif;
  color: #202428;
  letter-spacing: -.025em;
}
.go-lead {
  font-size: 20px;
  line-height: 1.65;
  margin: 0 0 22px;
  max-width: 760px;
}
.go-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
}
.go-checks li {
  position: relative;
  padding-left: 25px;
  font-weight: 650;
}
.go-checks li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a88658;
  font-weight: 900;
}
.go-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.go-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid #bca27d;
  transition: .2s ease;
}
.go-btn:hover {
  transform: translateY(-1px);
}
.go-btn--gold {
  background: #b99b6e;
  color: #24282b;
  border-color: #b99b6e;
}
.go-btn--dark {
  background: #2f3336;
  color: #fff;
  border-color: #2f3336;
}
.go-btn--line {
  background: #fff;
  color: #2d3135;
}
.go-hero__visual {
  position: relative;
}
.go-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}
.go-hero__note {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: rgba(255, 255, 255, .94);
  padding: 12px 15px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .09);
}
.go-jump {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 50px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.go-jump a {
  padding: 11px 15px;
  border: 1px solid #d9cdbd;
  border-radius: 999px;
  background: #fff;
  color: #34383b;
  text-decoration: none;
  font-weight: 750;
  font-size: 14px;
}
.go-jump a:hover {
  border-color: #a88658;
}
.go-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 58px;
}
.go-section-head {
  max-width: 840px;
  margin-bottom: 24px;
}
.go-section-head h2 {
  font:
    500 clamp(30px, 3.5vw, 46px)/1.08 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 14px;
  color: #24282b;
}
.go-section-head > p:last-child {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}
.go-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.go-kpi {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 16px;
  padding: 22px;
}
.go-kpi strong {
  display: block;
  font:
    500 34px/1 Georgia,
    "Times New Roman",
    serif;
  margin-bottom: 7px;
  color: #a37f4f;
}
.go-kpi span {
  font-size: 14px;
  line-height: 1.45;
  color: #575b5e;
}
.go-compare {
  overflow-x: auto;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 18px;
}
.go-compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 860px;
}
.go-compare th {
  background: #333638;
  color: #fff;
  text-align: left;
  padding: 16px 17px;
  font-size: 14px;
}
.go-compare td {
  padding: 16px 17px;
  border-top: 1px solid #ebe5dc;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.5;
}
.go-compare tr:nth-child(even) td {
  background: #fbfaf8;
}
.go-compare b {
  color: #23272a;
}
.go-good {
  font-weight: 800;
  color: #7a5e35;
}
.go-note {
  margin-top: 14px;
  padding: 16px 18px;
  border-left: 4px solid #b99b6e;
  background: #efe9df;
  border-radius: 0 10px 10px 0;
  line-height: 1.55;
}
.go-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.go-product-card {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.go-product-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.go-product-visual {
  height: 150px;
  position: relative;
  background:
    linear-gradient(
      145deg,
      #f1eee8,
      #fff);
  overflow: hidden;
  border-bottom: 1px solid #ebe3d8;
}
.go-product-badges {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: none;
  z-index: 3;
}
.go-badge {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 999px;
  background: #2f3336;
  color: #fff;
}
.go-badge--gold {
  background: #b08c5d;
}
.go-badge--light {
  background: #fff;
  color: #333;
  border: 1px solid #d8d0c5;
}
.go-product-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.go-product-body h3 {
  font:
    500 25px/1.15 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 9px;
  color: #24282b;
}
.go-product-body p {
  margin: 0 0 14px;
  line-height: 1.55;
  color: #505457;
}
.go-specs {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: auto 0 14px;
}
.go-specs span {
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 7px;
  background: #f2eee8;
  color: #4b4f52;
  font-weight: 700;
}
.go-card-cta {
  font-weight: 850;
  color: #8b6a3d;
}
.go-feature {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  background: #2d3032;
  color: #fff;
  border-radius: 22px;
  padding: 34px;
}
.go-feature img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: #fff;
}
.go-feature h2 {
  font:
    500 clamp(30px, 3.3vw, 44px)/1.08 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 14px;
  color: #fff;
}
.go-feature p {
  font-size: 17px;
  line-height: 1.7;
  color: #f1eee9;
}
.go-feature ul {
  padding-left: 20px;
  line-height: 1.8;
  color: #f5f1eb;
}
.go-glider-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.go-glider-grid figure {
  margin: 0;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 14px;
  overflow: hidden;
}
.go-glider-grid img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: contain;
  background: #f5f4f2;
  padding: 16px;
}
.go-glider-grid figcaption {
  padding: 12px 13px;
  font-weight: 800;
  font-size: 14px;
}
.go-mount-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.go-mount-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 16px;
  padding: 18px;
}
.go-mount-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.go-mount-card h3 {
  font:
    500 26px/1.15 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 8px;
}
.go-mount-card p {
  line-height: 1.6;
  margin: 0;
  color: #55595c;
}
.go-control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.go-control {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 16px;
  overflow: hidden;
}
.go-control a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.go-control-media {
  height: 180px;
  background: #f6f5f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ebe5dc;
  position: relative;
}
.go-control-media img {
  max-height: 160px;
  max-width: 86%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.go-control-placeholder {
  width: 62px;
  height: 130px;
  border: 3px solid #555;
  border-radius: 18px;
  position: relative;
  background: #fff;
}
.go-control-placeholder:before,
.go-control-placeholder:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  border: 2px solid #777;
  border-radius: 50%;
}
.go-control-placeholder:before {
  top: 28px;
}
.go-control-placeholder:after {
  bottom: 28px;
}
.go-control-placeholder.is-wall {
  height: 90px;
  width: 90px;
  border-radius: 12px;
}
.go-control-placeholder.is-wall:before {
  top: 17px;
}
.go-control-placeholder.is-wall:after {
  bottom: 17px;
}
.go-control-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.go-control-body h3 {
  font:
    500 20px/1.2 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 7px;
}
.go-control-body p {
  font-size: 13px;
  line-height: 1.5;
  color: #585c5f;
  margin: 0 0 10px;
}
.go-price {
  margin-top: auto;
  font-weight: 900;
  font-size: 17px;
  color: #8b6a3d;
}
.go-price small {
  font-size: 11px;
  color: #777;
  font-weight: 600;
}
.go-seo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.go-seo-card {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 16px;
  padding: 25px;
}
.go-seo-card h3 {
  font:
    500 27px/1.15 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 11px;
}
.go-seo-card p {
  line-height: 1.7;
  margin: 0 0 12px;
}
.go-seo-card a {
  color: #7f6036;
  font-weight: 800;
}
.go-faq {
  display: grid;
  gap: 10px;
}
.go-faq details {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 12px;
  padding: 0 18px;
}
.go-faq summary {
  cursor: pointer;
  font-weight: 850;
  padding: 17px 0;
}
.go-faq p {
  margin: 0 0 18px;
  line-height: 1.65;
  color: #4f5356;
}
.go-final {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 70px;
  padding: 38px;
  border-radius: 20px;
  background: #b79a70;
  color: #24282b;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.go-final h2 {
  font:
    500 clamp(30px, 3.5vw, 44px)/1.1 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 10px;
  color: #24282b;
}
.go-final p {
  margin: 0;
  line-height: 1.6;
}
.go-final .go-btn {
  background: #fff;
  color: #292d30;
  border-color: #fff;
}
.go-placeholder {
  width: min(900px, calc(100% - 40px));
  margin: 40px auto 80px;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 20px;
  padding: 42px;
}
.go-placeholder h1 {
  font:
    500 clamp(34px, 5vw, 56px)/1.04 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 14px;
}
.go-placeholder p {
  font-size: 18px;
  line-height: 1.65;
}
.go-placeholder .go-btn {
  margin-top: 8px;
}
@media (max-width: 980px) {
  .go-hero {
    grid-template-columns: 1fr;
    padding: 32px;
  }
  .go-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .go-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .go-control-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .go-glider-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .go-feature {
    grid-template-columns: 1fr;
  }
  .go-mount-grid {
    grid-template-columns: 1fr;
  }
  .go-seo-grid {
    grid-template-columns: 1fr;
  }
  .go-final {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .go-wrap,
  .go-crumb,
  .go-hero,
  .go-jump,
  .go-section,
  .go-final,
  .go-placeholder {
    width: min(100% - 24px, 1180px);
  }
  .go-hero {
    padding: 23px;
    margin-top: 12px;
    border-radius: 18px;
    gap: 26px;
  }
  .go-hero h1 {
    font-size: 39px;
  }
  .go-lead {
    font-size: 17px;
  }
  .go-checks {
    grid-template-columns: 1fr;
  }
  .go-kpi-grid,
  .go-product-grid,
  .go-control-grid,
  .go-glider-grid {
    grid-template-columns: 1fr;
  }
  .go-mount-card {
    grid-template-columns: 110px 1fr;
    gap: 14px;
  }
  .go-feature {
    padding: 23px;
  }
  .go-final {
    padding: 25px;
  }
  .go-control-media {
    height: 160px;
  }
}
.go-product-visual.has-product-image {
  height: 190px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.go-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.go-product-visual.has-product-image .go-product-badges {
  z-index: 2;
}
.go-tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.go-tech-card {
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 15px;
  padding: 22px;
}
.go-tech-card h3 {
  font:
    500 24px/1.15 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 10px;
  color: #24282b;
}
.go-tech-card p {
  margin: 0;
  color: #5a5f63;
  line-height: 1.65;
}
.go-tech-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: #51555a;
  line-height: 1.55;
}
.go-tech-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.go-tech-media figure {
  margin: 0;
  background: #fff;
  border: 1px solid #ded5c8;
  border-radius: 14px;
  overflow: hidden;
}
.go-tech-media img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: #f5f4f2;
  padding: 12px;
}
.go-tech-media figcaption {
  padding: 13px;
  font-size: 14px;
  line-height: 1.45;
  color: #565b60;
}
.go-tech-media strong {
  display: block;
  color: #23272a;
  font-size: 16px;
  margin-bottom: 5px;
}
.go-note--tech {
  margin-top: 18px;
}
@media (max-width: 980px) {
  .go-tech-grid {
    grid-template-columns: 1fr 1fr;
  }
  .go-tech-media {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .go-tech-grid,
  .go-tech-media {
    grid-template-columns: 1fr;
  }
  .go-tech-media img {
    height: 240px;
  }
}
