.elementor-11959 .elementor-element.elementor-element-4ddce22{--display:flex;}.breadcrumb-wrap .breadcrumb-overlay, .elementor-page-11959 .breadcrumb-wrap .breadcrumb-overlay{opacity:0.5;}/* Start custom CSS for html, class: .elementor-element-cc2f3ef */.gs-premium-case-study {
  width: 100%;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: normal;
}

.gs-premium-case-study * {
  box-sizing: border-box;
  hyphens: none;
}

.gs-premium-case-study h1,
.gs-premium-case-study h2,
.gs-premium-case-study h3,
.gs-premium-case-study p,
.gs-premium-case-study span,
.gs-premium-case-study strong,
.gs-premium-case-study summary,
.gs-premium-case-study li {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.gs-section {
  margin: clamp(64px, 8vw, 110px) 0;
}

.gs-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #ff792d;
  font-weight: 700;
  letter-spacing: 0.035em;
  max-width: 100%;
}

.gs-hero-block {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  margin-bottom: clamp(70px, 8vw, 115px);
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid rgba(255, 121, 45, 0.42);
  border-radius: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(255,121,45,0.19), rgba(0,0,0,0.9)),
    #0f0f0f;
  color: #fff;
  box-shadow: 0 28px 80px rgba(0,0,0,0.18);
}

.gs-hero-block h1 {
  color: #fff;
  text-shadow: 0 3px 16px rgba(0,0,0,0.7);
  max-width: 100%;
  line-height: 1.12;
}

.gs-hero-copy p,
.gs-section-heading.light p,
.gs-final-cta p,
.gs-result-quote p {
  color: rgba(255,255,255,0.92);
}

.gs-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.gs-hero-points span {
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  padding: 11px 17px;
  background: rgba(255,255,255,0.07);
  color: #fff;
  white-space: normal;
}

.gs-hero-image img,
.gs-image-card img,
.gs-gallery-premium img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: clamp(16px, 2.5vw, 24px);
}

.gs-hero-image img {
  box-shadow: 0 28px 80px rgba(0,0,0,0.42);
}

.gs-section-heading {
  max-width: 900px;
  margin: 0 auto clamp(34px, 5vw, 52px);
  text-align: center;
}

.gs-section-heading.light,
.gs-dark-feature h2,
.gs-final-cta h2 {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0,0,0,0.65);
}

.gs-snapshot {
  padding: clamp(30px, 5vw, 56px);
  border-radius: clamp(20px, 3vw, 28px);
  background: #fafafa;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 18px 55px rgba(0,0,0,0.055);
}

.gs-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gs-snapshot-grid div {
  min-width: 0;
  padding: 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(255,121,45,0.25);
  box-shadow: 0 12px 34px rgba(0,0,0,0.05);
}

.gs-snapshot-grid strong {
  display: block;
  margin-bottom: 9px;
  color: #ff792d;
}

.gs-snapshot-grid span {
  display: block;
}

.gs-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 66px);
  align-items: center;
}

.gs-text-panel p {
  margin-top: 18px;
}

.gs-image-card {
  position: relative;
  min-width: 0;
}

.gs-image-card::after {
  content: "";
  position: absolute;
  inset: 16px -16px -16px 16px;
  border: 1px solid rgba(255,121,45,0.5);
  border-radius: 22px;
  z-index: -1;
}

.gs-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(70px, 8vw, 108px) 0;
  border-top: 1px solid rgba(255,121,45,0.45);
  border-bottom: 1px solid rgba(255,121,45,0.45);
}

.gs-trust-strip div {
  min-width: 0;
  padding: 38px 30px;
  border-right: 1px solid rgba(255,121,45,0.28);
}

.gs-trust-strip div:last-child {
  border-right: none;
}

.gs-trust-strip strong {
  display: block;
  margin-bottom: 8px;
  color: #ff792d;
}

.gs-dark-feature {
  padding: clamp(36px, 6vw, 82px) clamp(24px, 5vw, 58px);
  border-radius: clamp(22px, 3vw, 32px);
  background:
    linear-gradient(135deg, rgba(0,0,0,0.94), rgba(0,0,0,0.84)),
    radial-gradient(circle at top right, rgba(255,121,45,0.34), transparent 36%),
    #111;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}

.gs-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gs-feature-grid div {
  min-width: 0;
  padding: 34px;
  border-radius: 20px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
}

.gs-feature-grid h3 {
  color: #ff792d;
}

.gs-feature-grid p {
  color: rgba(255,255,255,0.9);
}

.gs-gallery-premium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gs-gallery-premium figure {
  min-width: 0;
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 20px 55px rgba(0,0,0,0.09);
}

.gs-gallery-premium figcaption {
  padding: 15px 6px 5px;
  color: #ff792d;
  font-weight: 700;
}

.gs-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.gs-process-card {
  min-width: 0;
  min-height: 270px;
  padding: 34px;
  border-radius: 24px;
  border: 1px solid rgba(255,121,45,0.3);
  background: linear-gradient(180deg, #fff, #fafafa);
  box-shadow: 0 16px 42px rgba(0,0,0,0.055);
}

.gs-process-card span {
  display: block;
  margin-bottom: 34px;
  color: #ff792d;
  font-weight: 800;
}

.gs-result-block {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 44px;
  align-items: stretch;
}

.gs-result-copy {
  padding: clamp(32px, 5vw, 54px);
  border-radius: clamp(22px, 3vw, 30px);
  background: #fafafa;
}

.gs-check-list {
  margin-top: 26px;
  padding-left: 0;
  list-style: none;
}

.gs-check-list li {
  position: relative;
  padding-left: 32px;
  margin: 13px 0;
}

.gs-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ff792d;
  font-weight: 800;
}

.gs-result-quote {
  display: flex;
  align-items: center;
  padding: clamp(32px, 5vw, 50px);
  border-radius: clamp(22px, 3vw, 30px);
  background:
    linear-gradient(135deg, rgba(255,121,45,0.16), rgba(0,0,0,0)),
    #111;
  color: #fff;
}

.gs-faq-premium details {
  padding: 26px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

.gs-faq-premium summary {
  cursor: pointer;
  font-weight: 700;
  list-style-position: outside;
}

.gs-faq-premium p {
  margin-top: 15px;
  max-width: 900px;
}

.gs-final-cta {
  margin-top: clamp(82px, 9vw, 125px);
  padding: clamp(42px, 7vw, 76px) clamp(24px, 5vw, 52px);
  border-radius: clamp(24px, 3vw, 34px);
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255,121,45,0.22), rgba(0,0,0,0.9)),
    #111;
  color: #fff;
  border: 1px solid rgba(255,121,45,0.42);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
}

.gs-final-cta p {
  max-width: 780px;
  margin: 18px auto 0;
}

.gs-button {
  display: inline-block;
  margin-top: 32px;
  padding: 15px 32px;
  border-radius: 999px;
  background: #ff792d;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.25s ease;
  max-width: 100%;
  text-align: center;
}

.gs-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(255,121,45,0.32);
  color: #fff;
}

/* Large tablet */
@media (max-width: 1180px) {
  .gs-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .gs-hero-block,
  .gs-two-column,
  .gs-result-block {
    grid-template-columns: 1fr;
  }

  .gs-hero-block {
    gap: 36px;
  }

  .gs-gallery-premium,
  .gs-trust-strip,
  .gs-feature-grid {
    grid-template-columns: 1fr;
  }

  .gs-trust-strip {
    border: 1px solid rgba(255,121,45,0.35);
    border-radius: 24px;
    overflow: hidden;
  }

  .gs-trust-strip div {
    border-right: none;
    border-bottom: 1px solid rgba(255,121,45,0.25);
  }

  .gs-trust-strip div:last-child {
    border-bottom: none;
  }
}

/* Guardian Structural Case Study - Mobile Upgrade */
@media (max-width: 768px) {

  .gs-premium-case-study {
    width: 100%;
    padding: 0 14px;
    overflow-x: hidden;
  }

  .gs-section {
    margin: 52px 0;
  }

  .gs-kicker {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }

  .gs-hero-block {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 30px 18px;
    margin-bottom: 58px;
    border-radius: 24px;
    background:
      linear-gradient(160deg, rgba(255,121,45,0.22), rgba(0,0,0,0.94)),
      #111;
  }

  .gs-hero-block h1 {
    font-size: clamp(30px, 9vw, 44px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .gs-hero-copy p,
  .gs-text-panel p,
  .gs-section-heading p,
  .gs-result-copy p,
  .gs-result-quote p {
    font-size: 16px;
    line-height: 1.72;
  }

  .gs-hero-points {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .gs-hero-points span {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.45;
  }

  .gs-hero-image img,
  .gs-image-card img,
  .gs-gallery-premium img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
  }

  .gs-two-column,
  .gs-result-block,
  .gs-hero-block {
    grid-template-columns: 1fr;
  }

  .gs-two-column,
  .gs-result-block {
    gap: 26px;
  }

  .gs-section-heading {
    text-align: left;
    margin-bottom: 26px;
  }

  .gs-section-heading h2,
  .gs-text-panel h2,
  .gs-result-copy h2,
  .gs-dark-feature h2,
  .gs-final-cta h2 {
    font-size: clamp(26px, 8vw, 38px);
    line-height: 1.14;
    letter-spacing: -0.025em;

    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
  }

  .gs-snapshot,
  .gs-dark-feature,
  .gs-result-copy,
  .gs-result-quote,
  .gs-final-cta {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .gs-snapshot-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gs-snapshot-grid div {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .gs-dark-feature {
    padding: 30px 18px;
    border-radius: 24px;
  }

  .gs-feature-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gs-feature-grid div {
    min-width: 0;
    overflow: hidden;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .gs-feature-grid h3 {
    display: block;
    max-width: 100%;
    margin: 0 0 12px;

    font-size: clamp(20px, 6vw, 26px);
    line-height: 1.18;
    letter-spacing: -0.015em;

    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
  }

  .gs-feature-grid p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .gs-trust-strip {
    grid-template-columns: 1fr;
    margin: 54px 0;
    border-radius: 22px;
    overflow: hidden;
  }

  .gs-trust-strip div {
    padding: 24px 18px;
    border-right: none;
    border-bottom: 1px solid rgba(255,121,45,0.22);
  }

  .gs-trust-strip div:last-child {
    border-bottom: none;
  }

  .gs-gallery-premium {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gs-gallery-premium figure {
    padding: 9px;
    border-radius: 20px;
  }

  .gs-gallery-premium figcaption {
    padding: 13px 6px 6px;
    font-size: 14px;
    line-height: 1.45;
  }

  .gs-process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gs-process-card {
    min-height: auto;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .gs-process-card span {
    margin-bottom: 16px;
  }

  .gs-result-block {
    gap: 18px;
  }

  .gs-check-list {
    margin-top: 22px;
  }

  .gs-check-list li {
    padding-left: 30px;
    margin: 12px 0;
    line-height: 1.55;
  }

  .gs-faq-premium details {
    padding: 20px 0;
  }

  .gs-faq-premium summary {
    padding-right: 6px;
  }

  .gs-final-cta {
    text-align: left;
  }

  .gs-button,
  .devcore-quote-button {
    width: 100%;
    padding: 16px 20px;
    margin-top: 28px;
  }

  .gs-image-card::after {
    display: none;
  }
}

/* Extra Small Devices */
@media (max-width: 420px) {

  .gs-premium-case-study {
    padding: 0 10px;
  }

  .gs-section {
    margin: 44px 0;
  }

  .gs-hero-block,
  .gs-snapshot,
  .gs-dark-feature,
  .gs-result-copy,
  .gs-result-quote,
  .gs-final-cta {
    padding: 24px 15px;
  }

  .gs-hero-block h1 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .gs-section-heading h2,
  .gs-text-panel h2,
  .gs-result-copy h2,
  .gs-dark-feature h2,
  .gs-final-cta h2 {
    font-size: clamp(24px, 8vw, 34px);
  }

  .gs-hero-image img,
  .gs-image-card img,
  .gs-gallery-premium img {
    aspect-ratio: 1 / 1;
  }

  .gs-snapshot-grid div,
  .gs-feature-grid div,
  .gs-process-card,
  .gs-trust-strip div {
    padding: 20px 15px;
  }

  .gs-feature-grid h3 {
    font-size: clamp(19px, 6.4vw, 23px);
    line-height: 1.2;
  }

  .gs-gallery-premium figcaption {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdbebbb */<style>
.gs-faq-premium {
  position: relative;
  padding: clamp(34px, 5vw, 64px);
  border-radius: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at top right, rgba(255,121,45,0.16), transparent 34%),
    linear-gradient(180deg, #ffffff, #fafafa);
  border: 1px solid rgba(255,121,45,0.22);
  box-shadow: 0 24px 70px rgba(0,0,0,0.08);
  overflow: hidden;
}

.gs-faq-premium::before {
  content: "?";
  position: absolute;
  top: -42px;
  right: clamp(18px, 4vw, 46px);
  font-size: clamp(110px, 16vw, 210px);
  line-height: 1;
  font-weight: 900;
  color: rgba(255,121,45,0.075);
  pointer-events: none;
}

.gs-faq-premium .gs-section-heading {
  position: relative;
  z-index: 1;
}

.gs-faq-premium details {
  position: relative;
  z-index: 1;
  margin: 14px 0;
  padding: 0;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 12px 34px rgba(0,0,0,0.045);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.gs-faq-premium details:hover {
  border-color: rgba(255,121,45,0.35);
  box-shadow: 0 18px 46px rgba(0,0,0,0.07);
  transform: translateY(-1px);
}

.gs-faq-premium details[open] {
  border-color: rgba(255,121,45,0.48);
  background:
    linear-gradient(135deg, rgba(255,121,45,0.08), rgba(255,255,255,0.95)),
    #fff;
}

.gs-faq-premium summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 78px;
  padding: 22px 68px 22px 26px;
  cursor: pointer;
  font-weight: 800;
  color: #111;
  list-style: none;
  outline: none;
}

.gs-faq-premium summary::-webkit-details-marker {
  display: none;
}

.gs-faq-premium summary::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-right: 16px;
  border-radius: 999px;
  background: #ff792d;
  box-shadow: 0 0 0 7px rgba(255,121,45,0.12);
}

.gs-faq-premium summary::after {
  content: "›";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: translateY(-50%) rotate(90deg);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.25s ease, background 0.25s ease;
}

.gs-faq-premium details[open] summary::after {
  transform: translateY(-50%) rotate(-90deg);
  background: #ff792d;
}

.gs-faq-premium p {
  margin: 0;
  padding: 0 68px 26px 52px;
  max-width: 980px;
  color: rgba(0,0,0,0.74);
  line-height: 1.75;
}

@media (max-width: 768px) {
  .gs-faq-premium {
    padding: 28px 16px;
    border-radius: 22px;
  }

  .gs-faq-premium::before {
    top: -24px;
    right: 10px;
    font-size: 120px;
  }

  .gs-faq-premium details {
    margin: 11px 0;
    border-radius: 16px;
  }

  .gs-faq-premium summary {
    min-height: auto;
    padding: 19px 58px 19px 18px;
    font-size: 16px;
  }

  .gs-faq-premium summary::before {
    width: 8px;
    height: 8px;
    margin-right: 12px;
  }

  .gs-faq-premium summary::after {
    right: 16px;
    width: 30px;
    height: 30px;
    font-size: 24px;
  }

  .gs-faq-premium p {
    padding: 0 18px 22px 38px;
    line-height: 1.65;
  }
}

@media (max-width: 420px) {
  .gs-faq-premium {
    padding: 24px 14px;
  }

  .gs-faq-premium summary {
    padding: 18px 52px 18px 16px;
  }

  .gs-faq-premium p {
    padding: 0 16px 20px 34px;
  }
}
</style>

<script>
document.addEventListener("DOMContentLoaded", function () {
  const faqSections = document.querySelectorAll(".gs-faq-premium");

  faqSections.forEach(function (section) {
    const items = section.querySelectorAll("details");

    if (items.length > 0) {
      items[0].setAttribute("open", "");
    }

    items.forEach(function (item) {
      item.addEventListener("toggle", function () {
        if (item.open) {
          items.forEach(function (otherItem) {
            if (otherItem !== item) {
              otherItem.removeAttribute("open");
            }
          });
        }
      });
    });
  });
});
</script>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-075e4c5 */.gs-final-cta .devcore-quote-button {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  margin-top: 34px;
  padding: 18px 34px;

  border: none;
  border-radius: 999px;

  cursor: pointer;

  background:
    linear-gradient(180deg, #ff8f50, #ff792d);

  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;

  box-shadow:
    0 18px 40px rgba(255,121,45,0.34),
    inset 0 1px 0 rgba(255,255,255,0.24);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.gs-final-cta .devcore-quote-button span {
  position: relative;
  z-index: 2;
}

.gs-final-cta .devcore-quote-button::after {
  content: "→";
  position: relative;
  top: -1px;
  font-size: 18px;
  transition: transform 0.25s ease;
}

.gs-final-cta .devcore-quote-button:hover {
  transform: translateY(-3px);

  filter: brightness(1.03);

  box-shadow:
    0 22px 46px rgba(255,121,45,0.42),
    inset 0 1px 0 rgba(255,255,255,0.28);
}

.gs-final-cta .devcore-quote-button:hover::after {
  transform: translateX(4px);
}

.gs-final-cta .devcore-quote-button:focus {
  outline: none;
}

@media (max-width: 768px) {
  .gs-final-cta .devcore-quote-button {
    width: 100%;
    padding: 16px 20px;
    margin-top: 28px;
  }
}/* End custom CSS */