.pr-page {
  --p: #1e3a8a;
  --a: #10b981;
  --ink: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  background: #f9fafb;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
.pr-page * {
  box-sizing: border-box;
}
.pr-shell {
  width: min(1160px, calc(100% - 40px));
  margin: auto;
}
.pr-nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pr-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
}
.pr-brand img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  border-radius: 11px;
}
.brand-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-divider {
  width: 1px;
  height: 28px;
  background: var(--line);
}
.company-home {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s;
}
.company-home:hover {
  color: var(--p);
}
.pr-links {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
}
.pr-nav-cta {
  padding: 11px 17px;
  border: 1px solid var(--p);
  border-radius: 9px;
  color: var(--p);
  font-weight: 700;
  font-size: 14px;
}
.pr-hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 70px;
  padding-top: 65px;
  padding-bottom: 90px;
}
.pr-kicker,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 12px !important;
  font-weight: 800;
  color: var(--p) !important;
}
.pr-hero h1 {
  font-size: clamp(52px, 6vw, 83px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  margin: 20px 0 26px;
  max-width: 760px;
}
.pr-hero h1 em {
  font-style: normal;
  color: var(--p);
}
.pr-hero-copy > p:not(.pr-kicker) {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 650px;
}
.download-row {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.download-row button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 178px;
  padding: 13px 17px;
  border: 1px solid #cfd5df;
  border-radius: 10px;
  background: white;
  color: var(--ink);
  opacity: 0.78;
}
.download-row b {
  font-size: 14px;
}
.download-row small {
  font-size: 11px;
  color: var(--muted);
  margin-top: 3px;
}
.property-link {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  color: var(--muted);
}
.property-link b {
  color: var(--p);
}
.hero-phone {
  position: relative;
  justify-self: center;
}
.hero-phone img {
  display: block;
  width: min(380px, 100%);
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 26px 40px #10204a2c);
}
.demo-label {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background: white;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 8px 12px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.problem {
  background: var(--p);
  color: white;
  padding: 95px 0;
}
.problem .section-kicker {
  color: #8fb0ff !important;
}
.problem h2,
.journeys > h2,
.feature-copy h2,
.trust h2,
.pilot h2,
.shared-link h2,
.feedback h2,
.faq > h2,
.final-cta h2 {
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.045em;
  margin: 18px 0 45px;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  border-top: 1px solid #ffffff37;
  padding-top: 32px;
}
.problem-grid p {
  margin: 0;
  color: #c9d3eb;
  line-height: 1.65;
  font-size: 16px;
}
.journeys {
  padding: 115px 0;
}
.journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.journey-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px;
}
.journey-grid article > span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--p);
  font-weight: 800;
}
.journey-grid h3 {
  font-size: 25px;
  letter-spacing: -0.03em;
  margin: 15px 0;
}
.journey-grid p,
.journey-grid li {
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}
.journey-grid ol,
.journey-grid ul {
  padding-left: 20px;
}
.journey-grid article > b {
  font-size: 13px;
  color: var(--a);
}
.feature-story {
  padding: 115px 0;
  background: white;
}
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.feature-copy > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.mini-features {
  margin-top: 36px;
}
.mini-features > div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.mini-features span {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
.phone-pair {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
}
.phone-pair img {
  width: 52%;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px #14275429);
}
.phone-pair img:last-child {
  margin-left: -12%;
  transform: translateY(45px);
}
.secondary {
  padding: 70px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.secondary > div {
  border-top: 3px solid var(--a);
  padding-top: 20px;
}
.secondary span {
  font-weight: 800;
}
.secondary p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}
.trust {
  background: #eef2ff;
  padding: 110px 0;
}
.trust h2 {
  max-width: 850px;
}
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.trust-grid > div {
  padding: 36px;
  background: white;
  border: 1px solid #dfe5f4;
  border-radius: 16px;
}
.trust-grid b {
  font-size: 18px;
}
.trust-grid ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.trust-grid li {
  margin: 12px 0;
  color: var(--muted);
}
.pilot {
  padding: 115px 0;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
}
.pilot > div > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.fine {
  font-size: 13px !important;
}
.pr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: var(--p);
  color: white !important;
  border: 0;
  border-radius: 10px;
  padding: 15px 19px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}
.pilot aside {
  background: var(--p);
  color: white;
  padding: 40px;
  border-radius: 20px;
}
.pilot aside > span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  color: #9bb6fa;
  font-weight: 800;
}
.pilot ol {
  padding-left: 22px;
}
.pilot li {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff2d;
  line-height: 1.5;
}
.shared-link {
  padding: 90px 0;
  border-top: 1px solid var(--line);
  text-align: center;
}
.shared-link h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.shared-link > p:last-child {
  max-width: 700px;
  margin: auto;
  color: var(--muted);
  line-height: 1.7;
}
.feedback {
  padding: 110px 0;
  background: white;
}
.feedback-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.feedback-grid > div > p:not(.section-kicker) {
  color: var(--muted);
  line-height: 1.7;
}
.feedback-grid a {
  color: var(--p);
  font-weight: 700;
}
.feedback-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  background: #f9fafb;
  border: 1px solid var(--line);
  padding: 30px;
  border-radius: 18px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field.full,
.pr-button.full,
.form-status {
  grid-column: 1/-1;
}
.field label {
  font-size: 13px;
  font-weight: 800;
}
.field label span {
  font-weight: 400;
  color: var(--muted);
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid #cfd5df;
  background: white;
  border-radius: 9px;
  padding: 13px;
  color: var(--ink);
  font: inherit;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 3px solid #1e3a8a20;
  border-color: var(--p);
}
.trap {
  position: absolute;
  left: -9999px;
}
.form-status {
  margin: 0;
  font-size: 13px;
}
.form-status.sent {
  color: #047857;
}
.form-status.error {
  color: #b42318;
}
.faq {
  padding: 110px 0;
}
.faq > h2 {
  margin-bottom: 35px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 24px 0;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  color: var(--p);
  font-size: 24px;
}
details div {
  max-width: 800px;
  color: var(--muted);
  line-height: 1.7;
  padding: 0 0 22px;
}
.final-cta {
  background: var(--p);
  color: white;
  text-align: center;
  padding: 95px 0;
}
.final-cta img {
  width: 80px;
  height: 80px;
  border-radius: 20px;
}
.final-cta h2 {
  margin: 22px 0 12px;
}
.final-cta p {
  color: #c9d3eb;
}
.final-cta .download-row {
  justify-content: center;
}
.pr-footer {
  background: #111827;
  color: white;
}
.pr-footer > .pr-shell {
  min-height: 170px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 30px;
}
.pr-footer > div > div {
  display: flex;
  gap: 24px;
  font-size: 13px;
  color: #c4cad4;
}
.pr-footer p {
  font-size: 12px;
  color: #8992a3;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .pr-links {
    display: none;
  }
  .pr-hero,
  .feature-row,
  .pilot,
  .feedback-grid {
    grid-template-columns: 1fr;
  }
  .pr-hero {
    padding-top: 70px;
  }
  .hero-phone {
    max-height: 560px;
    overflow: hidden;
  }
  .problem-grid,
  .journey-grid {
    grid-template-columns: 1fr;
  }
  .secondary {
    grid-template-columns: 1fr 1fr;
  }
  .phone-pair {
    height: 560px;
  }
  .pilot {
    gap: 45px;
  }
  .feedback-grid {
    gap: 45px;
  }
  .pr-footer > .pr-shell {
    grid-template-columns: 1fr 1fr;
    padding: 40px 0;
  }
  .pr-footer p {
    grid-column: 1/-1;
  }
}
@media (max-width: 600px) {
  .pr-shell {
    width: calc(100% - 28px);
  }
  .pr-nav {
    height: 70px;
  }
  .pr-nav-cta {
    font-size: 12px;
  }
  .pr-brand span {
    display: none;
  }
  .brand-group {
    gap: 10px;
  }
  .brand-divider {
    height: 24px;
  }
  .company-home {
    font-size: 11px;
  }
  .pr-hero {
    padding-top: 45px;
    padding-bottom: 70px;
    gap: 45px;
  }
  .pr-hero h1 {
    font-size: 48px;
  }
  .download-row {
    flex-direction: column;
  }
  .download-row button {
    width: 100%;
  }
  .hero-phone img {
    width: 290px;
  }
  .problem,
  .journeys,
  .feature-story,
  .trust,
  .feedback,
  .faq {
    padding: 75px 0;
  }
  .problem h2,
  .journeys > h2,
  .feature-copy h2,
  .trust h2,
  .pilot h2,
  .shared-link h2,
  .feedback h2,
  .faq > h2,
  .final-cta h2 {
    font-size: 39px;
  }
  .phone-pair {
    height: 450px;
  }
  .secondary {
    grid-template-columns: 1fr;
    padding: 55px 0;
  }
  .pilot {
    padding: 75px 0;
  }
  .feedback-form {
    grid-template-columns: 1fr;
    padding: 20px;
  }
  .field {
    grid-column: 1/-1;
  }
  .pr-footer > .pr-shell {
    grid-template-columns: 1fr;
  }
  .pr-footer > div > div {
    flex-direction: column;
    gap: 10px;
  }
  .pr-footer p {
    grid-column: auto;
  }
  .final-cta .download-row {
    align-items: center;
  }
  .final-cta .download-row button {
    max-width: 260px;
  }
}
