:root {
  --pb-blue: #0b2347;
  --pb-blue-2: #123b72;
  --pb-orange: #ff5a1f;
  --pb-orange-dark: #df3f0f;
  --pb-ink: #14213d;
  --pb-muted: #64748b;
  --pb-line: #e5e7eb;
  --pb-soft: #f7f8fb;
  --pb-white: #ffffff;
  --pb-radius: 8px;
  --pb-shadow: 0 18px 45px rgba(15, 23, 42, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--pb-ink);
  background: var(--pb-white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(229, 231, 235, 0.85);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--pb-blue);
}

.brand img {
  max-height: 48px;
  width: auto;
}

.brand .default-logo {
  width: min(258px, 52vw);
}

.brand-text {
  color: var(--pb-blue);
  font-size: clamp(15px, 2.4vw, 20px);
  font-weight: 900;
  line-height: 1.15;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--pb-blue);
  border-radius: 50%;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--pb-radius);
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mobile-label {
  display: none;
}

.header-cta,
.btn-primary {
  color: #fff;
  background: var(--pb-orange);
  box-shadow: 0 12px 26px rgba(255, 90, 31, 0.25);
}

.btn-primary:hover,
.header-cta:hover {
  background: var(--pb-orange-dark);
  transform: translateY(-1px);
}

.btn-secondary {
  color: var(--pb-blue);
  background: #fff;
  border-color: var(--pb-line);
}

.btn svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(40px, 6vw, 82px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 70px);
  background:
    linear-gradient(135deg, rgba(11, 35, 71, 0.98), rgba(18, 59, 114, 0.96)),
    radial-gradient(circle at 72% 18%, rgba(255, 90, 31, 0.18), transparent 30%);
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--pb-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2.2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.trust-row span {
  padding: 9px 13px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.mockup {
  overflow: hidden;
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.mockup-top {
  display: flex;
  gap: 7px;
  padding: 5px 4px 14px;
}

.mockup-top span {
  width: 10px;
  height: 10px;
  background: #e2e8f0;
  border-radius: 50%;
}

.mockup-hero {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: var(--pb-radius);
}

.mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.mockup-grid img,
.demo-placeholder {
  display: block;
  width: 100%;
  height: 108px;
  object-fit: cover;
  background: linear-gradient(145deg, #f8fafc, #e5e7eb);
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
}

.mockup-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.mockup-list b {
  display: block;
  height: 14px;
  background: #e5e7eb;
  border-radius: 999px;
}

.section,
.lead-section,
.final-cta,
.content-page {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.light {
  background: var(--pb-soft);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-head.row {
  display: flex;
  max-width: 1180px;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
}

h2 {
  margin: 0;
  color: var(--pb-blue);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  color: var(--pb-blue);
  line-height: 1.25;
}

.card-grid,
.feature-grid,
.pricing-grid,
.testimonial-grid,
.archive-grid {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  gap: 18px;
}

.card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.info-card,
.demo-card,
.price-card,
blockquote,
.mini-card {
  background: #fff;
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.info-card {
  padding: 24px;
}

.icon-bubble {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  place-items: center;
  color: var(--pb-orange);
  background: rgba(255, 90, 31, 0.12);
  border-radius: 50%;
}

.icon-bubble svg,
.feature svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.info-card p,
.demo-card p,
.lead-copy p,
blockquote p,
.entry p {
  color: var(--pb-muted);
}

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

.feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: var(--pb-blue);
  background: #fff;
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
  font-weight: 800;
}

.feature span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--pb-orange);
  border-radius: 50%;
}

.demo-slider {
  display: grid;
  grid-auto-columns: minmax(280px, 360px);
  grid-auto-flow: column;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.demo-card {
  scroll-snap-align: start;
  padding: 14px;
}

.demo-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--pb-radius);
  border: 1px solid var(--pb-line);
}

.demo-card h3,
.demo-card p,
.demo-card a {
  margin-left: 6px;
  margin-right: 6px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 4px;
  color: var(--pb-orange);
  font-weight: 800;
}

.text-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slider-controls {
  display: flex;
  gap: 10px;
}

.slider-controls button {
  width: 42px;
  height: 42px;
  color: var(--pb-blue);
  background: #fff;
  border: 1px solid var(--pb-line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}

.steps,
.pricing-grid,
.testimonial-grid,
.archive-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.step {
  position: relative;
  min-height: 150px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
}

.step span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--pb-orange);
  font-size: 13px;
  font-weight: 800;
}

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

.price-card {
  padding: 30px;
}

.price-card.featured {
  border-color: rgba(255, 90, 31, 0.5);
  box-shadow: var(--pb-shadow);
}

.price {
  margin: 16px 0 22px;
  color: var(--pb-blue);
  font-size: 36px;
  font-weight: 900;
}

.price-card ul {
  display: grid;
  gap: 10px;
  min-height: 150px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  color: #334155;
}

.price-card li::before {
  content: "✓";
  margin-right: 8px;
  color: var(--pb-orange);
  font-weight: 900;
}

.lead-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(26px, 5vw, 68px);
  align-items: start;
  color: #fff;
  background: var(--pb-blue);
}

.lead-section h2 {
  color: #fff;
}

.lead-copy {
  position: sticky;
  top: 110px;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  color: var(--pb-ink);
  background: #fff;
  border-radius: var(--pb-radius);
  box-shadow: var(--pb-shadow);
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--pb-blue);
  font-size: 13px;
  font-weight: 800;
}

.lead-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--pb-ink);
  background: #fff;
  border: 1px solid #d6dce6;
  border-radius: var(--pb-radius);
  font: inherit;
}

.full {
  grid-column: 1 / -1;
}

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

blockquote {
  margin: 0;
  padding: 26px;
}

cite {
  color: var(--pb-blue);
  font-style: normal;
  font-weight: 900;
}

.faq-list {
  display: grid;
  max-width: 920px;
  margin: 0 auto;
  gap: 12px;
}

details {
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
}

summary {
  color: var(--pb-blue);
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin-bottom: 0;
  color: var(--pb-muted);
}

.final-cta {
  text-align: center;
  background:
    linear-gradient(135deg, rgba(11, 35, 71, 0.96), rgba(18, 59, 114, 0.92)),
    linear-gradient(45deg, #dbeafe, #fff7ed);
}

.final-cta h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #fff;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  padding: 54px clamp(18px, 5vw, 72px) 28px;
  color: rgba(255, 255, 255, 0.78);
  background: #071a36;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 28px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-brand,
.site-footer h3 {
  color: #fff;
  font-weight: 900;
}

.footer-logo {
  display: block;
  width: min(258px, 100%);
  height: auto;
  margin-bottom: 16px;
  padding: 8px;
  background: #fff;
  border-radius: var(--pb-radius);
}

.site-footer a {
  display: block;
  margin: 8px 0;
}

.footer-bottom {
  max-width: 1180px;
  margin: 32px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.content-page,
.thank-you-page {
  max-width: 1100px;
  margin: 0 auto;
}

.thank-you-page {
  display: grid;
  min-height: 62vh;
  place-items: center;
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.thank-you-card {
  max-width: 760px;
  padding: clamp(28px, 5vw, 54px);
  background: #fff;
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
  box-shadow: var(--pb-shadow);
}

.thank-you-card h1 {
  margin: 0;
  color: var(--pb-blue);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
}

.thank-you-card p:not(.eyebrow) {
  color: var(--pb-muted);
  font-size: 18px;
}

.demo-site-page {
  background: #fff;
}

.demo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  padding: clamp(48px, 7vw, 92px) clamp(18px, 5vw, 72px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(11, 35, 71, 0.98), rgba(18, 59, 114, 0.94)),
    linear-gradient(45deg, #dbeafe, #fff7ed);
}

.demo-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 5.5vw, 64px);
  line-height: 1.04;
  letter-spacing: 0;
}

.demo-hero p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.demo-browser {
  overflow: hidden;
  padding: 14px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.demo-browser img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--pb-radius);
}

.demo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--pb-line);
}

.demo-strip div,
.demo-section-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px clamp(18px, 5vw, 34px);
  color: var(--pb-blue);
  background: #fff;
  font-weight: 900;
}

.demo-strip svg,
.demo-section-list svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: var(--pb-orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.demo-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 0 auto;
  gap: 18px;
}

.demo-layout-preview {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.demo-layout-preview p:not(.eyebrow) {
  color: var(--pb-muted);
  font-size: 18px;
}

.demo-section-list {
  display: grid;
  gap: 12px;
}

.demo-section-list div {
  padding: 18px 20px;
  border: 1px solid var(--pb-line);
  border-radius: var(--pb-radius);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.entry {
  max-width: 860px;
  margin: 0 auto;
}

.entry h1,
.content-page > h1 {
  color: var(--pb-blue);
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
}

.mini-card {
  padding: 18px;
}

.mini-card h2 {
  font-size: 22px;
}

@media (max-width: 1080px) {
  .main-nav {
    display: none;
  }

  .hero,
  .lead-section,
  .demo-hero,
  .demo-layout-preview {
    grid-template-columns: 1fr;
  }

  .card-grid.five,
  .feature-grid,
  .steps,
  .demo-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-text {
    display: block;
    max-width: 178px;
    font-size: 14px;
    line-height: 1.12;
  }

  .header-cta {
    flex: 0 0 auto;
    min-height: 40px;
    min-width: 74px;
    padding: 0 14px;
    text-align: center;
    font-size: 12px;
    line-height: 1.15;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }

  .hero {
    min-height: auto;
    gap: 24px;
    padding: 34px 20px 42px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.07;
  }

  .hero-subtitle {
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .btn {
    min-height: 44px;
    padding: 0 16px;
  }

  .trust-row {
    gap: 8px;
    margin-top: 18px;
  }

  .trust-row span {
    padding: 8px 11px;
    font-size: 12px;
  }

  .mockup {
    padding: 10px;
    border-radius: 12px;
  }

  .mockup-hero {
    height: 148px;
  }

  .mockup-grid {
    gap: 8px;
    margin-top: 10px;
  }

  .mockup-grid img,
  .demo-placeholder {
    height: 72px;
  }

  .mockup-list {
    display: none;
  }

  .section,
  .lead-section,
  .final-cta,
  .content-page {
    padding: 46px 20px;
  }

  .section-head {
    margin-bottom: 24px;
  }

  h2 {
    font-size: 29px;
    line-height: 1.12;
  }

  h3 {
    font-size: 19px;
  }

  .card-grid.five,
  .feature-grid,
  .steps,
  .pricing-grid,
  .testimonial-grid,
  .archive-grid,
  .footer-grid,
  .lead-form,
  .demo-strip,
  .demo-feature-grid {
    grid-template-columns: 1fr;
  }

  .section-head.row {
    display: block;
    text-align: center;
  }

  .demo-slider {
    grid-auto-columns: minmax(265px, 82vw);
    gap: 14px;
    padding: 0 2px 10px;
  }

  .demo-card {
    padding: 10px;
  }

  .demo-card > img {
    aspect-ratio: 16 / 11;
  }

  .slider-controls {
    justify-content: center;
    margin-top: 18px;
  }

  .price-card ul {
    min-height: auto;
  }

  .lead-copy {
    text-align: left;
  }

  .lead-form {
    gap: 13px;
    padding: 18px;
  }

  .lead-form input {
    min-height: 44px;
  }

  .site-footer {
    padding: 42px 20px 24px;
  }

  .footer-grid {
    gap: 22px;
  }

  .footer-bottom {
    margin-top: 22px;
  }

  .demo-hero {
    gap: 24px;
    padding: 34px 20px 42px;
  }

  .demo-hero h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .demo-hero p:not(.eyebrow) {
    font-size: 17px;
    line-height: 1.55;
  }

  .demo-browser {
    padding: 10px;
    border-radius: 12px;
  }

  .demo-browser img {
    aspect-ratio: 16 / 11;
  }

  .demo-strip div,
  .demo-section-list div {
    padding: 16px 18px;
  }

  .demo-layout-preview p:not(.eyebrow) {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .brand-text {
    max-width: 160px;
    font-size: 13px;
  }

  .header-cta {
    padding: 0 10px;
    font-size: 11px;
  }

  .hero h1,
  .demo-hero h1 {
    font-size: 32px;
  }

  .hero,
  .demo-hero {
    padding-left: 18px;
    padding-right: 18px;
  }
}
