/* Landing-only visual storytelling. Start-form styles stay in plan-approval.css. */
.pa-page {
  --pa-blueprint: #3E6F8A;
  --pa-cream: #F0EDE6;
  --pa-cream-ink: #1A2228;
  --pa-paper: #F7F4EE;
  --pa-gold: #B8924A;
}

.pa-story { color: #fff; }
.pa-story a { color: inherit; }

.pa-ico {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.pa-kicker {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 12px;
}
.pa-h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.08;
  margin: 0 0 14px;
}
.pa-lead {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  max-width: 560px;
  margin: 0;
}
.pa-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 5vw;
}

.pa-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.pa-story .form-btn,
.pa-story .ghost-btn {
  width: auto;
  min-width: 180px;
}
.pa-story .ghost-btn {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.22);
}
.pa-on-cream .ghost-btn {
  color: var(--pa-cream-ink);
  border-color: rgba(17, 20, 24, 0.18);
}
.pa-on-cream .pa-kicker { color: #2F6A60; }
.pa-on-cream .pa-h2 { color: var(--pa-cream-ink); }
.pa-on-cream .pa-lead,
.pa-on-cream .pa-copy,
.pa-on-cream p { color: rgba(26, 34, 40, 0.72); }

/* ── Hero ── */
.pa-story-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: calc(100vh - 66px);
  background: #111418;
  position: relative;
}
.pa-story-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 88px 6vw 64px;
  background:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px),
    #111418;
  background-size: 48px 48px, 48px 48px, auto;
}
.pa-story-hero h1 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 0.94;
  margin: 0 0 18px;
  max-width: 12ch;
}
.pa-story-hero .pa-hero-sub {
  font-family: var(--ffi);
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 19px);
  color: rgba(255, 255, 255, 0.48);
  max-width: 440px;
  line-height: 1.65;
  margin: 0 0 16px;
}
.pa-story-hero .pa-hero-note {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.42);
  max-width: 420px;
  line-height: 1.6;
  margin: 0;
}
.pa-hero-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 8px;
}
.pa-hero-flow span {
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(62, 111, 138, 0.45);
  background: rgba(62, 111, 138, 0.12);
  padding: 7px 10px;
  border-radius: 99px;
}
.pa-story-hero-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
.pa-story-hero-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.pa-story-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to left, transparent 50%, rgba(17, 20, 24, 0.28)),
    linear-gradient(to top, rgba(17, 20, 24, 0.28), transparent 50%),
    linear-gradient(rgba(62, 111, 138, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62, 111, 138, 0.08) 1px, transparent 1px);
  background-size: auto, auto, 28px 28px, 28px 28px;
  pointer-events: none;
}
.pa-hero-cap {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  background: rgba(17, 20, 24, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 14px;
  max-width: 240px;
}
.pa-hero-cap b {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 4px;
}
.pa-hero-cap span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

/* ── What it is ── */
.pa-what {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 520px;
  background: var(--pa-cream);
  color: var(--pa-cream-ink);
}
.pa-what-copy {
  padding: 72px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pa-what-copy .pa-copy {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 14px;
  max-width: 520px;
}
.pa-what-visual {
  position: relative;
  min-height: 360px;
  background: #d9d2c4;
  overflow: hidden;
}
.pa-what-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.05);
}
.pa-what-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(240, 237, 230, 0.35), transparent 40%);
  pointer-events: none;
}
.pa-crumb {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(26, 34, 40, 0.45);
  margin: 0 0 18px;
}

/* ── Need cards ── */
.pa-need {
  background: #111418;
}
.pa-need-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}
.pa-need-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px 20px;
  background: linear-gradient(180deg, #1c2830 0%, #161d24 100%);
  border: 1px solid rgba(62, 111, 138, 0.28);
  min-height: 168px;
  transition: transform 0.2s, border-color 0.2s;
}
.pa-need-card:hover {
  transform: translateY(-3px);
  border-color: rgba(61, 122, 111, 0.55);
}
.pa-need-card .pa-ico { color: var(--teal); }
.pa-need-card strong {
  font-size: 16px;
  font-weight: 700;
}
.pa-need-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}
.pa-note {
  margin-top: 22px;
  padding: 14px 16px;
  border-left: 3px solid var(--pa-gold);
  background: rgba(184, 146, 74, 0.08);
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.58);
}

/* ── Timeline ── */
.pa-help {
  background:
    linear-gradient(rgba(62, 111, 138, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62, 111, 138, 0.08) 1px, transparent 1px),
    #0e151c;
  background-size: 40px 40px, 40px 40px, auto;
}
.pa-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 22px;
  margin-top: 36px;
  position: relative;
}
.pa-step {
  position: relative;
  padding: 8px 8px 8px 0;
}
.pa-step-num {
  font-family: var(--ffm);
  font-size: 13px;
  letter-spacing: 2px;
  color: var(--pa-gold);
  margin-bottom: 10px;
}
.pa-step .pa-ico { color: var(--teal); margin-bottom: 10px; }
.pa-step h3 {
  font-size: 17px;
  margin: 0 0 8px;
}
.pa-step p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5);
}

/* ── Documents cream ── */
.pa-docs {
  background: var(--pa-cream);
  color: var(--pa-cream-ink);
}
.pa-docs-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
  margin-top: 28px;
}
.pa-doc-sheet {
  background: var(--pa-paper);
  border: 1px solid rgba(17, 20, 24, 0.08);
  box-shadow: 12px 16px 0 rgba(17, 20, 24, 0.06);
  padding: 16px;
  transform: rotate(-1.2deg);
}
.pa-doc-sheet img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(0.85);
}
.pa-doc-cap {
  font-size: 12px;
  color: rgba(26, 34, 40, 0.5);
  margin-top: 10px;
  transform: rotate(1.2deg);
}
.pa-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pa-check {
  background: var(--pa-paper);
  border: 1px solid rgba(17, 20, 24, 0.08);
  padding: 16px 16px 14px;
}
.pa-check h3 {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #2F6A60;
}
.pa-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pa-check li {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(26, 34, 40, 0.72);
  padding: 5px 0 5px 18px;
  position: relative;
}
.pa-check li::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1.5px solid var(--teal);
  position: absolute;
  left: 0;
  top: 9px;
}
.pa-docs .pa-note {
  color: rgba(26, 34, 40, 0.68);
  background: rgba(184, 146, 74, 0.12);
}

/* ── Journey ── */
.pa-journey-band {
  background: #111418;
}
.pa-journey-msg {
  font-family: var(--ffi);
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 28px);
  color: rgba(255, 255, 255, 0.88);
  max-width: 640px;
  margin: 8px 0 28px;
  line-height: 1.35;
}
.pa-path {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  margin: 8px 0 32px;
}
.pa-path-item {
  border-top: 2px solid rgba(61, 122, 111, 0.55);
  padding-top: 14px;
}
.pa-path-item b {
  display: block;
  font-size: 12px;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}
.pa-path-item span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.4;
}
.pa-path-item:nth-child(odd) { border-top-color: var(--pa-gold); }
.pa-after-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 720px;
}
.pa-after-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58);
}
.pa-after-list li::before {
  content: counter(pa-a, decimal-leading-zero);
  counter-increment: pa-a;
  color: var(--teal);
  font-family: var(--ffm);
  font-size: 13px;
  letter-spacing: 1px;
}
.pa-after-list { counter-reset: pa-a; }

.pa-mid {
  margin: 0 5vw 0;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(120deg, rgba(61, 122, 111, 0.18), rgba(62, 111, 138, 0.12));
  border: 1px solid rgba(61, 122, 111, 0.35);
  padding: 36px 5vw;
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 24px;
  align-items: center;
}
.pa-mid p { margin: 0; color: rgba(255, 255, 255, 0.62); max-width: 520px; }

/* ── Authorities ── */
.pa-auth {
  background: #0c1218;
}
.pa-auth-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 28px;
}
.pa-city {
  width: 180px;
  height: 180px;
  margin-top: 8px;
  border: 1px solid rgba(62, 111, 138, 0.35);
  background:
    radial-gradient(circle at 50% 58%, rgba(61, 122, 111, 0.18), transparent 58%),
    repeating-linear-gradient(0deg, transparent, transparent 17px, rgba(62, 111, 138, 0.18) 18px),
    repeating-linear-gradient(90deg, transparent, transparent 17px, rgba(62, 111, 138, 0.18) 18px);
  position: relative;
}
.pa-city::before,
.pa-city::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(61, 122, 111, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.pa-city::before { width: 88px; height: 88px; }
.pa-city::after { width: 48px; height: 48px; background: var(--teal); opacity: 0.35; }
.pa-city-label {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  white-space: nowrap;
}
.pa-auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pa-auth-item {
  padding: 14px 16px;
  background: rgba(28, 35, 48, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.pa-auth-item strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-bottom: 4px;
  color: #d5e4ea;
}
.pa-auth-item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
}

/* ── Why ── */
.pa-why-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
  background: #111418;
}
.pa-why-band img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.pa-why-copy {
  padding: 48px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pa-why-copy h3 {
  font-size: 26px;
  margin: 0 0 10px;
}
.pa-why-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.7;
  max-width: 420px;
}
.pa-why-band.is-flip .pa-why-copy { order: -1; }

/* ── FAQ / final ── */
.pa-faq-band { background: #151a20; }
.pa-story .accordion {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.08);
}
.pa-story .accordion summary { color: #fff; }
.pa-faq-a {
  padding: 0 14px 14px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.52);
}

.pa-final-story {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  padding: 72px 5vw;
}
.pa-final-story img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pa-final-story::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 20, 24, 0.55), rgba(17, 20, 24, 0.82));
}
.pa-final-inner { position: relative; z-index: 1; max-width: 640px; }
.pa-final-inner h2 {
  font-size: clamp(28px, 4vw, 44px);
  margin: 0 0 12px;
}
.pa-final-inner p {
  color: rgba(255, 255, 255, 0.62);
  margin: 0 auto 8px;
}

@media (max-width: 980px) {
  .pa-story-hero,
  .pa-what,
  .pa-docs-grid,
  .pa-why-band,
  .pa-auth-layout,
  .pa-mid {
    grid-template-columns: 1fr;
  }
  .pa-why-band.is-flip .pa-why-copy { order: 0; }
  .pa-story-hero { min-height: 0; }
  .pa-story-hero-visual { min-height: 46vh; }
  .pa-timeline { grid-template-columns: 1fr 1fr; }
  .pa-path { grid-template-columns: 1fr 1fr; }
  .pa-city { display: none; }
}

@media (max-width: 640px) {
  .pa-inner { padding: 48px 4vw; }
  .pa-story-hero-copy { padding: 36px 4vw 32px; }
  .pa-need-grid,
  .pa-timeline,
  .pa-check-grid,
  .pa-auth-grid,
  .pa-path {
    grid-template-columns: 1fr;
  }
  .pa-ctas .form-btn,
  .pa-ctas .ghost-btn { width: 100%; }
  .pa-doc-sheet { transform: none; box-shadow: 8px 10px 0 rgba(17, 20, 24, 0.06); }
}
