/*
 * #Pads4Paps — My Journey
 * Patient-centred visual language for the side-by-side campaign experience.
 */
:root {
  --journey-rose: #c84f86;
  --journey-rose-dark: #94345f;
  --journey-rose-soft: #fff2f7;
  --journey-teal: #1c8c80;
  --journey-teal-dark: #126d65;
  --journey-teal-soft: #edf8f6;
  --journey-cream: #fffaf6;
  --journey-warm: #f6eee8;
  --journey-ink: #26383c;
  --journey-muted: #66777b;
  --journey-line: #dce9e7;
  --journey-white: #ffffff;
  --journey-success: #18794e;
  --journey-danger: #9f2942;
  --journey-shadow: 0 24px 70px rgba(36, 77, 73, 0.12);
  --journey-shadow-soft: 0 14px 38px rgba(36, 77, 73, 0.08);
  --journey-radius-xl: 34px;
  --journey-radius-lg: 24px;
  --journey-radius-md: 16px;
  --journey-shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #fff;
  color: var(--journey-ink);
  font-family: Inter, Arial, sans-serif;
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(200, 79, 134, 0.38); outline-offset: 3px; }

.journey-skip {
  background: var(--journey-ink);
  color: #fff;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 9999;
}
.journey-skip:focus { top: 16px; }

.journey-shell { margin: 0 auto; max-width: var(--journey-shell); padding-inline: 24px; }
.journey-narrow { margin: 0 auto; max-width: 760px; }
.journey-section { padding: 92px 0; position: relative; }
.journey-section--soft { background: linear-gradient(180deg, #fff 0%, var(--journey-cream) 100%); }
.journey-section--teal { background: var(--journey-teal-dark); color: #fff; overflow: hidden; }
.journey-section--rose { background: var(--journey-rose-soft); }
.journey-section--tight { padding: 66px 0; }

.journey-eyebrow {
  color: var(--journey-rose-dark);
  display: inline-block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.journey-eyebrow--light { color: #ffd7e8; }
.journey-title {
  color: var(--journey-teal-dark);
  font-size: clamp(2rem, 5vw, 4.2rem);
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0 0 20px;
}
.journey-title em { color: var(--journey-rose); font-family: Georgia, serif; font-weight: 500; }
.journey-title--light { color: #fff; }
.journey-subtitle {
  color: var(--journey-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}
.journey-subtitle--light { color: rgba(255,255,255,.82); }
.journey-heading { margin-bottom: 42px; }
.journey-heading--center { margin-inline: auto; max-width: 780px; text-align: center; }

.journey-btn {
  align-items: center;
  background: var(--journey-rose);
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 900;
  gap: 9px;
  justify-content: center;
  min-height: 50px;
  padding: 13px 23px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.journey-btn:hover { background: var(--journey-rose-dark); box-shadow: 0 12px 24px rgba(148,52,95,.2); transform: translateY(-2px); }
.journey-btn--teal { background: var(--journey-teal); }
.journey-btn--teal:hover { background: var(--journey-teal-dark); box-shadow: 0 12px 24px rgba(18,109,101,.2); }
.journey-btn--light { background: #fff; color: var(--journey-teal-dark); }
.journey-btn--light:hover { background: #f8ffff; }
.journey-btn--outline { background: transparent; border-color: #b8d5d1; color: var(--journey-teal-dark); }
.journey-btn--outline:hover { background: var(--journey-teal-soft); box-shadow: none; }
.journey-btn--outline-light { background: transparent; border-color: rgba(255,255,255,.8); color: #fff; }
.journey-btn--outline-light:hover { background: #fff; color: var(--journey-teal-dark); }
.journey-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Header */
.journey-header {
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(220,233,231,.8);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
}
.journey-header__inner { align-items: center; display: flex; gap: 24px; justify-content: space-between; min-height: 82px; }
.journey-brand { align-items: center; color: var(--journey-teal-dark); display: flex; gap: 12px; text-decoration: none; }
.journey-brand img { height: 54px; width: 54px; }
.journey-brand strong { display: block; font-size: 1.08rem; }
.journey-brand span { color: var(--journey-muted); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .05em; margin-top: 2px; text-transform: uppercase; }
.journey-nav { align-items: center; display: flex; gap: 24px; }
.journey-nav a { color: #496064; font-size: .9rem; font-weight: 800; text-decoration: none; }
.journey-nav a:hover { color: var(--journey-rose-dark); }
.journey-menu { background: #fff; border: 1px solid var(--journey-line); border-radius: 999px; cursor: pointer; display: none; height: 44px; padding: 0; width: 44px; }
.journey-menu > span:not([hidden]) { background: var(--journey-teal-dark); display: block; height: 2px; margin: 5px auto; width: 19px; }

/* Hero */
.journey-hero {
  background:
    radial-gradient(circle at 84% 8%, rgba(200,79,134,.14), transparent 31%),
    radial-gradient(circle at 9% 88%, rgba(28,140,128,.12), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fffafc 100%);
  overflow: hidden;
  padding: 76px 0 70px;
  position: relative;
}
.journey-hero__grid { align-items: center; display: grid; gap: 58px; grid-template-columns: minmax(0,1.08fr) minmax(360px,.92fr); }
.journey-hero h1 { color: var(--journey-teal-dark); font-size: clamp(3rem, 7vw, 6.3rem); letter-spacing: -.06em; line-height: .93; margin: 0 0 26px; }
.journey-hero h1 em { color: var(--journey-rose); display: block; font-family: Georgia, serif; font-weight: 500; }
.journey-hero__lead { color: #53696d; font-size: clamp(1.05rem,2vw,1.25rem); line-height: 1.75; margin: 0 0 30px; max-width: 680px; }
.journey-trust { display: flex; flex-wrap: wrap; gap: 14px 22px; list-style: none; margin: 28px 0 0; padding: 0; }
.journey-trust li { align-items: center; color: #50666a; display: flex; font-size: .88rem; font-weight: 800; gap: 8px; }
.journey-trust li::before { background: var(--journey-teal); border-radius: 50%; color: #fff; content: '✓'; display: grid; font-size: .72rem; height: 22px; place-items: center; width: 22px; }
.journey-hero__visual { position: relative; }
.journey-hero__photo { border-radius: 42% 42% 18% 18%; box-shadow: var(--journey-shadow); height: min(620px,70vh); overflow: hidden; position: relative; }
.journey-hero__photo img { height: 100%; object-fit: cover; width: 100%; }
.journey-hero__photo::after { background: linear-gradient(180deg,transparent 48%,rgba(18,109,101,.72)); bottom: 0; content: ''; inset: 0; position: absolute; }
.journey-hero__caption { bottom: 25px; color: #fff; left: 28px; position: absolute; right: 28px; z-index: 2; }
.journey-hero__caption small { display: block; font-size: .73rem; font-weight: 900; letter-spacing: .12em; margin-bottom: 5px; text-transform: uppercase; }
.journey-hero__caption strong { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; line-height: 1.25; }
.journey-hero__note { background: #fff; border: 1px solid var(--journey-line); border-radius: 20px; box-shadow: var(--journey-shadow-soft); left: -42px; max-width: 260px; padding: 18px; position: absolute; top: 46px; }
.journey-hero__note strong { color: var(--journey-rose-dark); display: block; font-size: 1.15rem; margin-bottom: 5px; }
.journey-hero__note span { color: var(--journey-muted); font-size: .84rem; line-height: 1.45; }

.journey-statusbar { background: var(--journey-teal-dark); color: #fff; }
.journey-statusbar__inner { align-items: center; display: flex; gap: 20px; justify-content: space-between; min-height: 58px; }
.journey-statusbar strong { font-size: .9rem; }
.journey-statusbar span { color: rgba(255,255,255,.76); font-size: .83rem; }
.journey-statusbar a { color: #fff; font-size: .83rem; font-weight: 900; }

/* Story grids */
.journey-split { align-items: center; display: grid; gap: 60px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.journey-copy p { color: var(--journey-muted); font-size: 1.02rem; line-height: 1.75; }
.journey-copy strong { color: var(--journey-teal-dark); }
.journey-quote { border-left: 4px solid var(--journey-rose); color: var(--journey-teal-dark); font-family: Georgia, serif; font-size: clamp(1.35rem,3vw,2.15rem); line-height: 1.35; margin: 30px 0 0; padding: 5px 0 5px 24px; }
.journey-quote cite { color: var(--journey-muted); display: block; font-family: Inter,Arial,sans-serif; font-size: .8rem; font-style: normal; font-weight: 800; letter-spacing: .05em; margin-top: 14px; text-transform: uppercase; }
.journey-photo { border-radius: var(--journey-radius-xl); box-shadow: var(--journey-shadow); min-height: 430px; overflow: hidden; }
.journey-photo img { height: 100%; min-height: 430px; object-fit: cover; width: 100%; }

.journey-cards { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); }
.journey-card { background: #fff; border: 1px solid var(--journey-line); border-radius: var(--journey-radius-lg); box-shadow: var(--journey-shadow-soft); padding: 26px; }
.journey-card__icon { align-items: center; background: var(--journey-rose-soft); border-radius: 16px; color: var(--journey-rose-dark); display: flex; font-size: 1.35rem; height: 48px; justify-content: center; margin-bottom: 20px; width: 48px; }
.journey-card h3 { color: var(--journey-teal-dark); font-size: 1.2rem; margin: 0 0 10px; }
.journey-card p { color: var(--journey-muted); line-height: 1.65; margin: 0; }
.journey-card a { color: var(--journey-rose-dark); display: inline-block; font-weight: 900; margin-top: 18px; text-decoration: none; }

.journey-impact { display: grid; gap: 20px; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); }
.journey-impact__main { background: linear-gradient(135deg,var(--journey-teal-dark),var(--journey-teal)); border-radius: var(--journey-radius-xl); color: #fff; overflow: hidden; padding: 44px; position: relative; }
.journey-impact__main::after { border: 60px solid rgba(255,255,255,.08); border-radius: 50%; content: ''; height: 280px; position: absolute; right: -130px; top: -160px; width: 280px; }
.journey-impact__main h2 { font-size: clamp(2rem,4vw,3.5rem); letter-spacing: -.04em; line-height: 1.05; margin: 0 0 18px; position: relative; z-index: 1; }
.journey-impact__main p { color: rgba(255,255,255,.83); font-size: 1.05rem; line-height: 1.7; max-width: 680px; position: relative; z-index: 1; }
.journey-impact__aside { background: var(--journey-rose-soft); border: 1px solid #f0c2d5; border-radius: var(--journey-radius-xl); display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.journey-impact__aside strong { color: var(--journey-rose-dark); font-family: Georgia,serif; font-size: 2rem; font-weight: 500; line-height: 1.2; }
.journey-impact__aside span { color: var(--journey-muted); line-height: 1.6; margin-top: 14px; }

.journey-letter { background: #fff; border: 1px solid var(--journey-line); border-radius: var(--journey-radius-xl); box-shadow: var(--journey-shadow); display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); overflow: hidden; }
.journey-letter__photo { min-height: 560px; }
.journey-letter__photo img { height: 100%; object-fit: cover; width: 100%; }
.journey-letter__copy { padding: clamp(32px,6vw,72px); }
.journey-letter__copy h2 { color: var(--journey-teal-dark); font-family: Georgia,serif; font-size: clamp(2rem,4vw,3.3rem); font-weight: 500; margin: 0 0 25px; }
.journey-letter__copy p { color: #596e72; line-height: 1.8; }
.journey-letter__signature { color: var(--journey-rose-dark)!important; font-family: Georgia,serif; font-size: 1.28rem; }

.journey-steps { counter-reset: journey-step; display: grid; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.journey-step { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: var(--journey-radius-lg); padding: 26px; }
.journey-step::before { align-items: center; background: #fff; border-radius: 50%; color: var(--journey-teal-dark); content: counter(journey-step); counter-increment: journey-step; display: flex; font-weight: 900; height: 38px; justify-content: center; margin-bottom: 20px; width: 38px; }
.journey-step h3 { font-size: 1.22rem; margin: 0 0 8px; }
.journey-step p { color: rgba(255,255,255,.74); line-height: 1.6; margin: 0; }

.journey-faq { display: grid; gap: 12px; }
.journey-faq details { background: #fff; border: 1px solid var(--journey-line); border-radius: 17px; padding: 0 20px; }
.journey-faq summary { color: var(--journey-teal-dark); cursor: pointer; font-weight: 900; list-style: none; padding: 20px 32px 20px 0; position: relative; }
.journey-faq summary::-webkit-details-marker { display: none; }
.journey-faq summary::after { color: var(--journey-rose); content: '+'; font-size: 1.5rem; position: absolute; right: 0; top: 14px; }
.journey-faq details[open] summary::after { content: '–'; }
.journey-faq p { color: var(--journey-muted); line-height: 1.7; margin: 0; padding: 0 0 20px; }

.journey-cta { background: linear-gradient(135deg,var(--journey-rose-dark),var(--journey-rose)); border-radius: var(--journey-radius-xl); color: #fff; padding: clamp(32px,6vw,65px); text-align: center; }
.journey-cta h2 { font-size: clamp(2.2rem,5vw,4.3rem); letter-spacing: -.05em; line-height: 1; margin: 0 0 18px; }
.journey-cta p { color: rgba(255,255,255,.82); font-size: 1.06rem; line-height: 1.7; margin: 0 auto 27px; max-width: 700px; }
.journey-cta .journey-actions { justify-content: center; }

.journey-footer { background: #163f3c; color: rgba(255,255,255,.72); padding: 48px 0; }
.journey-footer__grid { display: grid; gap: 30px; grid-template-columns: 1.25fr .75fr; }
.journey-footer strong { color: #fff; display: block; font-size: 1.1rem; margin-bottom: 8px; }
.journey-footer p { font-size: .88rem; line-height: 1.65; margin: 0; }
.journey-footer a { color: #fff; }
.journey-footer__links { display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: flex-end; }

/* Reveal motion */
[data-journey-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
[data-journey-reveal].is-visible { opacity: 1; transform: none; }

/* Booking flow */
body.p4p-booking {
  background:
    radial-gradient(circle at 90% 0, rgba(200,79,134,.08), transparent 28%),
    linear-gradient(180deg,#f8fcfb 0,#fff 52%);
  color: var(--journey-ink);
}
.p4p-book-shell { margin: 0 auto; max-width: 1120px; padding: 24px; }
.p4p-book-head { align-items: center; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 24px; }
.p4p-book-brand { align-items: center; color: var(--journey-teal-dark); display: flex; font-weight: 900; gap: 12px; text-decoration: none; }
.p4p-book-brand img { height: 58px; width: 58px; }
.p4p-book-brand b { font-size: 1.02rem; }
.p4p-book-brand span { color: var(--journey-muted); display: block; font-size: .72rem; font-weight: 800; letter-spacing: .05em; margin-top: 3px; text-transform: uppercase; }
.p4p-back { border: 1px solid var(--journey-line); border-radius: 999px; color: var(--journey-teal-dark); font-size: .86rem; font-weight: 900; padding: 10px 15px; text-decoration: none; }
.p4p-progress { align-items: center; display: flex; gap: 8px; margin: 4px 0 20px; }
.p4p-progress span { background: #dfecea; border-radius: 999px; height: 5px; width: 54px; }
.p4p-progress span.is-active { background: var(--journey-rose); }
.p4p-progress small { color: var(--journey-muted); font-size: .78rem; font-weight: 800; margin-left: 6px; }
.p4p-book-hero { background: linear-gradient(135deg,var(--journey-teal-dark),var(--journey-teal)); border-radius: 30px; box-shadow: var(--journey-shadow); color: #fff; display: grid; gap: 28px; grid-template-columns: minmax(0,1.35fr) minmax(240px,.65fr); margin-bottom: 22px; overflow: hidden; padding: 34px; position: relative; }
.p4p-book-hero::after { background: radial-gradient(circle,rgba(255,255,255,.17),transparent 70%); content: ''; height: 360px; position: absolute; right: -120px; top: -160px; width: 360px; }
.p4p-book-hero h1 { font-size: clamp(2.35rem,5vw,4.25rem); letter-spacing: -.05em; line-height: 1; margin: 8px 0 15px; }
.p4p-book-hero p { color: rgba(255,255,255,.84); font-size: 1.03rem; line-height: 1.7; margin: 0; max-width: 700px; }
.p4p-eyebrow { color: #ffd7e8; font-size: .76rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.p4p-price-card { align-self: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 20px; padding: 21px; position: relative; z-index: 1; }
.p4p-price-card small { display: block; font-weight: 900; letter-spacing: .04em; opacity: .8; text-transform: uppercase; }
.p4p-price-card strong { display: block; font-size: 2.35rem; margin: 7px 0; }
.p4p-price-card span { display: block; font-size: .86rem; line-height: 1.5; opacity: .88; }
.p4p-book-card { background: #fff; border: 1px solid var(--journey-line); border-radius: 25px; box-shadow: var(--journey-shadow-soft); margin-bottom: 22px; padding: 26px; }
.p4p-book-card h2 { color: var(--journey-teal-dark); font-size: 1.55rem; margin: 0 0 8px; }
.p4p-book-card > p { color: var(--journey-muted); line-height: 1.65; margin: 0 0 20px; }
.p4p-book-note { background: var(--journey-rose-soft); border: 1px solid #efc3d5; border-radius: 17px; color: #71324d; line-height: 1.55; margin-bottom: 20px; padding: 15px 17px; }
.p4p-book-note strong { display: block; margin-bottom: 4px; }
.p4p-book-closed { padding: 46px 26px; text-align: center; }
.p4p-book-closed h2 { font-size: 2rem; }
.p4p-book-closed a { color: var(--journey-rose-dark); font-weight: 900; }
.p4p-hold-summary { background: var(--journey-teal-soft); border: 1px solid var(--journey-line); border-radius: 18px; display: grid; gap: 12px; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 18px 0; padding: 17px; }
.p4p-hold-summary span { color: var(--journey-muted); display: block; font-size: .73rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.p4p-hold-summary strong { color: var(--journey-teal-dark); display: block; margin-top: 5px; }
.p4p-form { display: grid; gap: 20px; }
.p4p-form-section { border-top: 1px solid #e6efee; padding-top: 24px; }
.p4p-form-section:first-child { border-top: 0; padding-top: 0; }
.p4p-form-section h2 { font-size: 1.35rem; margin: 0 0 6px; }
.p4p-form-section > p { color: var(--journey-muted); line-height: 1.62; margin: 0 0 17px; }
.p4p-fields { display: grid; gap: 14px; grid-template-columns: repeat(12,minmax(0,1fr)); }
.p4p-field { grid-column: span 6; }
.p4p-field.third { grid-column: span 4; }
.p4p-field.full { grid-column: 1/-1; }
.p4p-field label, .p4p-group legend { color: #344c50; display: block; font-size: .85rem; font-weight: 900; margin-bottom: 7px; }
.p4p-field small { color: var(--journey-muted); display: block; font-size: .78rem; line-height: 1.45; margin-top: 6px; }
.p4p-required { color: var(--journey-rose-dark); }
.p4p-field input, .p4p-field select, .p4p-field textarea { background: #fff; border: 1px solid #c9d9d7; border-radius: 13px; color: var(--journey-ink); min-height: 48px; padding: 11px 12px; width: 100%; }
.p4p-field textarea { min-height: 112px; resize: vertical; }
.p4p-field input:focus, .p4p-field select:focus, .p4p-field textarea:focus { border-color: var(--journey-teal); box-shadow: 0 0 0 3px rgba(28,140,128,.12); outline: 0; }
.p4p-group { border: 0; margin: 0; padding: 0; }
.p4p-options { display: grid; gap: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.p4p-option { align-items: flex-start; background: #fbfdfd; border: 1px solid var(--journey-line); border-radius: 14px; cursor: pointer; display: flex; gap: 10px; line-height: 1.45; padding: 13px; }
.p4p-option:hover { border-color: #9fc8c3; }
.p4p-option input { accent-color: var(--journey-rose); margin-top: 3px; }
.p4p-consent { background: #fbfdfd; border: 1px solid var(--journey-line); border-radius: 15px; margin-bottom: 11px; padding: 14px; }
.p4p-consent label { display: flex; font-weight: 650; gap: 11px; line-height: 1.55; }
.p4p-consent input { accent-color: var(--journey-rose); flex: 0 0 auto; margin-top: 4px; }
.p4p-fine { color: var(--journey-muted); font-size: .82rem; line-height: 1.55; }
.p4p-submit { align-items: center; background: var(--journey-rose); border: 0; border-radius: 999px; color: #fff; cursor: pointer; display: inline-flex; font-weight: 900; justify-content: center; min-height: 52px; padding: 13px 25px; text-decoration: none; }
.p4p-submit:hover { background: var(--journey-rose-dark); }
.p4p-submit:disabled { cursor: not-allowed; opacity: .6; }
.p4p-error { background: #fff1f2; border: 1px solid #fecdd3; border-radius: 15px; color: var(--journey-danger); margin-bottom: 18px; padding: 14px 16px; }
.p4p-success { background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 15px; color: var(--journey-success); margin-bottom: 18px; padding: 14px 16px; }
.p4p-pay-box { align-items: center; background: linear-gradient(135deg,var(--journey-rose-soft),#fff); border: 1px solid #efbfd3; border-radius: 20px; display: flex; gap: 20px; justify-content: space-between; padding: 21px; }
.p4p-pay-box strong { color: var(--journey-rose-dark); display: block; font-size: 2rem; }
.p4p-pay-box p { color: var(--journey-muted); line-height: 1.5; margin: 5px 0 0; }
.p4p-footer { color: var(--journey-muted); font-size: .82rem; line-height: 1.55; padding: 8px 0 28px; text-align: center; }
.p4p-footer a { color: var(--journey-teal-dark); }
.p4p-impact-options { border-top: 1px solid #e6efee; margin-top: 22px; padding-top: 22px; }
.p4p-impact-heading { margin-bottom: 15px; }
.p4p-impact-heading .p4p-eyebrow { color: var(--journey-rose-dark); }
.p4p-impact-heading h2 { margin: 5px 0; }
.p4p-impact-heading p { color: var(--journey-muted); line-height: 1.6; margin: 0; }
.p4p-impact-option { align-items: flex-start; background: #fbfdfd; border: 1px solid var(--journey-line); border-radius: 18px; cursor: pointer; display: grid; gap: 13px; grid-template-columns: auto minmax(0,1fr) auto; margin-bottom: 12px; padding: 17px; }
.p4p-impact-option:hover { border-color: #a5cec9; }
.p4p-impact-option > input { accent-color: var(--journey-rose); height: 20px; margin: 3px 0 0; width: 20px; }
.p4p-impact-option strong { color: var(--journey-teal-dark); display: block; font-size: 1rem; }
.p4p-impact-option small { color: var(--journey-muted); display: block; font-size: .86rem; line-height: 1.55; margin-top: 5px; }
.p4p-impact-option > b { color: var(--journey-rose-dark); font-size: 1.05rem; white-space: nowrap; }
.p4p-donation-option { cursor: default; grid-template-columns: auto minmax(0,1fr) minmax(150px,210px); }
.p4p-gift-mark { align-items: center; background: var(--journey-rose-soft); border-radius: 999px; color: var(--journey-rose-dark); display: flex; font-size: 1.2rem; height: 32px; justify-content: center; width: 32px; }
.p4p-money-input { align-items: center; background: #fff; border: 1px solid #c9d9d7; border-radius: 13px; display: flex; overflow: hidden; }
.p4p-money-input:focus-within { border-color: var(--journey-teal); box-shadow: 0 0 0 3px rgba(28,140,128,.12); }
.p4p-money-input span { background: #f4f8f8; color: var(--journey-teal-dark); font-weight: 900; padding: 13px; }
.p4p-money-input input { border: 0; min-height: 46px; min-width: 0; padding: 11px 12px; width: 100%; }
.p4p-money-input input:focus { outline: 0; }
.p4p-money-input input[readonly] { background: #f8fafc; color: #64748b; }
.p4p-lock-note { background: #fff8e6; border: 1px solid #f4d78b; border-radius: 14px; color: #7c5a00; line-height: 1.5; margin: 10px 0 18px; padding: 13px 15px; }
.p4p-lock-note strong { display: block; }
.p4p-order-summary { background: var(--journey-teal-soft); border: 1px solid var(--journey-line); border-radius: 18px; margin: 20px 0; padding: 18px; }
.p4p-order-summary h2 { font-size: 1.2rem; margin-bottom: 12px; }
.p4p-order-summary > div { align-items: center; border-top: 1px solid #dfeae8; display: flex; gap: 18px; justify-content: space-between; padding: 10px 0; }
.p4p-order-summary > div:first-of-type { border-top: 0; }
.p4p-order-summary span { color: var(--journey-muted); }
.p4p-order-summary strong { white-space: nowrap; }
.p4p-order-summary .p4p-order-total { border-top: 2px solid #bad7d3; margin-top: 4px; padding-top: 14px; }
.p4p-order-summary .p4p-order-total span, .p4p-order-summary .p4p-order-total strong { color: var(--journey-rose-dark); font-size: 1.18rem; font-weight: 900; }
.p4p-confirmation-mark { align-items: center; background: var(--journey-rose-soft); border-radius: 50%; color: var(--journey-rose-dark); display: flex; font-size: 2rem; height: 76px; justify-content: center; margin: 0 auto 22px; width: 76px; }

@media (max-width: 960px) {
  .journey-hero__grid, .journey-split, .journey-letter { grid-template-columns: 1fr; }
  .journey-hero__visual { margin: 0 auto; max-width: 620px; width: 100%; }
  .journey-hero__note { left: 18px; }
  .journey-cards, .journey-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .journey-letter__photo { max-height: 480px; min-height: 0; }
  .journey-letter__photo img { max-height: 480px; }
}

@media (max-width: 1120px) {
  .journey-header__inner { min-height: 72px; }
  .journey-menu { display: block; }
  .journey-nav { align-items: stretch; background: #fff; border: 1px solid var(--journey-line); border-radius: 18px; box-shadow: var(--journey-shadow); display: none; flex-direction: column; gap: 4px; left: 17px; padding: 13px; position: absolute; right: 17px; top: 67px; }
  .journey-nav.is-open { display: flex; }
  .journey-nav a { border-radius: 11px; padding: 11px 12px; }
  .journey-nav .journey-btn { margin-top: 5px; }
}

@media (max-width: 760px) {
  .journey-shell { padding-inline: 17px; }
  .journey-section { padding: 68px 0; }
  .journey-header__inner { min-height: 72px; }
  .journey-brand img { height: 46px; width: 46px; }
  .journey-menu { display: block; }
  .journey-nav { align-items: stretch; background: #fff; border: 1px solid var(--journey-line); border-radius: 18px; box-shadow: var(--journey-shadow); display: none; flex-direction: column; gap: 4px; left: 17px; padding: 13px; position: absolute; right: 17px; top: 67px; }
  .journey-nav.is-open { display: flex; }
  .journey-nav a { border-radius: 11px; padding: 11px 12px; }
  .journey-nav .journey-btn { margin-top: 5px; }
  .journey-hero { padding: 54px 0; }
  .journey-hero h1 { font-size: clamp(2.8rem,15vw,4.7rem); }
  .journey-hero__grid { gap: 38px; }
  .journey-hero__photo { height: 470px; }
  .journey-hero__note { left: 12px; max-width: 230px; top: 24px; }
  .journey-statusbar__inner { align-items: flex-start; flex-direction: column; gap: 4px; padding-block: 13px; }
  .journey-cards, .journey-steps, .journey-impact, .journey-footer__grid { grid-template-columns: 1fr; }
  .journey-footer__links { justify-content: flex-start; }
  .journey-impact__main { padding: 32px; }
  .journey-letter__copy { padding: 30px 24px; }
  .p4p-book-shell { padding: 16px; }
  .p4p-book-head { align-items: flex-start; }
  .p4p-book-brand img { height: 49px; width: 49px; }
  .p4p-book-hero { grid-template-columns: 1fr; padding: 26px; }
  .p4p-hold-summary { grid-template-columns: 1fr; }
  .p4p-field, .p4p-field.third { grid-column: 1/-1; }
  .p4p-options { grid-template-columns: 1fr; }
  .p4p-pay-box { align-items: stretch; flex-direction: column; }
  .p4p-submit { width: 100%; }
  .p4p-impact-option, .p4p-donation-option { grid-template-columns: auto minmax(0,1fr); }
  .p4p-impact-option > b, .p4p-donation-option .p4p-money-input { grid-column: 2; }
  .p4p-money-input { max-width: 240px; }
}

@media (max-width: 480px) {
  .journey-actions, .journey-btn { width: 100%; }
  .journey-hero__photo { height: 410px; }
  .journey-hero__caption { left: 20px; right: 20px; }
  .journey-card { padding: 22px; }
  .p4p-back { font-size: .78rem; padding: 9px 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; scroll-behavior: auto!important; transition-duration: .01ms!important; }
  [data-journey-reveal] { opacity: 1; transform: none; }
}
