/*
Theme Name: PQP Quartz
Theme URI: https://purequartzproducts.com/
Author: Pure Quartz Products
Description: Lightweight, responsive WordPress theme for Pure Quartz Products. No page-builder dependency.
Version: 1.0.0
Text Domain: pqp-quartz
*/

:root {
  --pqp-navy: #071b2f;
  --pqp-blue: #0868d7;
  --pqp-cyan: #28cce0;
  --pqp-ice: #eaf7fb;
  --pqp-cloud: #f5f8fb;
  --pqp-white: #ffffff;
  --pqp-ink: #142538;
  --pqp-muted: #5c6b7b;
  --pqp-line: #dce5ed;
  --pqp-radius: 20px;
  --pqp-shadow: 0 22px 64px rgba(7, 42, 76, 0.13);
  --pqp-container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--pqp-ink);
  background: var(--pqp-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.admin-bar .pqp-site-header { top: 32px; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  clip: auto;
  width: auto;
  height: auto;
  left: 16px;
  top: 16px;
  padding: 12px 16px;
  color: var(--pqp-navy);
  background: var(--pqp-white);
  border-radius: 8px;
  z-index: 100000;
}

.pqp-container { width: var(--pqp-container); margin-inline: auto; }

.pqp-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 229, 237, 0.9);
  backdrop-filter: blur(18px);
}

.pqp-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.pqp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--pqp-navy);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pqp-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--pqp-white);
  background: linear-gradient(135deg, var(--pqp-blue), var(--pqp-cyan));
  border-radius: 13px;
  box-shadow: 0 10px 24px rgba(10, 93, 168, 0.25);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.pqp-brand-copy { display: grid; line-height: 1.05; }
.pqp-brand-copy strong { font-size: 18px; }
.pqp-brand-copy small { margin-top: 5px; color: var(--pqp-muted); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }

.pqp-nav-wrap { display: flex; align-items: center; gap: 26px; }
.pqp-nav { display: flex; align-items: center; }
.pqp-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.pqp-nav a { color: #33485c; text-decoration: none; font-size: 15px; font-weight: 650; }
.pqp-nav a:hover, .pqp-nav .current-menu-item > a { color: var(--pqp-blue); }

.pqp-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--pqp-line);
  color: var(--pqp-navy);
  background: var(--pqp-white);
  border-radius: 12px;
  cursor: pointer;
}

.pqp-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  color: var(--pqp-white);
  background: #0b67c2;
  border: 1px solid #0b67c2;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 750;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.pqp-button:hover { color: var(--pqp-white); transform: translateY(-2px); background: #4b9be4; border-color: #4b9be4; box-shadow: 0 14px 28px rgba(10, 93, 168, 0.22); }
.pqp-button--light,
.pqp-button--ghost { color: var(--pqp-white); background: #0b67c2; border-color: #0b67c2; }

.pqp-hero {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #063663;
}

.pqp-hero-banner,
.pqp-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.pqp-hero-banner { z-index: -3; object-fit: cover; object-position: center; }
.pqp-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 30, 61, .84), rgba(4, 74, 141, .60) 52%, rgba(5, 76, 148, .72)),
    linear-gradient(180deg, rgba(8, 73, 135, .10), rgba(3, 24, 50, .48));
}
.pqp-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .24;
  background-image:
    linear-gradient(rgba(73, 220, 238, .14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 220, 238, .14) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 88%);
}
.pqp-hero-shell { display: grid; place-items: center; min-height: 650px; padding-block: 92px; }
.pqp-hero-content { width: min(900px, 100%); margin-inline: auto; text-align: center; }
.pqp-kicker { margin: 0 0 17px; color: var(--pqp-blue); font-size: 13px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.pqp-hero .pqp-kicker { color: #8ce8f1; }
.pqp-hero h1 { margin: 0; color: var(--pqp-white); font-size: clamp(52px, 6vw, 82px); line-height: 1; letter-spacing: -0.045em; text-shadow: 0 8px 30px rgba(0, 20, 44, .24); }
.pqp-hero-lead { max-width: 820px; margin: 25px auto 0; color: #e2f2fb; font-size: 19px; line-height: 1.7; }
.pqp-hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 32px; }
.pqp-button--hero,
.pqp-button--hero-ghost { color: var(--pqp-white); background: #0b67c2; border-color: #0b67c2; box-shadow: 0 14px 34px rgba(3, 30, 63, .28); }
.pqp-button--hero:hover,
.pqp-button--hero-ghost:hover { color: var(--pqp-white); background: #4b9be4; border-color: #4b9be4; }

/* Keep legacy Elementor page CTAs in the same blue family. */
.pqp-content-wrap .elementor-button,
.pqp-content-wrap a.elementor-button {
  color: #fff !important;
  background-color: #0b67c2 !important;
  border-color: #0b67c2 !important;
}
.pqp-content-wrap .elementor-button:hover,
.pqp-content-wrap a.elementor-button:hover {
  color: #fff !important;
  background-color: #4b9be4 !important;
  border-color: #4b9be4 !important;
}
.pqp-proof-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; }
.pqp-proof-list li { padding: 8px 14px; color: #eafaff; background: rgba(3, 29, 58, .32); border: 1px solid rgba(132, 231, 242, .34); border-radius: 999px; font-size: 13px; font-weight: 700; backdrop-filter: blur(8px); }

.pqp-section { padding-block: 104px; }
.pqp-section--soft { background: var(--pqp-cloud); }
.pqp-section--dark { color: var(--pqp-white); background: var(--pqp-cloud); }
.pqp-section--dark > .pqp-container { padding: 72px; background: linear-gradient(135deg, #06294d, #075da6 62%, #0789a7); border: 1px solid rgba(65, 203, 222, .26); border-radius: 30px; box-shadow: 0 28px 70px rgba(7, 61, 109, .18); }
.pqp-section-head { max-width: 780px; margin-bottom: 44px; }
.pqp-section-head--split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.pqp-section-head h2 { margin: 0; color: var(--pqp-navy); font-size: clamp(34px, 4.2vw, 56px); line-height: 1.08; letter-spacing: -0.045em; }
.pqp-section--dark .pqp-section-head h2 { color: var(--pqp-white); }
.pqp-section-head p:last-child { max-width: 660px; margin: 18px 0 0; color: var(--pqp-muted); }

.pqp-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pqp-product-card {
  overflow: hidden;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  color: var(--pqp-ink);
  background: var(--pqp-white);
  border: 1px solid var(--pqp-line);
  border-radius: var(--pqp-radius);
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.pqp-product-card:hover { transform: translateY(-7px); border-color: #b5d5e5; box-shadow: var(--pqp-shadow); }
.pqp-product-card figure { height: 230px; margin: 0; overflow: hidden; background: #eaf1f5; }
.pqp-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.pqp-product-card:hover img { transform: scale(1.045); }
.pqp-product-card-content { display: flex; flex: 1; flex-direction: column; padding: 22px 24px 24px; }
.pqp-product-card h3 { margin: 0 0 9px; color: var(--pqp-navy); font-size: 23px; letter-spacing: -0.025em; }
.pqp-product-card p { margin: 0; color: var(--pqp-muted); font-size: 15px; }
.pqp-card-link { display: inline-flex; margin-top: auto; padding-top: 16px; color: var(--pqp-blue); font-size: 14px; font-weight: 800; }

.pqp-app-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pqp-app-card { position: relative; min-height: 350px; overflow: hidden; border-radius: var(--pqp-radius); background: #102e49; }
.pqp-app-card img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform 450ms ease, opacity 250ms ease; }
.pqp-app-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,27,47,.92)); }
.pqp-app-card:hover img { transform: scale(1.05); opacity: .84; }
.pqp-app-card-content { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; }
.pqp-app-card h3 { margin: 0; color: var(--pqp-white); font-size: 20px; line-height: 1.25; }
.pqp-app-card p { margin: 9px 0 0; color: #c8dbe8; font-size: 13px; line-height: 1.5; }

.pqp-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.pqp-value { padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.pqp-step { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 26px; color: #bfeaf4; border: 1px solid rgba(191,234,244,.32); border-radius: 50%; font-size: 13px; font-weight: 800; }
.pqp-value h3 { margin: 0 0 12px; color: var(--pqp-white); font-size: 23px; }
.pqp-value p { margin: 0; color: #aabfd0; font-size: 15px; }

.pqp-about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 76px; }
.pqp-about-image { position: relative; overflow: hidden; min-height: 520px; border-radius: 30px; box-shadow: var(--pqp-shadow); }
.pqp-about-image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.pqp-about-copy h2 { margin: 0; color: var(--pqp-navy); font-size: clamp(36px, 4.5vw, 58px); line-height: 1.06; letter-spacing: -0.045em; }
.pqp-about-copy > p { color: var(--pqp-muted); }
.pqp-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 32px 0; }
.pqp-stat { padding: 18px 0; border-top: 1px solid var(--pqp-line); }
.pqp-stat strong { display: block; color: var(--pqp-blue); font-size: 24px; }
.pqp-stat span { display: block; color: var(--pqp-muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.pqp-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pqp-post-card { overflow: hidden; background: var(--pqp-white); border: 1px solid var(--pqp-line); border-radius: var(--pqp-radius); }
.pqp-post-card figure { height: 210px; margin: 0; background: #e8eef3; }
.pqp-post-card img { width: 100%; height: 100%; object-fit: cover; }
.pqp-post-card-content { padding: 24px; }
.pqp-post-card time { color: var(--pqp-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body .pqp-post-card h3 { margin: 10px 0 12px; color: var(--pqp-navy); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 20px; font-weight: 750; line-height: 1.36; letter-spacing: -0.018em; }
.pqp-post-card h3 a { text-decoration: none; }
.pqp-post-card p { margin: 0; color: var(--pqp-muted); font-size: 14px; }

.pqp-cta { padding-block: 24px 96px; background: var(--pqp-white); }
.pqp-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 62px 70px; overflow: hidden; background: linear-gradient(120deg, #075ea9, #06335f 70%, #075b70); border: 1px solid rgba(42, 204, 224, .28); border-radius: 28px; box-shadow: 0 24px 60px rgba(6, 51, 95, .16); }
.pqp-cta h2 { max-width: 760px; margin: 0; color: var(--pqp-white); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -0.04em; }
.pqp-cta p { max-width: 700px; margin: 18px 0 0; color: #d3e8f5; }

.pqp-site-footer { color: #e2f2f8; background: linear-gradient(135deg, #06335f 0%, #075f9f 55%, #087f96 100%); border-top: 1px solid rgba(87, 222, 235, .34); }
.pqp-footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 70px; padding-block: 70px; }
.pqp-site-footer .pqp-brand { color: var(--pqp-white); }
.pqp-site-footer .pqp-brand-copy small { color: #a9ddea; }
.pqp-footer-intro { max-width: 460px; margin: 24px 0 0; color: #c0dfeb; font-size: 14px; }
.pqp-footer-title { margin: 0 0 18px; color: var(--pqp-white); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.pqp-footer-links { margin: 0; padding: 0; list-style: none; }
.pqp-footer-links li + li { margin-top: 11px; }
.pqp-footer-links a { color: #d1e8f0; text-decoration: none; font-size: 14px; }
.pqp-footer-links a:hover { color: var(--pqp-white); }
.pqp-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-block: 24px; border-top: 1px solid rgba(255,255,255,.18); color: #b9dce8; font-size: 13px; }

.pqp-whatsapp {
  position: fixed;
  z-index: 1100;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: #ffffff;
  background: #0b67c2;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(10, 103, 194, .26);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}
.pqp-whatsapp:hover { color: #ffffff; background: #4b9be4; transform: translateY(-2px); }
.pqp-contact-whatsapp { color: #168b4c !important; font-weight: 750; text-decoration: none; }
.page-id-33 .elementor-icon-list-item:has(.pqp-contact-whatsapp) .elementor-icon-list-icon svg { display: none; }
.page-id-33 .elementor-icon-list-item:has(.pqp-contact-whatsapp) .elementor-icon-list-icon::before { content: "WA"; display: grid; width: 24px; height: 24px; place-items: center; color: #fff; background: #18a957; border-radius: 50%; font-size: 9px; font-weight: 900; }

/* Contact Form 7 replaces the expired Elementor Pro forms. */
.pqp-content-lead { max-width: 720px; margin: 20px 0 0; color: var(--pqp-muted); font-size: 18px; line-height: 1.75; }
.pqp-contact-page { padding: 80px 0 96px; background: linear-gradient(180deg, #f7fbfd, #eef8fb); }
.pqp-contact-layout { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 32px; align-items: start; }
.pqp-contact-card,
.pqp-contact-form { padding: clamp(30px, 4vw, 52px); border: 1px solid rgba(13, 97, 151, .14); border-radius: 24px; box-shadow: 0 22px 55px rgba(5, 65, 111, .1); }
.pqp-contact-card { color: #fff; background: radial-gradient(circle at 90% 0, rgba(73, 220, 231, .28), transparent 36%), linear-gradient(145deg, #073c69, #075b88); }
.pqp-contact-card .pqp-kicker { color: #61e1ed; }
.pqp-contact-card h2 { margin: 10px 0 18px; color: #fff; font-size: clamp(30px, 4vw, 43px); line-height: 1.1; }
.pqp-contact-card > p:not(.pqp-kicker) { color: #d7ebf3; line-height: 1.75; }
.pqp-contact-list { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.pqp-contact-list li { display: grid; gap: 5px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.pqp-contact-list span { color: #9edbe8; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pqp-contact-list a,
.pqp-contact-list strong { color: #fff; overflow-wrap: anywhere; text-decoration: none; }
.pqp-contact-list a:hover { color: #61e1ed; }
.pqp-contact-form { background: #fff; }
.pqp-contact-form h2,
.pqp-quote-intro h2 { margin: 8px 0 14px; color: var(--pqp-navy); font-size: clamp(32px, 4vw, 46px); line-height: 1.12; }
.pqp-contact-form > p { color: var(--pqp-muted); }
.pqp-form-grid { display: block; }
.pqp-form-grid > p { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 0; }
.pqp-form-grid br { display: none !important; }
.wpcf7 form { display: grid; gap: 20px; margin-top: 30px; }
.wpcf7 label { display: grid; gap: 8px; color: var(--pqp-navy); font-size: 14px; font-weight: 750; }
.wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.wpcf7 textarea { width: 100%; min-height: 50px; padding: 13px 15px; color: var(--pqp-ink); background: #f8fbfc; border: 1px solid #c9dce4; border-radius: 10px; font: inherit; font-weight: 450; }
.wpcf7 textarea { min-height: 150px; resize: vertical; }
.wpcf7 input:focus,
.wpcf7 textarea:focus { outline: 3px solid rgba(31, 182, 204, .18); border-color: #1fb6cc; }
.wpcf7 .wpcf7-acceptance label { display: flex; grid-gap: 10px; align-items: flex-start; color: var(--pqp-muted); font-weight: 500; line-height: 1.6; }
.wpcf7 input[type="checkbox"] { margin-top: 5px; accent-color: #0a799d; }
.wpcf7 input[type="submit"] { min-height: 52px; padding: 0 28px; color: #fff; background: #0b67c2; border: 0; border-radius: 999px; box-shadow: 0 12px 30px rgba(10, 103, 194, .22); font: inherit; font-weight: 850; cursor: pointer; justify-self: start; }
.wpcf7 input[type="submit"]:hover { color: #fff; background: #4b9be4; }
.wpcf7-not-valid-tip { color: #b42318; font-size: 13px; }
.wpcf7-response-output { margin: 0 !important; padding: 14px 16px !important; border-radius: 10px; }

.pqp-content-wrap .elementor-widget-form { display: none !important; }
.pqp-content-wrap .e-con:has(.elementor-widget-form) { display: none !important; }
.pqp-quote-section { padding: 72px 0 92px; background: #f3f9fc; scroll-margin-top: 110px; }
.pqp-quote-panel { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 50px; padding: clamp(34px, 5vw, 62px); color: #fff; background: radial-gradient(circle at 90% 0, rgba(83, 225, 237, .26), transparent 36%), linear-gradient(135deg, #063965, #075b88); border-radius: 26px; box-shadow: 0 28px 70px rgba(6, 57, 101, .19); }
.pqp-quote-intro .pqp-kicker { color: #61e1ed; }
.pqp-quote-intro h2 { color: #fff; }
.pqp-quote-intro > p:last-child { color: #d7ebf3; line-height: 1.75; }
.pqp-quote-panel .wpcf7 form { margin-top: 0; }
.pqp-quote-panel .wpcf7 label { color: #fff; }
.pqp-quote-panel .wpcf7 .wpcf7-acceptance label { color: #d7ebf3; }

.pqp-content-header { padding: 72px 0 52px; background: radial-gradient(circle at 80% 10%, rgba(40,204,224,.16), transparent 32%), linear-gradient(135deg, #f4f9fc, #e8f6fb); border-bottom: 1px solid var(--pqp-line); }
.pqp-content-header h1 { max-width: 900px; margin: 0; color: var(--pqp-navy); font-size: clamp(40px, 5vw, 66px); line-height: 1.06; letter-spacing: -0.045em; }
.pqp-content-meta { margin-top: 14px; color: var(--pqp-muted); font-size: 14px; }
.pqp-content-wrap { width: min(860px, calc(100% - 40px)); margin-inline: auto; padding-block: 76px 110px; }
.pqp-content-wrap > *:first-child { margin-top: 0; }
.pqp-content-wrap h2, .pqp-content-wrap h3, .pqp-content-wrap h4 { color: var(--pqp-navy); line-height: 1.2; }
.pqp-content-wrap h2 { margin-top: 2em; font-size: 34px; }
.pqp-content-wrap h3 { margin-top: 1.7em; font-size: 25px; }
.pqp-content-wrap p, .pqp-content-wrap li { color: #3e5366; }
.pqp-content-wrap a { color: var(--pqp-blue); }
.pqp-content-wrap img { margin-block: 30px; border-radius: 18px; }
.pqp-content-wrap blockquote { margin: 34px 0; padding: 10px 0 10px 24px; border-left: 4px solid var(--pqp-cyan); color: var(--pqp-navy); font-size: 20px; }

/*
 * Legacy Elementor page bodies were designed against a full-width canvas.
 * Keep their existing content and forms usable while the main pages are
 * migrated, without letting the old Theme Builder replace site chrome.
 */
.elementor-page .pqp-content-wrap {
  width: 100%;
  max-width: none;
  padding-block: 0;
}

.pqp-content-wrap > .elementor h1,
.pqp-content-wrap > .elementor h2,
.pqp-content-wrap > .elementor h3,
.pqp-content-wrap > .elementor h4,
.pqp-content-wrap > .elementor p {
  margin-top: 0;
}

.pqp-content-wrap > .elementor img { margin: 0; }

.pqp-content-wrap > .elementor .e-con-inner {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

/* The theme already supplies the page title banner on these key pages. */
.page-id-31 .pqp-content-wrap > .elementor > .elementor-element-9010cd0,
.page-id-33 .pqp-content-wrap > .elementor > .elementor-element-badc950,
.page-id-1311 .pqp-content-wrap > .elementor > .elementor-element-734be560 {
  display: none;
}

/* Clean, compact product cards on the legacy product overview page. */
.page-id-1311 .elementor-1311 > .elementor-element-b378c5a > .e-con-inner,
.page-id-1311 .elementor-1311 > .elementor-element-4aedbc5 > .e-con-inner,
.page-id-1311 .elementor-1311 > .elementor-element-6ad154f > .e-con-inner {
  align-items: stretch;
  gap: 22px;
  padding-block: 34px;
}

.page-id-1311 .elementor-1311 > .elementor-element-b378c5a > .e-con-inner > .e-con,
.page-id-1311 .elementor-1311 > .elementor-element-4aedbc5 > .e-con-inner > .e-con,
.page-id-1311 .elementor-1311 > .elementor-element-6ad154f > .e-con-inner > .e-con {
  min-height: 0;
  overflow: hidden;
  gap: 0;
  padding: 0 0 24px;
  background: var(--pqp-white);
  border: 1px solid var(--pqp-line);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(7, 42, 76, .08);
}

.page-id-1311 .elementor-1311 > .e-con .elementor-widget-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-id-1311 .elementor-1311 > .e-con .elementor-widget-heading {
  padding: 20px 20px 4px;
}

.page-id-1311 .elementor-1311 > .e-con .elementor-widget-heading h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.page-id-1311 .elementor-1311 > .e-con .elementor-widget-text-editor {
  margin-top: auto;
  padding: 0 20px;
}

.page-id-1311 .elementor-1311 > .e-con .elementor-widget-text-editor p { margin: 0; }

/* The product overview CTA uses a dark photographic background. */
.page-id-1311 .elementor-1311 > .elementor-element-69123f7,
.page-id-1311 .elementor-1311 > .elementor-element-69123f7 h2,
.page-id-1311 .elementor-1311 > .elementor-element-69123f7 h3,
.page-id-1311 .elementor-1311 > .elementor-element-69123f7 p,
.page-id-1311 .elementor-1311 > .elementor-element-69123f7 .elementor-image-box-title,
.page-id-1311 .elementor-1311 > .elementor-element-69123f7 .elementor-image-box-description {
  color: #fff !important;
}

/* Keep product quotation forms separate from photography and easy to read. */
.page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) {
  padding-block: 70px;
}

.page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) > .e-con-inner {
  display: block;
  width: min(920px, calc(100% - 48px));
  padding: 54px 58px;
  color: var(--pqp-white);
  background-color: #063965 !important;
  background-image: linear-gradient(135deg, #063965, #0872b5 62%, #068699) !important;
  border: 1px solid rgba(57, 215, 230, .36);
  border-radius: 28px;
  box-shadow: 0 26px 64px rgba(6, 57, 101, .2);
}

.page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) h2,
.page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) p,
.page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) label {
  color: var(--pqp-white);
}

.page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.12;
}

.page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) .elementor-field {
  color: var(--pqp-ink);
  background: rgba(255,255,255,.96);
  border-color: rgba(255,255,255,.82);
  border-radius: 10px;
}

.page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) .elementor-button {
  background: #61e1ed;
  color: #05325b;
  border-radius: 999px;
}

.pqp-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: var(--pqp-container); margin-inline: auto; padding-block: 76px 110px; }

@media (max-width: 1050px) {
  .pqp-nav ul { gap: 17px; }
  .pqp-nav-wrap > .pqp-button { display: none; }
  .pqp-product-grid, .pqp-post-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pqp-app-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pqp-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pqp-section--dark > .pqp-container { padding: 58px 44px; }
  .pqp-cta-inner { padding: 54px 46px; }
}

@media (max-width: 780px) {
  body.admin-bar .pqp-site-header { top: 46px; }
  .pqp-header-inner { min-height: 72px; }
  .pqp-menu-toggle { display: inline-flex; }
  .pqp-nav-wrap { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 22px 20px 28px; background: var(--pqp-white); border-bottom: 1px solid var(--pqp-line); box-shadow: 0 18px 30px rgba(7,27,47,.1); }
  .pqp-nav-wrap.is-open { display: block; }
  .pqp-nav ul { display: grid; gap: 0; }
  .pqp-nav li { border-bottom: 1px solid var(--pqp-line); }
  .pqp-nav a { display: block; padding: 14px 2px; }
  .pqp-hero, .pqp-hero-shell { min-height: 590px; }
  .pqp-hero-shell { padding-block: 72px; }
  .pqp-hero h1 { font-size: clamp(46px, 12vw, 64px); }
  .pqp-section { padding-block: 78px; }
  .pqp-section-head--split, .pqp-cta-inner { display: block; }
  .pqp-section-head--split .pqp-button { margin-top: 24px; }
  .pqp-product-grid, .pqp-value-grid, .pqp-post-grid, .pqp-about-grid, .pqp-footer-grid { grid-template-columns: 1fr; }
  .pqp-app-grid { grid-template-columns: 1fr; }
  .pqp-about-image { min-height: 420px; }
  .pqp-cta .pqp-button { margin-top: 28px; }
  .pqp-footer-grid { gap: 42px; }
  .pqp-blog-grid { grid-template-columns: 1fr; }
  .pqp-section--dark > .pqp-container { width: min(100% - 28px, 1180px); padding: 44px 26px; border-radius: 24px; }
  .pqp-cta-inner { padding: 44px 28px; border-radius: 24px; }
  .page-id-1311 .elementor-1311 > .elementor-element-b378c5a > .e-con-inner,
  .page-id-1311 .elementor-1311 > .elementor-element-4aedbc5 > .e-con-inner,
  .page-id-1311 .elementor-1311 > .elementor-element-6ad154f > .e-con-inner { flex-direction: column; }
  .page-child.parent-pageid-1311 .pqp-content-wrap .e-con:has(.elementor-widget-form) > .e-con-inner { padding: 40px 24px; }
}

@media (max-width: 520px) {
  :root { --pqp-container: min(100% - 28px, 1180px); }
  .pqp-brand-copy small { display: none; }
  .pqp-brand-copy strong { font-size: 16px; }
  .pqp-hero-actions { align-items: stretch; flex-direction: column; }
  .pqp-hero-actions .pqp-button { width: 100%; }
  .pqp-proof-list { display: grid; }
  .pqp-hero-lead { font-size: 17px; }
  .pqp-app-grid { grid-template-columns: 1fr; }
  .pqp-app-card { min-height: 310px; }
  .pqp-product-card { min-height: 0; }
  .pqp-product-card figure { height: 220px; }
  .pqp-stats { grid-template-columns: 1fr; }
  .pqp-footer-bottom { flex-direction: column; }
  .pqp-whatsapp { right: 14px; bottom: 14px; min-height: 44px; padding-inline: 15px; }
  .pqp-contact-layout,
  .pqp-quote-panel { grid-template-columns: 1fr; }
  .pqp-form-grid > p { grid-template-columns: 1fr; }
}

