:root {
  --ink:#182f40;
  --muted:#576770;
  --navy:#153c51;
  --paper:#faf9f5;
  --line:#dcded7;
  --orange:#ba461e;
  --soft:#eeeee6;
  --white:#fff;
  --radius:6px
}

* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:105px
}
body.pt-homepage {
  overflow-x:visible;
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-size:15px;
  line-height:1.9;
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit
}
button,input,textarea {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible {
  outline:3px solid #16748f;
  outline-offset:4px
}
button:disabled {
  cursor:not-allowed
}
h1,h2,h3,p,figure {
  margin:0
}
h1,h2,h3 {
  line-height:1.5;
  letter-spacing:.025em
}
h2 {
  font-size:clamp(25px,3vw,34px);
  font-weight:750
}
h3 {
  font-size:18px
}
p+p {
  margin-top:14px
}
.ph-wrap {
  width:min(1120px,calc(100% - 64px));
  margin:auto
}
.ph-narrow {
  max-width:830px
}
.ph-muted {
  color:var(--muted)
}
.ph-small {
  font-size:12px;
  color:var(--muted);
  line-height:1.8
}
.ph-eyebrow {
  font-size:12px;
  font-weight:750;
  letter-spacing:.12em;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:19px
}
.ph-eyebrow:before {
  content:"";
  width:24px;
  height:3px;
  background:var(--orange)
}
.ph-label {
  color:var(--orange);
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  margin-bottom:12px
}
.ph-section {
  padding:80px 0
}
.ph-section-head {
  margin-bottom:30px
}
.ph-section-head p {
  margin-top:14px;
  max-width:690px
}
.ph-btn {
  border:1px solid transparent;
  border-radius:var(--radius);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  min-height:54px;
  padding:13px 23px;
  background:var(--orange);
  color:white;
  font-size:15px;
  font-weight:700;
  text-decoration:none;
  line-height:1.6;
  transition:background .15s,transform .15s
}
.ph-btn:hover {
  background:#993919
}
.ph-btn:active {
  transform:translateY(1px)
}
.ph-btn .ph-arrow {
  font-size:20px;
  line-height:1
}
.ph-btn.ph-secondary {
  border-color:var(--line);
  background:transparent;
  color:var(--ink)
}
.ph-btn.ph-secondary:hover {
  background:var(--soft)
}
.ph-skip {
  position:fixed;
  top:-100px;
  left:20px;
  background:white;
  padding:12px;
  z-index:30
}
.ph-skip:focus {
  top:10px
}
.ph-preview-note {
  height:28px;
  background:#eaece7;
  text-align:center;
  font-size:11px;
  letter-spacing:.06em;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px
}
.ph-preview-dot {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--orange)
}
header {
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(250,249,245,.97);
  border-bottom:1px solid var(--line)
}
.ph-header-inner {
  height:79px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:25px
}
.ph-brand {
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:11px
}
.ph-brand-mark {
  width:32px;
  height:32px;
  background:var(--navy);
  border-radius:3px;
  display:grid;
  place-items:center
}
.ph-brand-name {
  font-size:24px;
  font-weight:850;
  letter-spacing:.10em;
  line-height:1.1
}
.ph-brand-sub {
  font-size:10px;
  letter-spacing:.05em;
  margin-top:5px
}
.ph-nav {
  display:flex;
  gap:27px;
  align-items:center
}
.ph-nav a:not(.ph-btn) {
  font-size:13px;
  text-decoration:none
}
.ph-nav a:not(.ph-btn):hover {
  text-decoration:underline;
  text-underline-offset:6px
}
.ph-nav .ph-btn {
  font-size:12px;
  min-height:42px;
  padding:9px 15px;
  gap:10px
}
.ph-hero {
  padding:65px 0 44px
}
.ph-hero-grid {
  display:grid;
  grid-template-columns:1.13fr 1fr;
  gap:54px;
  align-items:center
}
.ph-hero h1 {
  font-size:clamp(31px,3.65vw,45px);
  font-weight:800;
  line-height:1.52;
  letter-spacing:-.02em
}
.ph-hero h1 span {
  color:var(--navy)
}
.ph-hero-intro {
  font-size:15px;
  line-height:1.95;
  max-width:555px;
  margin-top:23px
}
.ph-hero-intro p+p {
  margin-top:12px
}
.ph-hero-action {
  margin-top:28px
}
.ph-hero-action .ph-small {
  margin-top:10px;
  max-width:440px
}
.ph-hero-note {
  font-size:12px;
  color:var(--muted);
  margin-top:22px
}
.ph-hero-visual {
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  background:var(--navy);
  color:white;
  padding:24px 27px
}
.ph-visual-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:11px;
  letter-spacing:.1em;
  color:#d0dfe5
}
.ph-visual-tag {
  border:1px solid #507080;
  padding:2px 8px;
  border-radius:2px
}
.ph-hero-visual svg {
  display:block;
  width:100%;
  height:auto;
  margin:10px auto 2px
}
.ph-visual-caption {
  border-top:1px solid #4b6b7b;
  padding-top:16px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  font-size:12px
}
.ph-visual-caption strong {
  font-size:14px;
  color:#fff
}
.ph-visual-caption span {
  color:#c6d5dc
}
.ph-visual-foot {
  font-size:10px;
  color:#afc4ce;
  margin-top:16px
}
.ph-trust-strip {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:43px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding:22px 0
}
.ph-trust-strip div {
  padding:0 25px;
  border-right:1px solid var(--line)
}
.ph-trust-strip div:first-child {
  padding-left:0
}
.ph-trust-strip div:last-child {
  border:0
}
.ph-trust-strip strong {
  display:block;
  font-size:16px
}
.ph-trust-strip span {
  font-size:12px;
  color:var(--muted)
}
.ph-problems {
  padding-top:36px
}
.ph-problem-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.ph-problem {
  padding:25px 23px 27px;
  border-right:1px solid var(--line)
}
.ph-problem:first-child {
  padding-left:0
}
.ph-problem:last-child {
  border:0;
  padding-right:0
}
.ph-problem .ph-num {
  color:#8b978f;
  font-size:12px;
  font-family:ui-monospace,monospace;
  margin-bottom:16px
}
.ph-problem h3 {
  font-size:17px
}
.ph-problem p {
  font-size:13px;
  margin-top:12px;
  color:var(--muted)
}
.ph-parts-section {
  background:#efefe8
}
.ph-parts-layout {
  display:grid;
  grid-template-columns:.9fr 1.3fr;
  gap:60px;
  align-items:start
}
.ph-parts-layout .ph-intro {
  margin-top:20px;
  color:var(--muted)
}
.ph-parts-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px
}
.ph-part {
  background:var(--paper);
  padding:20px 12px 17px;
  text-align:center;
  border:1px solid #e2e3da;
  border-radius:var(--radius)
}
.ph-part svg {
  width:100%;
  max-width:105px;
  height:78px;
  display:block;
  margin:0 auto 10px;
  fill:#dce4e5;
  stroke:var(--navy);
  stroke-width:1.5;
  stroke-linejoin:round
}
.ph-part figcaption {
  font-size:12px;
  font-weight:650
}
.ph-parts-caption {
  grid-column:1/-1;
  font-size:11px;
  color:var(--muted)
}
.ph-boundary {
  border-top:1px solid #d0d4ca;
  margin-top:33px;
  padding-top:20px;
  display:grid;
  grid-template-columns:170px 1fr;
  gap:20px
}
.ph-boundary h3 {
  font-size:13px
}
.ph-boundary p {
  font-size:12px;
  color:var(--muted)
}
.ph-answers-grid {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:22px;
  margin:30px 0 21px
}
.ph-answer {
  border-top:2px solid var(--navy);
  padding:22px 0
}
.ph-answer span {
  font-family:ui-monospace,monospace;
  font-size:12px;
  color:var(--orange);
  letter-spacing:.08em
}
.ph-answer h3 {
  margin-top:12px
}
.ph-answer p {
  margin-top:12px;
  color:var(--muted);
  font-size:14px
}
.ph-answer-note {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:16px 20px;
  font-size:13px;
  color:var(--muted)
}
.ph-flow-section {
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.ph-flow {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 55px;
  margin-top:15px
}
.ph-step {
  display:grid;
  grid-template-columns:35px 1fr;
  gap:18px;
  padding:30px 0;
  border-bottom:1px solid var(--line)
}
.ph-step-num {
  width:32px;
  height:32px;
  border:1px solid #bbcad1;
  display:grid;
  place-items:center;
  border-radius:50%;
  font-size:13px;
  color:var(--navy)
}
.ph-step p {
  font-size:14px;
  margin-top:11px;
  color:var(--muted)
}
.ph-pricing-grid {
  display:grid;
  grid-template-columns:.85fr 1.2fr;
  gap:65px
}
.ph-pricing-grid h2 {
  margin-bottom:22px
}
.ph-price-box {
  border:1px solid var(--line);
  background:white;
  border-radius:var(--radius);
  overflow:hidden
}
.ph-price-row {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  align-items:center;
  gap:20px;
  padding:25px 28px
}
.ph-price-row+ .ph-price-row {
  border-top:1px solid var(--line)
}
.ph-price-row.ph-free {
  background:#edf1eb
}
.ph-price-row small {
  display:block;
  font-size:12px;
  color:var(--muted)
}
.ph-price-row strong {
  font-size:23px;
  white-space:nowrap
}
.ph-price-row .ph-price-desc {
  font-size:14px;
  font-weight:700
}
.ph-price-note {
  margin-top:14px;
  font-size:12px;
  color:var(--muted)
}
.ph-examples-section {
  padding-top:0
}
.ph-examples-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}
.ph-example {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  background:#fff
}
.ph-example .ph-example-label {
  font-size:10px;
  letter-spacing:.1em;
  display:inline-block;
  padding:2px 9px;
  background:var(--soft);
  margin-bottom:15px
}
.ph-example blockquote {
  margin:17px 0;
  padding-left:16px;
  border-left:2px solid #d6d8ce;
  font-size:14px;
  color:var(--muted)
}
.ph-example p {
  font-size:13px
}
.ph-faq-section {
  border-top:1px solid var(--line)
}
.ph-faq-layout {
  display:grid;
  grid-template-columns:1fr 1.8fr;
  gap:70px
}
.ph-faq-list {
  border-top:1px solid var(--line)
}
details {
  border-bottom:1px solid var(--line)
}
summary {
  cursor:pointer;
  list-style:none;
  position:relative;
  padding:23px 40px 23px 0;
  font-size:15px;
  font-weight:650;
  line-height:1.7
}
summary::-webkit-details-marker {
  display:none
}
summary:after {
  content:"＋";
  position:absolute;
  right:5px;
  top:21px;
  font-size:22px;
  font-weight:400;
  color:var(--navy)
}
details[open] summary:after {
  content:"−"
}
details p {
  font-size:14px;
  color:var(--muted);
  padding:0 30px 23px 0
}
.ph-consult-section {
  background:var(--navy);
  color:white;
  padding:67px 0
}
.ph-consult-layout {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:65px;
  align-items:center
}
.ph-consult-section .ph-label {
  color:#f4b998
}
.ph-consult-section h2 {
  font-size:30px;
  line-height:1.6
}
.ph-consult-section p {
  font-size:14px;
  margin-top:20px;
  color:#d1dfe5
}
.ph-consult-section .ph-btn {
  margin-top:27px;
  background:#fff;
  color:var(--navy)
}
.ph-consult-section .ph-btn:hover {
  background:#eee9df
}
.ph-consult-section .ph-small {
  color:#d1dfe5;
  margin-top:13px
}
.ph-entry-example {
  border:1px solid #547383;
  border-radius:var(--radius);
  background:#21475b;
  padding:25px
}
.ph-entry-example .ph-entry-label {
  font-size:12px;
  color:#bdd1da;
  letter-spacing:.05em
}
.ph-entry-example blockquote {
  font-size:15px;
  line-height:2;
  margin:12px 0 0
}
.ph-entry-example p {
  font-size:12px;
  margin-top:13px
}
footer {
  padding:36px 0;
  color:var(--muted)
}
.ph-footer-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
.ph-footer-name {
  font-size:14px;
  font-weight:700;
  color:var(--ink)
}
.ph-footer-small {
  font-size:11px;
  margin-top:6px
}
.ph-mobile-cta {
  display:none
}
.ph-mock-field {
  margin-top:17px
}
.ph-mock-field label {
  display:block;
  font-size:13px;
  font-weight:650;
  margin-bottom:7px
}
.ph-required {
  font-weight:400;
  color:var(--orange);
  font-size:11px;
  margin-left:8px
}
.ph-mock-field input,.ph-mock-field textarea {
  border:1px solid #b7c2c3;
  border-radius:4px;
  padding:11px 12px;
  width:100%;
  background:#fff;
  color:var(--ink);
  font-size:16px;
  min-height:47px;
  line-height:1.7
}
.ph-mock-field textarea {
  min-height:120px;
  resize:vertical
}
.ph-mock-attachment {
  margin:18px 0;
  padding:15px;
  border:1px dashed #bcc7c8;
  border-radius:4px;
  font-size:12px;
  color:var(--muted)
}
.ph-mock-attachment strong {
  color:var(--ink);
  display:block
}

@media(max-width:900px) {
  .ph-wrap {
  width:calc(100% - 44px)
}
.ph-hero-grid {
  gap:30px
}
.ph-hero h1 {
  font-size:34px
}
.ph-nav {
  gap:17px
}
.ph-nav a:not(.ph-btn) {
  display:none
}
.ph-hero-visual {
  padding:20px
}
.ph-parts-layout,.ph-pricing-grid,.ph-faq-layout {
  gap:35px
}
.ph-parts-layout {
  grid-template-columns:1fr 1.2fr
}
.ph-part {
  padding:14px 8px
}
.ph-problem {
  padding-left:15px;
  padding-right:15px
}
.ph-problem h3 {
  font-size:15px
}
.ph-consult-layout {
  gap:35px
}

}

@media(max-width:680px) {
  html {
  scroll-padding-top:87px
}
.ph-wrap {
  width:calc(100% - 40px)
}
body {
  font-size:14px
}
.ph-preview-note {
  font-size:10px;
  height:26px
}
.ph-header-inner {
  height:65px;
  gap:12px
}
.ph-brand-name {
  font-size:20px
}
.ph-brand-mark {
  width:27px;
  height:27px
}
.ph-brand-mark svg {
  width:19px
}
.ph-brand-sub {
  font-size:9px
}
.ph-nav .ph-btn {
  font-size:11px;
  padding:9px 11px;
  min-height:40px;
  gap:7px
}
.ph-nav .ph-btn .ph-arrow {
  display:none
}
.ph-brand {
  gap:8px
}
.ph-hero {
  padding:33px 0 22px
}
.ph-hero-grid {
  grid-template-columns:1fr;
  gap:30px
}
.ph-eyebrow {
  font-size:10px;
  margin-bottom:16px;
  letter-spacing:.08em;
  gap:8px
}
.ph-eyebrow:before {
  width:18px
}
.ph-hero h1 {
  font-size:clamp(28px,7.55vw,38px);
  line-height:1.55
}
.ph-hero-intro {
  font-size:14px;
  margin-top:20px;
  line-height:1.95
}
.ph-hero-action {
  margin-top:22px
}
.ph-hero-action .ph-btn {
  width:100%;
  padding:14px 10px;
  gap:14px
}
.ph-hero-action .ph-small {
  font-size:11px
}
.ph-hero-note {
  font-size:11px;
  margin-top:17px
}
.ph-hero-visual {
  padding:21px;
  margin-top:0
}
.ph-hero-visual svg {
  max-width:340px
}
.ph-visual-foot {
  margin-top:11px
}
.ph-trust-strip {
  margin-top:26px;
  padding:16px 0
}
.ph-trust-strip div {
  padding:0 12px
}
.ph-trust-strip strong {
  font-size:12px
}
.ph-trust-strip span {
  font-size:10px;
  line-height:1.6;
  display:block;
  margin-top:4px
}
.ph-section {
  padding:49px 0
}
.ph-section-head {
  margin-bottom:23px
}
h2 {
  font-size:25px
}
h3 {
  font-size:17px
}
.ph-label {
  font-size:10px;
  margin-bottom:10px
}
.ph-problems {
  padding-top:27px
}
.ph-problem-grid {
  grid-template-columns:1fr 1fr
}
.ph-problem {
  padding:20px 16px 24px
}
.ph-problem:first-child {
  padding-left:0
}
.ph-problem:nth-child(2) {
  border-right:0;
  padding-right:0
}
.ph-problem:nth-child(3) {
  border-top:1px solid var(--line);
  padding-left:0
}
.ph-problem:nth-child(4) {
  border-top:1px solid var(--line);
  padding-left:16px
}
.ph-problem .ph-num {
  margin-bottom:10px
}
.ph-problem h3 {
  font-size:15px
}
.ph-problem p {
  font-size:12px;
  margin-top:9px
}
.ph-parts-layout {
  grid-template-columns:1fr;
  gap:25px
}
.ph-parts-layout .ph-intro {
  margin-top:16px
}
.ph-parts-grid {
  gap:9px
}
.ph-part {
  padding:17px 8px 13px
}
.ph-part svg {
  height:65px
}
.ph-part figcaption {
  font-size:11px
}
.ph-boundary {
  grid-template-columns:1fr;
  gap:9px;
  margin-top:24px;
  padding-top:18px
}
.ph-boundary p {
  font-size:11px
}
.ph-answers-grid {
  grid-template-columns:1fr;
  gap:0;
  margin-top:25px
}
.ph-answer {
  display:grid;
  grid-template-columns:25px 1fr;
  gap:0 12px;
  padding:19px 0;
  border-top:1px solid var(--line)
}
.ph-answer h3 {
  margin:0;
  font-size:17px
}
.ph-answer span {
  padding-top:3px
}
.ph-answer p {
  grid-column:2;
  font-size:13px;
  margin-top:9px
}
.ph-answer-note {
  font-size:12px;
  padding:15px
}
.ph-flow {
  grid-template-columns:1fr;
  gap:0
}
.ph-step {
  padding:23px 0;
  gap:13px;
  grid-template-columns:30px 1fr
}
.ph-step-num {
  width:29px;
  height:29px
}
.ph-step h3 {
  font-size:16px
}
.ph-step p {
  font-size:13px;
  line-height:1.9
}
.ph-pricing-grid {
  grid-template-columns:1fr;
  gap:25px
}
.ph-pricing-grid h2 {
  margin-bottom:16px
}
.ph-price-row {
  padding:22px 18px;
  gap:12px;
  grid-template-columns:1.05fr 1fr;
  font-size:13px
}
.ph-price-row strong {
  font-size:22px
}
.ph-price-row .ph-price-desc {
  font-size:13px
}
.ph-price-row small {
  font-size:11px
}
.ph-price-note {
  font-size:11px
}
.ph-examples-section {
  padding-top:0
}
.ph-examples-grid {
  grid-template-columns:1fr;
  gap:14px
}
.ph-example {
  padding:23px
}
.ph-example h3 {
  font-size:17px
}
.ph-example blockquote {
  font-size:13px
}
.ph-example p {
  font-size:12px
}
.ph-faq-layout {
  grid-template-columns:1fr;
  gap:23px
}
.ph-faq-list summary {
  font-size:14px;
  padding-top:19px;
  padding-bottom:19px
}
.ph-faq-list summary:after {
  top:16px
}
.ph-faq-list details p {
  font-size:13px;
  padding-right:10px
}
.ph-consult-section {
  padding:43px 0
}
.ph-consult-layout {
  grid-template-columns:1fr;
  gap:30px
}
.ph-consult-section h2 {
  font-size:27px
}
.ph-consult-section .ph-btn {
  width:100%;
  padding:15px 10px;
  gap:15px
}
.ph-consult-section .ph-small {
  font-size:11px
}
.ph-entry-example {
  padding:21px
}
.ph-entry-example blockquote {
  font-size:13px
}
.ph-entry-example p {
  font-size:11px
}
.ph-footer-inner {
  align-items:start;
  flex-direction:column;
  gap:14px
}
footer {
  padding:27px 0 108px
}
.ph-mobile-cta {
  display:block;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  padding:10px 20px max(10px,env(safe-area-inset-bottom));
  background:rgba(250,249,245,.97);
  border-top:1px solid var(--line);
  z-index:9
}
.ph-mobile-cta .ph-btn {
  width:100%;
  min-height:49px;
  font-size:14px;
  padding:12px
}

}

@media(max-width:360px) {
  .ph-hero h1 {
  font-size:24px;
  line-height:1.65
}
.ph-hero .ph-eyebrow {
  font-size:9px
}
.ph-nav .ph-btn {
  padding:9px 12px;
  white-space:nowrap
}
.ph-visual-top {
  font-size:10px;
  letter-spacing:0
}
.ph-visual-tag {
  padding:2px 5px
}

}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto
}
.ph-btn {
  transition:none
}

}

@media print {
  header {
  position:static
}
.ph-preview-note {
  display:block
}
.ph-mobile-cta,.ph-section {
  padding:30px 0
}
.ph-hero-grid {
  grid-template-columns:1fr 1fr
}
body {
  font-size:11px
}
.ph-wrap {
  width:100%
}
.ph-hero h1 {
  font-size:30px
}
footer {
  padding-bottom:10px
}
details p {
  display:block
}
a {
  text-decoration:none
}

}


/* Integration with the existing site shell. */
.ph-brand-logo {
  width:174px;
  height:auto;
  display:block
}
.ph-nav {
  display:flex;
  flex-wrap:nowrap
}
.ph-btn {
  white-space:normal
}
.ph-consult-section a.ph-btn {
  color:var(--navy)
}
.ph-footer-links {
  padding:28px 0;
  border-top:1px solid var(--line)
}
.ph-footer-links .ph-wrap {
  display:flex;
  gap:12px 24px;
  flex-wrap:wrap;
  font-size:13px
}
.ph-section-links {
  display:flex;
  flex-wrap:wrap;
  gap:12px 24px;
  margin-top:22px;
  font-size:13px
}
.pt-footer {
  margin-bottom:0
}
body.pt-homepage .pt-footer {
  padding-bottom:36px
}
.ph-faq-list .pt-faq-item {
  margin:0;
  border:0;
  border-bottom:1px solid var(--line);
  background:transparent;
  border-radius:0;
  box-shadow:none
}
.ph-faq-list .pt-faq-item summary {
  padding:23px 40px 23px 0;
  background:transparent;
  display:block
}
.ph-faq-list .pt-faq-item summary:before {
  display:none
}
.ph-faq-list .pt-faq-item p {
  padding:0 30px 23px 0
}
.ph-mobile-cta .pt-sticky-cta-note {
  font-size:10px;
  margin:0 0 5px;
  color:var(--muted)
}
@media(max-width:680px) {
  .ph-brand-logo {
  width:145px
}
.ph-faq-list .pt-faq-item summary {
  padding:19px 40px 19px 0
}
.ph-faq-list .pt-faq-item p {
  padding-right:10px
}
body.pt-homepage .pt-footer {
  padding-bottom:124px
}
.ph-mobile-cta .ph-btn {
  min-height:48px
}
.ph-footer-links .ph-wrap {
  gap:12px 18px;
  font-size:12px
}

}
@media(max-width:360px) {
  .ph-brand-logo {
  width:132px
}

}


/* Homepage uses immediate, static disclosure content. */
.pt-homepage .pt-hero-notes {
  display:block
}

.pt-homepage .pt-progress {
  display:none
}

