:root {
  --pq-bg: #070503;
  --pq-bg-2: #100a06;
  --pq-panel: rgba(255, 255, 255, 0.055);
  --pq-panel-strong: rgba(255, 255, 255, 0.09);
  --pq-border: rgba(255, 255, 255, 0.12);
  --pq-border-warm: rgba(255, 142, 43, 0.34);
  --pq-text: #f8efe4;
  --pq-muted: #cdbbad;
  --pq-muted-2: #9f8f82;
  --pq-dark-text: #241206;
  --pq-orange: #f58a2a;
  --pq-orange-2: #ffba62;
  --pq-orange-3: #d86712;
  --pq-radius-lg: 34px;
  --pq-radius-md: 24px;
  --pq-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --pq-glow: 0 0 80px rgba(245, 138, 42, 0.22);
}

body.paoquente-page,
body.product-page.paoquente-page {
  background: var(--pq-bg);
  color: var(--pq-text);
}

.paoquente-page .header {
  --background-color: rgba(7, 5, 3, 0.42);
  padding: 16px 0;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.paoquente-page .header .container-fluid.container-xl {
  padding: 12px 18px;
  border: 1px solid var(--pq-border);
  border-radius: 24px;
  background: rgba(14, 9, 6, 0.72);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.paoquente-page.scrolled .header {
  --background-color: rgba(7, 5, 3, 0.9);
}

.paoquente-page .site-brand-mark {
  max-height: 40px;
}

.paoquente-page .site-brand-mark--paoquente {
  max-height: 58px;
  width: auto;
  filter: drop-shadow(0 10px 22px rgba(245, 138, 42, 0.18));
}

.footer-brand-paoquente {
  max-height: 72px;
  width: auto;
  filter: drop-shadow(0 14px 28px rgba(245, 138, 42, 0.22));
}

@media (min-width: 1200px) {
  .paoquente-page .navmenu ul {
    gap: 6px;
  }

  .paoquente-page .navmenu a,
  .paoquente-page .navmenu a:focus {
    padding: 10px 13px;
    border-radius: 999px;
    color: rgba(248, 239, 228, 0.82);
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .paoquente-page .navmenu a:hover,
  .paoquente-page .navmenu .active,
  .paoquente-page .navmenu .active:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
  }

  .paoquente-page .navmenu .nav-cta a,
  .paoquente-page .navmenu .nav-cta a:focus {
    color: #190c04;
    background: linear-gradient(135deg, var(--pq-orange), var(--pq-orange-2));
    box-shadow: 0 16px 32px rgba(245, 138, 42, 0.28);
  }
}

.paoquente-main {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 6%, rgba(245, 138, 42, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 186, 98, 0.1), transparent 24%),
    linear-gradient(180deg, #070503 0%, #100904 45%, #070503 100%);
}

.paoquente-main a {
  text-decoration: none;
}

.pq-section,
.pq-final {
  position: relative;
  padding: clamp(78px, 8vw, 128px) 0;
}

.pq-section--dark {
  background:
    radial-gradient(circle at 12% 12%, rgba(245, 138, 42, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.pq-section--soft {
  background:
    radial-gradient(circle at 86% 8%, rgba(245, 138, 42, 0.1), transparent 22%),
    linear-gradient(180deg, #fff8ee 0%, #fff2e2 100%);
  color: var(--pq-dark-text);
}

.pq-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 186, 98, 0.24);
  border-radius: 999px;
  background: rgba(245, 138, 42, 0.12);
  color: #ffd7a7;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pq-eyebrow--warm {
  background: rgba(245, 138, 42, 0.12);
  border-color: rgba(216, 103, 18, 0.2);
  color: #9a4306;
}

.pq-heading {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.pq-heading--center {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pq-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.45fr);
  gap: 32px;
  align-items: end;
}

.pq-heading h2,
.pq-final h2 {
  margin: 16px 0 0;
  color: inherit;
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.pq-heading p,
.pq-final p {
  margin: 0;
  color: var(--pq-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.pq-section--soft .pq-heading p {
  color: #69513c;
}

.pq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.pq-btn:hover {
  transform: translateY(-2px);
}

.pq-btn:focus-visible,
.paoquente-page .navmenu a:focus-visible,
.footer-paoquente a:focus-visible {
  outline: 3px solid rgba(255, 186, 98, 0.95);
  outline-offset: 4px;
}

.pq-btn--primary {
  color: #1b0c03;
  background: linear-gradient(135deg, var(--pq-orange), var(--pq-orange-2));
  box-shadow: 0 18px 42px rgba(245, 138, 42, 0.28);
}

.pq-btn--primary:hover {
  color: #1b0c03;
  box-shadow: 0 24px 52px rgba(245, 138, 42, 0.38);
}

.pq-btn--ghost {
  color: #fff7eb;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.16);
}

.pq-btn--ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.pq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.pq-actions--center {
  justify-content: center;
}

.pq-hero {
  position: relative;
  min-height: 100vh;
  padding: clamp(138px, 16vw, 190px) 0 clamp(72px, 9vw, 118px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
}

.pq-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 138, 42, 0.22), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(255, 186, 98, 0.16), transparent 22%),
    linear-gradient(135deg, #150b05 0%, #070503 58%, #120904 100%);
  mask-image: linear-gradient(180deg, #000 80%, transparent 100%);
}

.pq-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.pq-hero__copy h1 {
  max-width: 12ch;
  margin: 20px 0 18px;
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.pq-hero__copy p {
  max-width: 50ch;
  margin: 0 0 30px;
  color: #d9cabc;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
}

.pq-hero__product {
  margin: 0;
}

.pq-browser,
.pq-shot,
.pq-demo-card,
.pq-phone,
.pq-responsive-showcase {
  position: relative;
  border: 1px solid var(--pq-border);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: var(--pq-shadow), var(--pq-glow);
  overflow: hidden;
}

.pq-browser {
  padding: 14px;
  border-radius: var(--pq-radius-lg);
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pq-device-combo {
  position: relative;
}

.pq-device-combo--hero {
  padding: 0 64px 42px 0;
}

.pq-browser:hover {
  transform: perspective(1200px) rotateY(0) rotateX(0) translateY(-4px);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), 0 0 100px rgba(245, 138, 42, 0.28);
}

.pq-browser__bar {
  display: flex;
  gap: 8px;
  padding: 4px 4px 14px;
}

.pq-browser__bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.pq-browser img,
.pq-shot img,
.pq-demo-card img,
.pq-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.pq-phone {
  display: block;
  margin: 0;
  padding: 10px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    #0f0804;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36), 0 0 70px rgba(245, 138, 42, 0.18);
  overflow: hidden;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.pq-phone:hover {
  transform: translateY(-6px);
  border-color: var(--pq-border-warm);
  box-shadow: 0 34px 82px rgba(0, 0, 0, 0.42), 0 0 90px rgba(245, 138, 42, 0.22);
}

.pq-phone__notch {
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 2;
  width: 74px;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: #080503;
  transform: translateX(-50%);
}

.pq-phone img {
  border-radius: 22px;
}

.pq-phone figcaption {
  margin-top: 10px;
  color: #ffe0b8;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.pq-phone--floating {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(28vw, 210px);
  transform: rotate(4deg);
}

.pq-phone--floating:hover {
  transform: rotate(0) translateY(-6px);
}

.pq-pain-grid,
.pq-benefit-grid {
  display: grid;
  gap: 18px;
}

.pq-pain-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pq-card {
  height: 100%;
  padding: 26px;
  border: 1px solid var(--pq-border);
  border-radius: var(--pq-radius-md);
  background: var(--pq-panel);
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.pq-card:hover,
.pq-benefit:hover,
.pq-demo-card:hover {
  transform: translateY(-6px);
  border-color: var(--pq-border-warm);
  background: var(--pq-panel-strong);
}

.pq-card i {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  color: #1b0c03;
  background: linear-gradient(135deg, var(--pq-orange), var(--pq-orange-2));
  font-size: 1.35rem;
}

.pq-card h3,
.pq-benefit h3 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 1.18rem;
  line-height: 1.3;
}

.pq-card p,
.pq-benefit p,
.pq-feature-row__copy p {
  margin: 0;
  color: var(--pq-muted);
  line-height: 1.65;
}

.pq-zigzag {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
}

.pq-feature-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.pq-feature-row--reverse {
  grid-template-columns: minmax(0, 0.58fr) minmax(260px, 0.42fr);
}

.pq-feature-row--reverse .pq-feature-row__copy {
  order: 2;
}

.pq-feature-row__copy {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(36, 18, 6, 0.1);
  border-radius: var(--pq-radius-lg);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(68, 34, 8, 0.1);
}

.pq-feature-row__copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #1b0c03;
  background: linear-gradient(135deg, var(--pq-orange), var(--pq-orange-2));
  font-weight: 900;
}

.pq-feature-row__copy h3 {
  margin: 0 0 12px;
  color: var(--pq-dark-text);
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.pq-feature-row__copy p {
  color: #69513c;
  font-size: 1.02rem;
}

.pq-shot {
  margin: 0;
  padding: 12px;
  border-radius: var(--pq-radius-lg);
  background: #130a05;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pq-shot:hover {
  transform: scale(1.015);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28), 0 0 80px rgba(245, 138, 42, 0.18);
}

.pq-shot--responsive {
  min-height: 420px;
  overflow: visible;
}

.pq-shot--responsive .pq-shot__desktop {
  width: 82%;
}

.pq-phone--inline {
  position: absolute;
  right: 18px;
  bottom: -28px;
  width: min(28%, 190px);
}

.pq-demo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.pq-demo-card {
  margin: 0;
  padding: 14px;
  border-radius: var(--pq-radius-lg);
  transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.pq-demo-card--wide {
  grid-column: 1 / -1;
}

.pq-demo-card figcaption {
  margin-top: 12px;
  color: #ffe0b8;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pq-responsive-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
  margin-top: 24px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: var(--pq-radius-lg);
  overflow: hidden;
}

.pq-responsive-showcase::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -10%;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 138, 42, 0.2), transparent 68%);
  pointer-events: none;
}

.pq-responsive-showcase__copy {
  position: relative;
  z-index: 1;
}

.pq-responsive-showcase__copy h3 {
  margin: 18px 0 12px;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.pq-responsive-showcase__copy p {
  margin: 0;
  color: var(--pq-muted);
  line-height: 1.7;
}

.pq-phone-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: end;
}

.pq-phone-row .pq-phone:nth-child(2) {
  transform: translateY(-20px);
}

.pq-phone-row .pq-phone:nth-child(2):hover {
  transform: translateY(-26px);
}

.pq-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pq-benefit {
  padding: 26px;
  border: 1px solid rgba(36, 18, 6, 0.1);
  border-radius: var(--pq-radius-md);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 54px rgba(68, 34, 8, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.pq-benefit:hover {
  background: #ffffff;
  border-color: rgba(216, 103, 18, 0.24);
}

.pq-benefit h3 {
  color: var(--pq-dark-text);
}

.pq-benefit p {
  color: #69513c;
}

.pq-final {
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 138, 42, 0.22), transparent 32%),
    linear-gradient(180deg, #100904 0%, #070503 100%);
}

.pq-final__card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(42px, 7vw, 76px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 38px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 186, 98, 0.15), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: var(--pq-shadow), var(--pq-glow);
}

.pq-final p {
  max-width: 560px;
  margin: 16px auto 28px;
}

.footer-paoquente {
  --background-color: #070503;
  --default-color: rgba(248, 239, 228, 0.78);
  --heading-color: #ffffff;
  --accent-color: #ffba62;
  --surface-color: rgba(255, 255, 255, 0.05);
  --contrast-color: #1b0c03;
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 138, 42, 0.12), transparent 24%),
    linear-gradient(180deg, #080503 0%, #050302 100%);
}

.footer-paoquente .footer-top {
  padding-top: 72px;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.footer-paoquente .footer-about p,
.footer-paoquente .footer-links ul a,
.footer-paoquente .footer-contact p,
.footer-paoquente .footer-links p,
.footer-paoquente .copyright,
.footer-paoquente .copyright p,
.footer-paoquente .credits {
  color: rgba(248, 239, 228, 0.74);
}

.footer-paoquente .footer-links h4,
.footer-paoquente .footer-about .logo span,
.footer-paoquente .footer-cta-block h4 {
  color: #ffffff;
}

.footer-paoquente .footer-links ul a:hover,
.footer-paoquente .social-links a:hover {
  color: #ffffff;
}

.footer-paoquente .social-links a {
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(248, 239, 228, 0.78);
}

.footer-paoquente .footer-cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  color: #1b0c03;
  background: linear-gradient(135deg, var(--pq-orange), var(--pq-orange-2));
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(245, 138, 42, 0.24);
}

.footer-paoquente .copyright,
.footer-paoquente .credits {
  border-top-color: rgba(255, 255, 255, 0.08);
}

@media (prefers-reduced-motion: reduce) {
  .pq-btn,
  .pq-browser,
  .pq-shot,
  .pq-card,
  .pq-benefit,
  .pq-demo-card,
  .pq-phone {
    transition: none;
  }

  .pq-btn:hover,
  .pq-browser:hover,
  .pq-shot:hover,
  .pq-card:hover,
  .pq-benefit:hover,
  .pq-demo-card:hover,
  .pq-phone:hover,
  .pq-phone-row .pq-phone:nth-child(2),
  .pq-phone-row .pq-phone:nth-child(2):hover {
    transform: none;
  }
}

@media (max-width: 1199px) {
  .pq-hero__layout,
  .pq-heading--split,
  .pq-feature-row,
  .pq-feature-row--reverse,
  .pq-responsive-showcase {
    grid-template-columns: 1fr;
  }

  .pq-feature-row--reverse .pq-feature-row__copy {
    order: 0;
  }

  .pq-pain-grid,
  .pq-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pq-browser {
    transform: none;
  }

  .pq-device-combo--hero {
    padding-right: 52px;
  }

  .pq-phone--floating {
    width: min(30vw, 190px);
  }
}

@media (max-width: 991px) {
  .pq-hero {
    min-height: auto;
  }

  .pq-heading--split {
    gap: 16px;
  }

  .pq-device-combo--hero {
    padding: 0;
  }

  .pq-phone--floating {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(58vw, 240px);
    margin: -34px auto 0;
    transform: none;
  }

  .pq-shot--responsive {
    display: grid;
    gap: 16px;
    min-height: 0;
    overflow: hidden;
  }

  .pq-shot--responsive .pq-shot__desktop {
    width: 100%;
  }

  .pq-phone--inline {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(58vw, 220px);
    margin: 0 auto;
  }

  .pq-phone-row {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .pq-phone-row .pq-phone {
    scroll-snap-align: center;
  }

  .pq-phone-row .pq-phone:nth-child(2),
  .pq-phone-row .pq-phone:nth-child(2):hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  .paoquente-page .header .container-fluid.container-xl {
    padding: 10px 12px;
    border-radius: 18px;
  }

  .paoquente-page .site-brand-mark--paoquente {
    max-height: 48px;
    max-width: 190px;
  }

  .pq-hero {
    padding-top: 126px;
  }

  .pq-hero__copy h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 15vw, 4.4rem);
  }

  .pq-actions,
  .pq-actions--center {
    display: grid;
  }

  .pq-btn {
    width: 100%;
  }

  .pq-pain-grid,
  .pq-demo-grid,
  .pq-benefit-grid {
    grid-template-columns: 1fr;
  }

  .pq-demo-card--wide {
    grid-column: auto;
  }

  .pq-card,
  .pq-benefit,
  .pq-feature-row__copy,
  .pq-shot,
  .pq-demo-card,
  .pq-browser,
  .pq-phone,
  .pq-responsive-showcase,
  .pq-final__card {
    border-radius: 22px;
  }

  .pq-browser img,
  .pq-shot img,
  .pq-demo-card img,
  .pq-phone img {
    border-radius: 16px;
  }

  .pq-phone__notch {
    top: 13px;
    width: 58px;
    height: 15px;
  }
}
