/* =========================================================
   LockGrip Premium Contact Page Template
   Unique lgcp-* classes to avoid legacy contact-page conflicts.
========================================================= */

body.page-template-page-contact-premium,
body.page-template-page-contact-premium .site-content {
  background: #050506;
}

.lgcp {
  --lgcp-orange: var(--orange, #f68720);
  --lgcp-orange-rgb: 246, 135, 32;
  --lgcp-bg: #050506;
  --lgcp-panel: #111217;
  --lgcp-panel-2: #161821;
  --lgcp-line: rgba(255,255,255,0.12);
  --lgcp-text: #ffffff;
  --lgcp-muted: rgba(255,255,255,0.73);
  --lgcp-radius: 14px;
  --lgcp-shadow: 0 26px 70px rgba(0,0,0,0.48);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 4%, rgba(var(--lgcp-orange-rgb),0.13), transparent 28%),
    radial-gradient(circle at 12% 94%, rgba(var(--lgcp-orange-rgb),0.05), transparent 34%),
    var(--lgcp-bg);
  color: var(--lgcp-text);
  isolation: isolate;
}

.lgcp,
.lgcp * {
  box-sizing: border-box;
}

.lgcp img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lgcp a {
  color: inherit;
}

.lgcp-wrap {
  width: min(var(--container, 1120px), calc(100% - 36px));
  margin: 0 auto;
}

/* HERO */
.lgcp-hero {
  position: relative;
  min-height: 440px;
  padding: 58px 0 20px;
  border-top: 1px solid rgba(var(--lgcp-orange-rgb),0.26);
  border-bottom: 1px solid rgba(var(--lgcp-orange-rgb),0.25);
  background:
    linear-gradient(90deg, rgba(5,5,6,0.98) 0%, rgba(5,5,6,0.84) 40%, rgba(5,5,6,0.44) 100%),
    var(--lgcp-hero-image) center right / cover no-repeat;
  overflow: hidden;
}

.lgcp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 108px;
  background: linear-gradient(180deg, transparent, var(--lgcp-bg));
  pointer-events: none;
}

.lgcp-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 300px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, .98fr);
  gap: 32px;
  align-items: center;
}

.lgcp-hero-copy {
  max-width: 620px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lgcp-hero-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(52px, 7vw, 86px);
  line-height: .96;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 950;
  color: #fff;
  text-shadow: 0 12px 28px rgba(0,0,0,.45);
  background: transparent !important;
}

.lgcp-hero-copy h1 span {
  color: var(--lgcp-orange);
}

.lgcp-hero-copy p {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 22px;
  line-height: 1.42;
  background: transparent !important;
}

.lgcp-hero-product {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 340px;
}

.lgcp-hero-product img {
  width: min(340px, 82%);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 32px 46px rgba(0,0,0,.72));
}

/* CONTACT DETAIL CARDS */
.lgcp-contact-cards {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: -28px 0 26px;
}

.lgcp-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 18px 20px;
  border: 1px solid rgba(var(--lgcp-orange-rgb),0.68);
  border-radius: var(--lgcp-radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    rgba(15,16,22,.94);
  box-shadow: var(--lgcp-shadow);
}

.lgcp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(var(--lgcp-orange-rgb),.04), transparent 26%, transparent 74%, rgba(var(--lgcp-orange-rgb),.025));
}

.lgcp-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: grid;
  place-items: center;
  border: 2px solid var(--lgcp-orange);
  border-radius: 999px;
  color: var(--lgcp-orange);
}

.lgcp-icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lgcp-icon-fill svg {
  fill: currentColor;
  stroke: none;
}

.lgcp-card strong {
  display: block;
  margin: 0 0 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.lgcp-card a {
  color: var(--lgcp-muted);
  font-size: 15px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.lgcp-card a:hover {
  color: var(--lgcp-orange);
}

/* FORM */
.lgcp-form-panel {
  margin: 0 0 38px;
  padding: 30px 28px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--lgcp-orange-rgb),.08), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    #101117;
  box-shadow: var(--lgcp-shadow);
}

.lgcp-form-panel h2,
.lgcp-section-title span {
  margin: 0 0 22px;
  color: var(--lgcp-orange);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.lgcp-form {
  position: relative;
  display: grid;
  gap: 12px;
}

.lgcp-anchor {
  position: absolute;
  top: -120px;
}

.lgcp-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.lgcp-form input,
.lgcp-form textarea {
  width: 100%;
  min-height: 60px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: rgba(11,13,18,.78);
  color: #fff;
  font: inherit;
  font-size: 17px;
  outline: none;
  appearance: none;
}

.lgcp-form textarea {
  min-height: 134px;
  resize: vertical;
}

.lgcp-form input::placeholder,
.lgcp-form textarea::placeholder {
  color: rgba(255,255,255,.58);
}

.lgcp-form input:focus,
.lgcp-form textarea:focus {
  border-color: rgba(var(--lgcp-orange-rgb),.9);
  box-shadow: 0 0 0 3px rgba(var(--lgcp-orange-rgb),.14);
}

.lgcp-form button {
  min-height: 64px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #ff9a28, var(--lgcp-orange));
  color: #080808;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(var(--lgcp-orange-rgb),.25);
}

.lgcp-form button:hover {
  transform: translateY(-1px);
}

.lgcp-form button:disabled {
  opacity: .68;
  cursor: not-allowed;
  transform: none;
}

.lgcp-alert {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 750;
}

.lgcp-alert-success {
  background: rgba(23, 172, 95, .13);
  border: 1px solid rgba(23, 172, 95, .34);
  color: #d6ffe9;
}

.lgcp-alert-error {
  background: rgba(255, 75, 75, .12);
  border: 1px solid rgba(255, 75, 75, .34);
  color: #ffe2e2;
}

/* FAQ */
.lgcp-faq {
  margin: 0 0 36px;
}

.lgcp-section-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  margin: 0 0 18px;
}

.lgcp-section-title::before,
.lgcp-section-title::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--lgcp-orange-rgb),.65));
}

.lgcp-section-title::after {
  background: linear-gradient(90deg, rgba(var(--lgcp-orange-rgb),.65), transparent);
}

.lgcp-section-title span {
  margin: 0;
  white-space: nowrap;
}

.lgcp-faq-item {
  margin-bottom: 12px;
  padding: 24px 28px;
  border: 1px solid rgba(var(--lgcp-orange-rgb),.72);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.022)),
    #111217;
  box-shadow: 0 14px 34px rgba(0,0,0,.32);
}

.lgcp-faq-item h3 {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 21px;
  font-weight: 950;
  line-height: 1.25;
}

.lgcp-faq-item h3 span {
  color: var(--lgcp-orange);
  font-size: 28px;
  line-height: 1;
}

.lgcp-faq-item p {
  margin: 0;
  color: var(--lgcp-muted);
  font-size: 16px;
  line-height: 1.58;
}

/* CTA */
.lgcp-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 0 0 44px;
  padding: 42px 48px;
  border: 1px solid rgba(var(--lgcp-orange-rgb),.45);
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 42%, rgba(var(--lgcp-orange-rgb),.34), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)),
    #090909;
  box-shadow: 0 24px 70px rgba(var(--lgcp-orange-rgb),.13);
}

.lgcp-cta h2 {
  margin: 0 0 10px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: .96;
  font-weight: 950;
  letter-spacing: -.05em;
  font-style: italic;
  text-transform: uppercase;
}

.lgcp-cta h2::first-letter {
  color: #fff;
}

.lgcp-cta h2 {
  color: #fff;
}

.lgcp-cta h2 span,
.lgcp-cta h2 em {
  color: var(--lgcp-orange);
}

.lgcp-cta p {
  margin: 0;
  max-width: 430px;
  color: var(--lgcp-muted);
  font-size: 18px;
  line-height: 1.42;
}

.lgcp-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 270px;
  min-height: 70px;
  padding: 18px 28px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ff9a28, var(--lgcp-orange));
  color: #090909;
  text-decoration: none;
  font-size: 22px;
  font-weight: 950;
  box-shadow: 0 16px 40px rgba(var(--lgcp-orange-rgb),.25);
}

.lgcp-cta a:hover {
  transform: translateY(-1px);
}

/* TABLET */
@media (max-width: 900px) {
  .lgcp-hero-inner {
    grid-template-columns: 1fr .8fr;
  }

  .lgcp-contact-cards {
    grid-template-columns: 1fr;
  }

  .lgcp-card {
    min-height: 94px;
  }
}

/* MOBILE */
@media (max-width: 760px) {
  .lgcp-wrap {
    width: min(100% - 24px, 460px);
  }

  .lgcp-hero {
    min-height: 430px;
    padding: 44px 0 12px;
    background:
      linear-gradient(180deg, rgba(5,5,6,.44) 0%, rgba(5,5,6,.38) 34%, rgba(5,5,6,.84) 74%, rgba(5,5,6,.98) 100%),
      var(--lgcp-hero-image) center center / cover no-repeat;
  }

  .lgcp-hero::after {
    height: 78px;
  }

  .lgcp-hero-inner {
    display: block;
    min-height: 0;
  }

  .lgcp-hero-copy {
    max-width: 96%;
  }

  .lgcp-hero-copy h1 {
    font-size: 56px;
    line-height: .95;
    margin-bottom: 14px;
  }

  .lgcp-hero-copy p {
    max-width: 360px;
    font-size: 18px;
    line-height: 1.42;
  }

  .lgcp-hero-product {
    display: none;
  }

  .lgcp-contact-cards {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: -28px;
    margin-bottom: 22px;
  }

  .lgcp-card {
    min-height: 88px;
    padding: 15px 16px;
  }

  .lgcp-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .lgcp-icon svg {
    width: 25px;
    height: 25px;
  }

  .lgcp-card strong {
    font-size: 17px;
  }

  .lgcp-form-panel {
    padding: 22px 18px;
  }

  .lgcp-form-panel h2,
  .lgcp-section-title span {
    font-size: 14px;
    letter-spacing: .16em;
  }

  .lgcp-section-title {
    gap: 12px;
  }

  .lgcp-faq-item {
    padding: 20px 18px;
  }

  .lgcp-faq-item h3 {
    font-size: 18px;
  }

  .lgcp-faq-item p {
    font-size: 15px;
  }

  .lgcp-cta {
    grid-template-columns: 1fr;
    padding: 30px 22px;
  }

  .lgcp-cta a {
    width: 100%;
    min-width: 0;
    min-height: 62px;
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .lgcp-hero-copy h1 {
    font-size: 48px;
  }

  .lgcp-hero-copy p,
  .lgcp-form input,
  .lgcp-form textarea {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------------------
   v3.2.29 — Customizer controlled Contact Premium colours
   ------------------------------------------------------------------------- */
body.page-template-page-contact-premium,
body.page-template-page-contact-premium .site-content {
  background: var(--lgcp-bg, #050506) !important;
}

body.page-template-page-contact-premium .lgcp {
  background:
    radial-gradient(circle at 84% 4%, rgba(var(--lgcp-orange-rgb, 246, 135, 32),0.13), transparent 28%),
    radial-gradient(circle at 12% 94%, rgba(var(--lgcp-orange-rgb, 246, 135, 32),0.05), transparent 34%),
    var(--lgcp-bg, #050506) !important;
  color: var(--lgcp-text, #ffffff) !important;
}

body.page-template-page-contact-premium .lgcp-hero-copy h1,
body.page-template-page-contact-premium .lgcp-card strong,
body.page-template-page-contact-premium .lgcp-faq-item h3,
body.page-template-page-contact-premium .lgcp-cta h2 {
  color: var(--lgcp-heading, #ffffff) !important;
}

body.page-template-page-contact-premium .lgcp-hero-copy h1 span,
body.page-template-page-contact-premium .lgcp-form-panel h2,
body.page-template-page-contact-premium .lgcp-section-title span,
body.page-template-page-contact-premium .lgcp-cta h2 span,
body.page-template-page-contact-premium .lgcp-cta h2 em {
  color: var(--lgcp-orange, #f68720) !important;
}

body.page-template-page-contact-premium .lgcp-hero-copy p,
body.page-template-page-contact-premium .lgcp-card a,
body.page-template-page-contact-premium .lgcp-faq-item p,
body.page-template-page-contact-premium .lgcp-cta p {
  color: var(--lgcp-muted, rgba(255,255,255,0.73)) !important;
}

body.page-template-page-contact-premium .lgcp-card,
body.page-template-page-contact-premium .lgcp-form-panel,
body.page-template-page-contact-premium .lgcp-faq-item,
body.page-template-page-contact-premium .lgcp-cta {
  border-color: var(--lgcp-line, rgba(255,255,255,0.12)) !important;
}

body.page-template-page-contact-premium .lgcp-card,
body.page-template-page-contact-premium .lgcp-form-panel,
body.page-template-page-contact-premium .lgcp-faq-item {
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    var(--lgcp-panel, #111217) !important;
}

body.page-template-page-contact-premium .lgcp-form button,
body.page-template-page-contact-premium .lgcp-cta a {
  background: linear-gradient(180deg, var(--lgcp-button-hover, #ff9a28), var(--lgcp-button-bg, #f68720)) !important;
  color: var(--lgcp-button-text, #090909) !important;
}

body.page-template-page-contact-premium .lgcp-form button:hover,
body.page-template-page-contact-premium .lgcp-cta a:hover {
  background: var(--lgcp-button-hover, #ff9a28) !important;
}
