/*
Theme Name: PiggyBack Hello Child
Template: hello-elementor
Author: PiggyBack
Description: Lean PiggyBack landing page child theme for Elementor Pro.
Version: 1.0.0
*/

:root {
  --pb-bg: #080a0e;
  --pb-bg-2: #10141b;
  --pb-panel: #151a22;
  --pb-line: #2a313d;
  --pb-text: #f6f7fb;
  --pb-muted: #b8c0cc;
  --pb-red: #d71920;
  --pb-red-dark: #971018;
}

body {
  background: var(--pb-bg);
  color: var(--pb-text);
  font-family: Arial, Helvetica, sans-serif;
}

.site-header,
.site-footer,
.page-header,
.entry-title {
  display: none !important;
}

.pb-site {
  background: var(--pb-bg);
  color: var(--pb-text);
  overflow: hidden;
}

.pb-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--pb-line);
  background: rgba(8, 10, 14, 0.94);
  backdrop-filter: blur(10px);
}

.pb-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.pb-topbar .pb-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.pb-brand {
  color: var(--pb-text);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
}

.pb-brand small {
  display: block;
  color: var(--pb-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pb-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pb-nav a,
.pb-footer a {
  color: var(--pb-text);
  text-decoration: none;
  font-weight: 800;
}

.pb-nav a:not(.pb-btn) {
  color: #d7dde8;
  font-size: 14px;
}

.pb-section,
.pb-hero,
.pb-detail-strip,
.pb-trust,
.pb-footer {
  border-bottom: 1px solid var(--pb-line);
}

.pb-section {
  padding: 76px 0;
  background: var(--pb-bg);
}

.elementor-section.pb-section > .elementor-container,
.elementor-section.pb-band > .elementor-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.elementor-section.pb-grid-2 > .elementor-container,
.elementor-section.pb-grid-3 > .elementor-container,
.elementor-section.pb-grid-4 > .elementor-container {
  display: grid !important;
  gap: 20px;
}

.elementor-section.pb-grid-2 > .elementor-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elementor-section.pb-grid-3 > .elementor-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elementor-section.pb-grid-4 > .elementor-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.elementor-section.pb-section > .elementor-container > .elementor-column,
.elementor-section.pb-band > .elementor-container > .elementor-column {
  width: auto !important;
}

.pb-band {
  background: linear-gradient(180deg, #11151d, #090c11);
}

.pb-hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 16%, rgba(215, 25, 32, .24), transparent 31%),
    linear-gradient(120deg, #090b10 0%, #151922 52%, #08090d 100%);
}

.pb-hero-bg {
  min-height: 74vh;
  background:
    radial-gradient(circle at 76% 18%, rgba(215, 25, 32, .18), transparent 31%),
    linear-gradient(90deg, rgba(8, 10, 14, .69), rgba(8, 10, 14, .51), rgba(8, 10, 14, .26)),
    var(--pb-hero-image);
  background-position: center;
  background-size: cover;
}

.pb-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 14, .98), rgba(8, 10, 14, .72), rgba(8, 10, 14, .18));
}

.pb-hero-bg::before {
  background: linear-gradient(90deg, rgba(8, 10, 14, .74), rgba(8, 10, 14, .54), rgba(8, 10, 14, .14));
}

.pb-hero-grid,
.pb-grid-2,
.pb-grid-3,
.pb-grid-4 {
  display: grid;
  gap: 20px;
}

.pb-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  padding: 54px 0 70px;
}

.pb-hero-single {
  grid-template-columns: minmax(0, 760px);
  min-height: 54vh;
}

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

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

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

.pb-kicker {
  margin: 0 0 18px;
  color: #dce7ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pb-h1,
.pb-h2 {
  margin: 0;
  color: var(--pb-text);
  font-weight: 900;
  letter-spacing: 0;
}

.pb-h1 {
  max-width: 760px;
  font-size: 64px;
  line-height: 1.02;
}

.pb-h2 {
  max-width: 880px;
  font-size: 42px;
  line-height: 1.08;
}

.pb-lead,
.pb-copy,
.pb-card p,
.pb-list li {
  color: var(--pb-muted);
  line-height: 1.6;
}

.pb-lead {
  max-width: 650px;
  margin: 22px 0 0;
  font-size: 21px;
}

.pb-copy {
  max-width: 780px;
  margin: 16px 0 0;
  font-size: 17px;
}

.pb-badges,
.pb-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pb-badges {
  margin-top: 20px;
}

.pb-badges span {
  border: 1px solid var(--pb-line);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, .035);
  color: var(--pb-muted);
  font-size: 13px;
}

.pb-actions {
  margin-top: 26px;
}

.pb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 14px 20px;
  background: linear-gradient(180deg, var(--pb-red), var(--pb-red-dark));
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(215, 25, 32, .26);
  font-weight: 900;
  text-decoration: none;
}

.pb-btn.secondary {
  border-color: var(--pb-line);
  background: transparent;
  box-shadow: none;
}

.pb-hero .pb-btn {
  min-height: 58px;
  padding: 17px 28px;
  font-size: 17px;
}

.pb-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  background: #0d1016;
  box-shadow: 0 28px 90px rgba(0, 0, 0, .42);
}

.pb-media img,
.pb-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pb-media picture,
.pb-card picture {
  display: block;
  width: 100%;
  height: 100%;
}

.pb-hero .pb-media {
  aspect-ratio: 16 / 11;
}

.pb-hero .pb-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 14, .08), rgba(8, 10, 14, .42));
  pointer-events: none;
}

.pb-card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
}

.pb-region-card {
  color: inherit;
  text-decoration: none;
}

.pb-card img.pb-region-logo {
  display: block;
  width: min(260px, 80%);
  height: auto;
  max-height: 140px;
  object-fit: contain;
  margin: 0 auto 24px;
}

.pb-card-pad {
  padding: 22px;
}

.pb-card h3 {
  margin: 0 0 10px;
  color: var(--pb-text);
  font-size: 22px;
  line-height: 1.15;
}

.pb-card p {
  margin: 0;
  font-size: 15px;
}

.pb-link-card {
  align-items: flex-start;
}

.pb-link-card .pb-btn {
  margin-top: 22px;
}

a.pb-btn.pb-faq-teaser-button {
  border-color: var(--pb-red);
  background: linear-gradient(180deg, var(--pb-red), var(--pb-red-dark));
  color: #fff !important;
}

a.pb-btn.pb-faq-teaser-button:hover {
  border-color: #e31b2f;
  background: #e31b2f;
  color: #fff !important;
}

.pb-faq-hero {
  min-height: 56vh;
}

.pb-faq-layout {
  display: grid;
  gap: 34px;
}

.pb-faq-category {
  display: grid;
  gap: 14px;
}

.pb-faq-category h2 {
  margin: 0 0 6px;
  color: var(--pb-text);
  font-size: 28px;
  line-height: 1.15;
}

.pb-faq-item {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  background: rgba(21, 26, 34, .92);
  overflow: hidden;
}

.pb-faq-item summary {
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  padding: 22px 58px 22px 24px;
  color: var(--pb-text);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.pb-faq-item summary::-webkit-details-marker {
  display: none;
}

.pb-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--pb-red);
  font-size: 28px;
  line-height: 1;
}

.pb-faq-item[open] summary::after {
  content: "-";
}

.pb-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--pb-muted);
  font-size: 16px;
  line-height: 1.65;
}

.pb-faq-cta {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  background:
    radial-gradient(circle at 82% 20%, rgba(215, 25, 32, .22), transparent 32%),
    linear-gradient(135deg, #151a22, #080a0e);
}

.pb-faq-cta .pb-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.pb-detail-strip {
  padding: 24px 0;
  background: #0d1016;
}

.pb-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pb-detail-item,
.pb-mini-card {
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
}

.pb-detail-item {
  min-height: 138px;
  padding: 18px;
}

.pb-detail-item h3 {
  margin: 0 0 10px;
  color: var(--pb-text);
  font-size: 18px;
  line-height: 1.2;
}

.pb-detail-item h3::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--pb-red);
}

.pb-detail-item p {
  margin: 0;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.5;
}

.pb-mini-card {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 18px;
  color: var(--pb-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.pb-card-action {
  margin-top: 18px;
}

.pb-card-image {
  height: 190px;
}

.pb-number {
  display: block;
  margin-bottom: 14px;
  color: var(--pb-red);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.pb-step-grid {
  margin-top: 24px;
}

.pb-step-image {
  height: 220px;
  overflow: hidden;
}

.pb-step-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pb-step-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015));
}

.pb-detail-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.pb-detail-images .pb-media {
  aspect-ratio: 4 / 3;
  box-shadow: none;
}

.pb-trust {
  padding: 22px 0;
  background: #0d1016;
}

.pb-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pb-trust-item {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, .035);
  font-weight: 900;
}

.pb-trust-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--pb-red);
  box-shadow: 0 0 22px rgba(215, 25, 32, .65);
}

.pb-price {
  display: inline-block;
  margin-top: 20px;
  border: 1px solid rgba(215, 25, 32, .42);
  border-radius: 8px;
  padding: 15px 18px;
  background: rgba(215, 25, 32, .13);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.pb-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pb-list li {
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  padding: 13px 15px;
  background: #1b212c;
  font-size: 15px;
}

.pb-list.check li::before {
  content: "✓ ";
  color: #2dd36f;
  font-weight: 900;
}

.pb-list.cross li::before {
  content: "× ";
  color: #ff6b6b;
  font-weight: 900;
}

.pb-compare-good {
  border-color: rgba(215, 25, 32, .55);
  background: linear-gradient(180deg, rgba(215, 25, 32, .18), rgba(215, 25, 32, .06));
}

.pb-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pb-gallery .pb-media {
  aspect-ratio: 4 / 3;
  box-shadow: none;
}

.pb-gallery-figure {
  position: relative;
}

.pb-gallery-figure figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 9px 10px;
  background: rgba(8, 10, 14, .78);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.pb-contact-line {
  margin: 18px 0 0;
  color: var(--pb-text);
  font-size: 18px;
  font-weight: 900;
}

.pb-contact-line a {
  color: var(--pb-text);
  text-decoration: none;
}

.pb-video-section {
  background: var(--pb-bg);
}

.pb-video-header {
  max-width: 820px;
  margin-bottom: 42px;
}

.pb-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pb-video-card {
  overflow: hidden;
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025));
}

.pb-video-featured {
  grid-column: 1 / -1;
}

.pb-video-thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.pb-video-featured .pb-video-thumb,
.pb-video-featured iframe {
  aspect-ratio: 16 / 9;
}

.pb-video-short .pb-video-thumb,
.pb-video-short iframe {
  aspect-ratio: 9 / 16;
  max-height: 640px;
}

.pb-video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.pb-video-card iframe {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  background: #000;
}

.pb-play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pb-red), var(--pb-red-dark));
  box-shadow: 0 18px 45px rgba(0, 0, 0, .45);
  transform: translate(-50%, -50%);
}

.pb-play-button::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
}

.pb-video-copy {
  padding: 22px;
}

.pb-video-copy h3 {
  margin: 0 0 10px;
  color: var(--pb-text);
  font-size: 21px;
  line-height: 1.2;
}

.pb-video-copy p {
  margin: 0;
  color: var(--pb-muted);
  line-height: 1.55;
}

.pb-video-privacy-note {
  margin-top: 22px;
  color: var(--pb-muted);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .pb-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pb-form-note {
  margin-bottom: 22px;
}

.pb-form .elementor-field-group {
  margin-bottom: 14px;
}

.pb-form label {
  color: var(--pb-text) !important;
  font-weight: 800 !important;
}

.pb-form input,
.pb-form textarea,
.pb-form select {
  border: 1px solid var(--pb-line) !important;
  border-radius: 8px !important;
  background: #0f1218 !important;
  color: var(--pb-text) !important;
  min-height: 48px;
}

.pb-form textarea {
  min-height: 132px;
}

.pb-form input[type="checkbox"] {
  width: 18px !important;
  min-height: 18px !important;
  margin-right: 8px;
  accent-color: var(--pb-red);
}

.pb-form .elementor-field-type-acceptance label {
  display: inline !important;
  color: var(--pb-muted) !important;
  font-weight: 700 !important;
}

.pb-form .elementor-button {
  min-height: 52px;
  border-radius: 8px !important;
  background: linear-gradient(180deg, var(--pb-red), var(--pb-red-dark)) !important;
  color: #fff !important;
  font-weight: 900 !important;
}

.pb-footer {
  padding: 34px 0;
  color: var(--pb-muted);
  background: #080a0e;
}

.pb-footer .pb-shell {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.pb-legal-content {
  max-width: 880px;
}

.pb-legal-content h2,
.pb-legal-content h3 {
  margin: 28px 0 10px;
  color: var(--pb-text);
}

.pb-legal-content p,
.pb-legal-content li {
  color: var(--pb-muted);
  line-height: 1.65;
}

@media (max-width: 960px) {
  .pb-topbar .pb-shell,
  .pb-hero-grid,
  .pb-grid-2,
  .pb-grid-3,
  .pb-grid-4,
  .pb-detail-grid,
  .pb-detail-images,
  .pb-gallery {
    grid-template-columns: 1fr;
  }

  .pb-topbar .pb-shell {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .pb-hero {
    min-height: auto;
  }

  .pb-hero-grid {
    padding: 44px 0 48px;
  }

  .pb-h1 {
    font-size: 46px;
  }

  .pb-h2 {
    font-size: 34px;
  }

  .pb-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-detail-grid,
  .pb-detail-images,
  .pb-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-section.pb-grid-2 > .elementor-container,
  .elementor-section.pb-grid-3 > .elementor-container,
  .elementor-section.pb-grid-4 > .elementor-container {
    grid-template-columns: 1fr !important;
  }

  .pb-faq-cta .pb-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .pb-shell {
    width: min(100% - 32px, 430px);
  }

  .pb-nav {
    gap: 9px 14px;
  }

  .pb-nav a:not(.pb-btn) {
    font-size: 13px;
  }

  .pb-nav .pb-btn {
    min-height: 38px;
    padding: 8px 13px;
    font-size: 13px;
  }

  .pb-section {
    padding: 54px 0;
  }

  .pb-hero-bg {
    background:
      radial-gradient(circle at 76% 18%, rgba(215, 25, 32, .18), transparent 31%),
      linear-gradient(90deg, rgba(8, 10, 14, .70), rgba(8, 10, 14, .54), rgba(8, 10, 14, .32)),
      var(--pb-hero-image-mobile);
    background-position: center;
    background-size: cover;
  }

  .pb-h1 {
    font-size: 36px;
  }

  .pb-h2 {
    font-size: 29px;
  }

  .pb-lead {
    font-size: 18px;
  }

  .pb-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pb-btn,
  .pb-hero .pb-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    text-align: center;
  }

  .pb-faq-category h2 {
    font-size: 24px;
  }

  .pb-faq-item summary {
    min-height: 62px;
    padding: 18px 50px 18px 18px;
    font-size: 16px;
  }

  .pb-faq-item summary::after {
    right: 18px;
  }

  .pb-faq-item p {
    padding: 0 18px 20px;
    font-size: 15px;
  }

  .pb-trust-grid {
    grid-template-columns: 1fr;
  }

  .pb-detail-grid,
  .pb-detail-images,
  .pb-gallery {
    grid-template-columns: 1fr;
  }

  .pb-card img.pb-region-logo {
    width: min(220px, 82%);
    height: auto;
    max-height: 120px;
    margin-bottom: 20px;
  }

  .pb-video-grid {
    grid-template-columns: 1fr;
  }

  .pb-video-short .pb-video-thumb,
  .pb-video-short iframe {
    max-height: 78vh;
  }

  .pb-video-copy {
    padding: 20px;
  }

  .pb-play-button {
    width: 62px;
    height: 62px;
  }

  .pb-play-button::before {
    left: 27px;
    top: 20px;
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 17px;
  }

  .pb-card-image {
    height: 150px;
  }

  .pb-step-image {
    height: 180px;
  }

  .pb-detail-item,
  .pb-mini-card {
    min-height: auto;
  }
}
