:root {
  --p24-blue: #155dfc;
  --p24-blue-2: #2e72ff;
  --p24-deep: #071226;
  --p24-navy: #0d1b36;
  --p24-title: #10234f;
  --p24-text: #17284e;
  --p24-muted: #617092;
  --p24-soft: #f6f9ff;
  --p24-line: #dce6f7;
  --p24-card: #fff;
  --p24-shadow: 0 18px 50px rgba(20, 35, 79, .075);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.p24-page {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--p24-text);
  background: #fff;
  line-height: 1.5;
}

.p24-page a { color: inherit; text-decoration: none; }

.p24-wide {
  width: min(100% - 64px, 1600px);
  margin: 0 auto;
}

.p24-container {
  width: min(100% - 64px, 1240px);
  margin: 0 auto;
}

.p24-topline {
  background: var(--p24-deep);
  color: #dce7ff;
  font-size: 14px;
}

.p24-topline-inner {
  min-height: 38px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
}

.p24-topline a { color: #fff; font-weight: 850; }

.p24-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid #e5edf8;
  backdrop-filter: blur(16px);
}

.p24-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.p24-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--p24-title);
  font-size: 20px;
  font-weight: 950;
  white-space: nowrap;
}

.p24-logo {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, #1e72ff, #0a3dca);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(21,93,252,.28);
  letter-spacing: -.05em;
}

.p24-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #354461;
  font-size: 14px;
  font-weight: 750;
}

.p24-nav a { white-space: nowrap; }

.p24-nav a:hover { color: var(--p24-blue); }

.p24-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.p24-login { font-weight: 850; color: #1b2d52; font-size: 14px; }

.p24-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  border: 1px solid transparent;
  font-weight: 950;
  font-size: 15px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.p24-btn:hover { transform: translateY(-1px); }

.p24-btn-primary {
  background: linear-gradient(135deg, #1c6bff, #0d46d9);
  color: #fff;
  box-shadow: 0 14px 30px rgba(21,93,252,.24);
}

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

.p24-btn-dark {
  color: #fff;
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.22);
}

/* HERO */
.p24-hero {
  padding: 68px 0 58px;
  background:
    radial-gradient(circle at 85% 18%, rgba(21,93,252,.11), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  overflow: hidden;
}

.p24-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr);
  gap: 76px;
  align-items: center;
}

.p24-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eaf1ff;
  color: var(--p24-blue);
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 22px;
}

.p24-hero h1 {
  margin: 0 0 22px;
  color: var(--p24-navy);
  font-size: clamp(44px, 4.8vw, 74px);
  line-height: .99;
  letter-spacing: -.055em;
}

.p24-hero-lead {
  max-width: 700px;
  margin: 0 0 32px;
  color: #526381;
  font-size: 22px;
  line-height: 1.55;
}

.p24-hero-ctas {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.p24-proof-row {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.p24-proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #415271;
  font-size: 14px;
  font-weight: 850;
}

.p24-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--p24-blue);
  background: #edf3ff;
}

.p24-product {
  position: relative;
  padding: 24px;
  border: 1px solid var(--p24-line);
  border-radius: 32px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--p24-shadow);
}

.p24-product::before {
  content: "";
  position: absolute;
  right: -92px;
  top: 38px;
  width: 270px;
  height: 270px;
  background-image: radial-gradient(#8db4ff 1.4px, transparent 1.4px);
  background-size: 18px 18px;
  opacity: .35;
  z-index: -1;
}

.p24-product-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.p24-product-title {
  color: var(--p24-title);
  font-size: 20px;
  font-weight: 950;
}

.p24-product-meta {
  margin-top: 4px;
  color: #6a7894;
  font-size: 14px;
}

.p24-status {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 16px;
  color: #137a3a;
  background: #ecfdf3;
  font-weight: 950;
  white-space: nowrap;
}

.p24-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
  border-bottom: 1px solid #e5edf8;
  overflow-x: auto;
}

.p24-tabs span {
  padding: 12px 14px;
  color: #5d6c89;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.p24-tabs .active {
  color: var(--p24-blue);
  border-bottom: 3px solid var(--p24-blue);
}

.p24-summary {
  padding: 18px;
  margin-bottom: 16px;
  border: 1px solid #e3ebf7;
  border-radius: 18px;
}

.p24-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--p24-title);
}

.p24-app-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.p24-mini-panel {
  min-height: 160px;
  padding: 16px;
  border: 1px solid #e3ebf7;
  border-radius: 18px;
}

.p24-check-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  color: #485a7a;
  font-size: 14px;
}

.p24-check-list span {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
}

.p24-check-list span::before {
  content: "✓";
  color: #16a34a;
  font-weight: 950;
}

/* SECTION RHYTHM */
.p24-section {
  padding: 92px 0;
}

.p24-section.alt {
  background: var(--p24-soft);
}

.p24-section-head {
  max-width: 840px;
  margin-bottom: 38px;
}

.p24-section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p24-kicker {
  margin-bottom: 10px;
  color: var(--p24-blue);
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.p24-section h2,
.p24-section-title {
  margin: 0;
  color: var(--p24-title);
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.p24-section-sub {
  margin: 16px 0 0;
  color: #607091;
  font-size: 20px;
  line-height: 1.58;
}

/* RESULT */
.p24-result-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.p24-result-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--p24-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(20,35,79,.055);
}

.p24-result-card h3 {
  margin: 20px 0 12px;
  color: var(--p24-title);
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.p24-result-card p {
  margin: 0;
  color: #647497;
  font-size: 17px;
}

/* HOW */
.p24-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  counter-reset: p24step;
}

.p24-process-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--p24-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(20,35,79,.045);
}

.p24-process-card::before {
  counter-increment: p24step;
  content: counter(p24step);
  width: 44px;
  height: 44px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: #fff;
  background: var(--p24-blue);
  font-weight: 950;
}

.p24-process-card h3 {
  margin: 0 0 12px;
  color: var(--p24-title);
  font-size: 23px;
}

.p24-process-card p {
  margin: 0;
  color: #627294;
  font-size: 17px;
}

/* TRUST */
.p24-trust-section {
  padding: 42px 0;
  background: #fff;
}

.p24-trust-panel {
  display: grid;
  grid-template-columns: .92fr 1.35fr;
  gap: 40px;
  align-items: center;
  padding: 44px;
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 40%, rgba(70,140,255,.45), transparent 22%),
    radial-gradient(circle at 98% 22%, rgba(92,152,255,.20), transparent 22%),
    linear-gradient(135deg, #10449d 0%, #061a3d 74%);
  box-shadow: 0 24px 66px rgba(8, 28, 72, .18);
  overflow: hidden;
  position: relative;
}

.p24-trust-panel::before {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 0 0 54px rgba(255,255,255,.03), 0 0 0 108px rgba(255,255,255,.02);
}

.p24-trust-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 178px 1fr;
  gap: 32px;
  align-items: center;
}

.p24-shield {
  width: 178px;
  height: 205px;
  filter: drop-shadow(0 24px 28px rgba(32,107,255,.36));
}

.p24-trust-intro h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.p24-trust-intro p {
  margin: 0 0 22px;
  color: rgba(238,245,255,.94);
  font-size: 18px;
  line-height: 1.58;
}

.p24-trust-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.p24-trust-card {
  min-height: 166px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  color: var(--p24-text);
}

.p24-trust-card .p24-icon {
  margin-bottom: 12px;
}

.p24-trust-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.18;
}

.p24-trust-card p {
  margin: 0;
  color: #5c6c8b;
  font-size: 14px;
  line-height: 1.45;
}

/* PRICING */
.p24-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  align-items: stretch;
}

.p24-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 650px;
  padding: 26px;
  border: 1px solid var(--p24-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(20,35,79,.055);
}

.p24-price-card.popular {
  border: 2px solid var(--p24-blue);
  box-shadow: 0 18px 54px rgba(21,93,252,.12);
}

.p24-badge-popular {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--p24-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.p24-price-card h3 {
  margin: 0 0 12px;
  color: var(--p24-title);
  font-size: 23px;
}

.p24-price {
  margin-bottom: 12px;
  color: var(--p24-navy);
  font-size: 36px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.p24-price small {
  color: #617092;
  font-size: 15px;
  font-weight: 850;
}

.p24-price-desc {
  min-height: 78px;
  margin-bottom: 22px;
  color: #5e6f91;
}

.p24-feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0 0 28px;
  color: #4f6081;
  font-size: 15px;
  list-style: none;
}

.p24-feature-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.p24-feature-list li::before {
  content: "✓";
  color: var(--p24-blue);
  font-weight: 950;
}

.p24-price-card .p24-btn {
  margin-top: auto;
  width: 100%;
}

/* ABOUT + QUESTION */
.p24-about-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.p24-about-panel {
  padding: 38px;
  border: 1px solid var(--p24-line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 20%, rgba(21,93,252,.12), transparent 26%),
    linear-gradient(180deg, #f8fbff, #eef5ff);
}

.p24-about-panel p {
  color: #58698a;
  font-size: 18px;
}

.p24-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.p24-badges span {
  padding: 10px 14px;
  border: 1px solid var(--p24-line);
  border-radius: 999px;
  background: #fff;
  color: #345074;
  font-size: 14px;
  font-weight: 850;
}

.p24-question-panel {
  padding: 38px;
  border-radius: 32px;
  color: #fff;
  background: #071226;
}

.p24-question-panel h2 {
  color: #fff;
}

.p24-question-panel p {
  color: #c6d4ee;
  font-size: 18px;
}

.p24-form {
  display: grid;
  gap: 14px;
  margin-top: 26px;
  padding: 0;
}

.p24-form input,
.p24-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  outline: none;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
}

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

.p24-form textarea {
  min-height: 118px;
  resize: vertical;
}

.p24-form-note {
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

/* CTA */
.p24-final-cta {
  padding: 42px 0 76px;
  background: #fff;
}

.p24-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 32px;
  border: 1px solid var(--p24-line);
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  box-shadow: 0 14px 44px rgba(20,35,79,.06);
}

.p24-cta-panel h2 {
  margin: 0 0 6px;
  color: var(--p24-title);
  font-size: 30px;
  letter-spacing: -.025em;
}

.p24-cta-panel p {
  margin: 0;
  color: #647497;
}

.p24-footer {
  padding: 34px 0;
  background: var(--p24-deep);
  color: #c6d4ee;
}

.p24-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.p24-footer a {
  color: #fff;
  font-weight: 850;
}

@media (max-width: 1280px) {
  .p24-wide,
  .p24-container { width: min(100% - 40px, 1180px); }

  .p24-nav { gap: 15px; }

  .p24-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .p24-pricing-grid,
  .p24-result-grid,
  .p24-process {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .p24-price-card { min-height: 560px; }
}

@media (max-width: 900px) {
  .p24-wide,
  .p24-container { width: min(100% - 28px, 100%); }

  .p24-topline-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
    padding: 8px 0;
    text-align: center;
  }

  .p24-header-inner {
    min-height: auto;
    padding: 16px 0;
  }

  .p24-nav,
  .p24-login { display: none; }

  .p24-brand { font-size: 18px; }

  .p24-actions .p24-btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .p24-hero { padding: 42px 0; }

  .p24-hero h1 { font-size: 44px; }

  .p24-hero-lead { font-size: 18px; }

  .p24-proof-row,
  .p24-result-grid,
  .p24-process,
  .p24-pricing-grid,
  .p24-about-grid {
    grid-template-columns: 1fr;
  }

  .p24-app-cols { grid-template-columns: 1fr; }

  .p24-section { padding: 68px 0; }

  .p24-trust-panel {
    padding: 24px;
    border-radius: 26px;
  }

  .p24-trust-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .p24-shield {
    width: 116px;
    height: 132px;
  }

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

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

  .p24-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}