.agency-page { --font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; background: #fff; }
.pa { --pa-ink: #183c3a; --pa-teal: #216d62; --pa-muted: #5d6e6b; --pa-line: #dfe8e3; color: var(--pa-ink); font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.65; }
.pa *, .pa *::before, .pa *::after { box-sizing: border-box; }
.pa h1, .pa h2, .pa h3, .pa p { margin: 0; color: inherit; }
.pa a { text-decoration: none; }
.pa button { font-family: inherit; cursor: pointer; }
.pa [hidden] { display: none !important; }
.pa :focus-visible, .pa-skip:focus-visible { outline: 3px solid #216d62; outline-offset: 5px; }
.pa-wrap { width: min(1240px, calc(100% - 96px)); margin: 0 auto; }
.pa-skip { position: fixed; top: -100px; left: 16px; z-index: 1000; padding: 12px 20px; background: white; color: #183c3a; }
.pa-skip:focus { top: 12px; }
.pa-hero { background: #f5f7ee; padding: 94px 0 82px; overflow: hidden; }
.pa-hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; align-items: center; gap: 52px; }
.pa-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.6; color: var(--pa-teal) !important; }
.pa-dot { display: inline-block; width: 7px; height: 7px; flex-shrink: 0; background: #589c72; border-radius: 50%; margin-right: 8px; }
.pa h1 { font-size: clamp(38px, 3.8vw, 55px); line-height: 1.14; font-weight: 600; letter-spacing: -.048em; margin: 22px 0; }
.pa h1 > span { color: #287767; }
.pa-lead { max-width: 490px; font-size: 16px; line-height: 1.8; color: var(--pa-muted) !important; }
.pa-actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; flex-wrap: wrap; }
.pa-button { display: inline-flex; justify-content: center; align-items: center; gap: 30px; padding: 15px 23px; border: 1px solid var(--pa-teal); border-radius: 7px; font-size: 14px; font-weight: 600; line-height: 1.5; background: var(--pa-teal); color: white !important; transition: background .2s, transform .2s; }
.pa-button:hover { background: #164d45; transform: translateY(-2px); }
.pa-text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--pa-ink); font-size: 13px; font-weight: 600; }
.pa-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.pa-hero-note { margin-top: 23px !important; font-size: 12px; color: var(--pa-muted) !important; }
.pa-preview { min-width: 0; background: white; border: 1px solid #d8e3dd; border-radius: 14px; box-shadow: 0 24px 60px -28px #244b3b55; position: relative; }
.pa-preview-top { padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid var(--pa-line); font-size: 12px; font-weight: 600; }
.pa-preview-top > span:first-child { display: flex; align-items: center; gap: 9px; }
.pa-app-mark { display: inline-grid; place-items: center; background: #e2efe9; width: 25px; height: 25px; border-radius: 7px; font-size: 19px; font-family: Georgia, serif; font-style: italic; }
.pa-example { font-size: 10px; font-weight: 400; color: var(--pa-muted); background: #f5f7f4; border-radius: 4px; padding: 4px 7px; }
.pa-preview-body { padding: 24px 22px 17px; }
.pa-preview-heading { display: flex; justify-content: space-between; align-items: center; }
.pa-micro { font-size: 8px; color: var(--pa-muted) !important; letter-spacing: .12em; font-weight: 600; }
.pa-preview-heading h2 { font-size: 22px; font-weight: 600; letter-spacing: -.04em; margin-top: 4px; }
.pa-avatar { width: 33px; height: 33px; display: inline-grid; place-items: center; border-radius: 50%; background: #f3e8d9; color: #785937; font-size: 10px; font-weight: 600; flex-shrink: 0; }
.pa-metrics { display: grid; grid-template-columns: 1fr 1fr 1.1fr; gap: 8px; margin: 23px 0; }
.pa-metrics > div { border: 1px solid var(--pa-line); border-radius: 7px; padding: 12px 10px; }
.pa-metrics > div:last-child { background: #edf5ee; border-color: #e0eadf; }
.pa-metrics span { display: block; font-size: 9px; color: var(--pa-muted); }
.pa-metrics strong { display: block; font-size: 28px; font-weight: 600; letter-spacing: -.05em; line-height: 1.4; margin: 3px 0; }
.pa-metrics strong.pa-metric-word { font-size: 26px; }
.pa-metrics small { display: block; font-size: 8px; color: var(--pa-muted); }
.pa-tabs { display: flex; gap: 19px; border-bottom: 1px solid var(--pa-line); }
.pa-tabs button { padding: 0 0 10px; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; background: transparent; color: var(--pa-muted); font-size: 10px; line-height: 1.4; }
.pa-tabs button[aria-selected="true"] { border-bottom-color: var(--pa-teal); color: var(--pa-teal); font-weight: 600; }
.pa-panel { min-height: 216px; }
.pa-record-head { display: flex; justify-content: space-between; gap: 10px; font-size: 8px; letter-spacing: .06em; color: var(--pa-muted); padding: 15px 0 9px; }
.pa-record { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #eef1ed; padding: 13px 0; }
.pa-record > div { flex: 1; min-width: 0; }
.pa-record strong { display: block; font-size: 10px; font-weight: 600; }
.pa-record small { display: block; font-size: 9px; color: var(--pa-muted); margin-top: 2px; }
.pa-property { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 6px; flex-shrink: 0; font-size: 13px; }
.pa-property-mint, .pa-status-mint { background: #e9f3eb; color: #31604a; }
.pa-property-sand, .pa-status-sand { background: #f9f0d9; color: #795e22; }
.pa-property-lilac, .pa-status-lilac { background: #efedf8; color: #69578d; }
.pa-status { padding: 4px 7px; font-size: 8px; border-radius: 4px; white-space: nowrap; }
.pa-preview-footer { display: flex; align-items: center; font-size: 9px; color: var(--pa-muted); padding-top: 14px; }
.pa-preview-footer .pa-dot { width: 5px; height: 5px; }
.pa-preview-caption { position: absolute; bottom: -22px; right: 19px; padding: 11px 17px; border-radius: 7px; background: #fff; box-shadow: 0 5px 24px #244b3b14; border: 1px solid var(--pa-line); font-size: 11px; font-weight: 600; }
.pa-preview-caption > span { display: inline-grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #e7f2e7; margin-right: 8px; }
.pa-bar { display: block; height: 5px; background: #edf1ee; max-width: 200px; margin-top: 7px; border-radius: 9px; }
.pa-bar > span { display: block; height: 100%; background: #5b9c81; border-radius: inherit; }
.pa-team-count { font-size: 11px; }
.pa-breakdown { margin: 0; }
.pa-breakdown > div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--pa-line); padding: 12px 0; font-size: 11px; }
.pa-breakdown dd { margin: 0; font-weight: 600; }
.pa-commission-note { font-size: 9px; color: var(--pa-muted) !important; padding-top: 9px; }
.pa-principles { border-bottom: 1px solid var(--pa-line); padding: 27px 0; }
.pa-principles .pa-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.pa-principles p { font-size: 11px; color: var(--pa-muted); }
.pa-principles span { font-size: 12px; font-weight: 600; }
.pa-principles i { margin-right: 9px; color: #659481; }
.pa-section { padding: 90px 0; scroll-margin-top: 90px; }
.pa-showcase { padding-bottom: 0; }
.pa-showcase-stage { background: radial-gradient(ellipse at 50% 45%, #dfece5, #f3f6f0 70%); border-radius: 24px; padding: 27px 0 23px; }
.pa-showcase-label { display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--pa-muted); }
.pa-phone-gallery { display: flex; align-items: flex-start; gap: 12px; padding: 28px 25px 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #b6cfc0 transparent; }
.pa-phone-card { margin: 0; flex: 1 0 0; min-width: 0; text-align: center; scroll-snap-align: center; }
.pa-phone-image { display: block; padding: 10px 0; border-radius: 30px; filter: drop-shadow(0 15px 9px #1b3f3021); transition: transform .25s ease, filter .25s ease; }
.pa-phone-card:nth-child(3) .pa-phone-image { padding: 0; }
.pa-phone-card img { display: block; width: 100%; height: auto; }
.pa-phone-card:not(:nth-child(3)) img { width: 94%; margin: 0 auto; }
.pa-phone-card:hover .pa-phone-image { transform: translateY(-7px) scale(1.07); filter: drop-shadow(0 20px 14px #1b3f3040); }
.pa-phone-card figcaption { margin-top: 13px; }
.pa-phone-card figcaption strong { display: block; font-size: 12px; font-weight: 600; }
.pa-phone-card figcaption span { display: block; margin-top: 5px; font-size: 11px; color: var(--pa-muted); }
.pa-showcase-footnote { text-align: center; font-size: 11px; color: var(--pa-muted) !important; padding: 0 20px; }
.pa-photo-section { background: #fbf8f2; }
.pa-photo-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; }
.pa-photo-copy h2 { margin: 15px 0 20px; }
.pa-photo-copy > p:not(.pa-eyebrow) { font-size: 15px; line-height: 1.9; color: var(--pa-muted); max-width: 430px; }
.pa-photo-copy .pa-text-link { margin-top: 25px; }
.pa-photo-pair { display: grid; grid-template-columns: 1.25fr .85fr; gap: 18px; align-items: start; }
.pa-photo-pair figure { margin: 0; min-width: 0; }
.pa-photo-pair img { width: 100%; display: block; object-fit: cover; border-radius: 13px; }
.pa-photo-team img { height: 315px; object-position: 40% center; }
.pa-photo-property { padding-top: 65px; }
.pa-photo-property img { height: 305px; }
.pa-photo-pair figcaption { font-size: 10px; line-height: 1.65; color: var(--pa-muted); margin-top: 12px; }
.pa-section-heading { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.pa h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.22; font-weight: 600; letter-spacing: -.04em; }
.pa-section-heading h2, .pa-faq-layout h2 { margin-top: 13px; }
.pa-section-heading > p:not(.pa-eyebrow) { color: var(--pa-muted); font-size: 15px; margin: 18px auto 0; max-width: 600px; line-height: 1.8; }
.pa-benefits { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 20px; }
.pa-benefit { border: 1px solid var(--pa-line); border-radius: 12px; padding: 28px; display: flex; flex-direction: column; }
.pa-benefit-featured { grid-row: span 2; background: #fbf4f0; border-color: #f0e4dc; padding: 32px; }
.pa-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.pa-icon { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; font-size: 15px; flex-shrink: 0; }
.pa-pink { background: #f4dce0; color: #9b596c; }
.pa-blue { background: #e1eef7; color: #497390; }
.pa-green { background: #e6f1e5; color: #4a7951; }
.pa-yellow { background: #faf0d3; color: #8b702c; }
.pa-purple { background: #eee6f6; color: #876399; }
.pa-card-number { font-size: 9px; font-weight: 600; letter-spacing: .07em; color: var(--pa-muted); }
.pa-question { color: var(--pa-muted) !important; font-family: Georgia, serif; font-style: italic; font-size: 17px; margin-bottom: 9px !important; }
.pa-benefit h3 { font-size: 20px; line-height: 1.3; font-weight: 600; letter-spacing: -.025em; margin-bottom: 13px; }
.pa-benefit-featured h3 { font-size: 30px; margin: 6px 0 22px; }
.pa-benefit > p:not(.pa-question) { font-size: 13px; line-height: 1.85; color: var(--pa-muted); margin-bottom: 23px; }
.pa-benefit-featured > p:not(.pa-question) { font-size: 15px; }
.pa-benefit ul { list-style: none; padding: 5px 0 32px; margin: 0; }
.pa-benefit li { position: relative; padding: 7px 0 7px 23px; font-size: 13px; }
.pa-benefit li::before { content: '✓'; position: absolute; left: 0; color: var(--pa-teal); }
.pa-card-bottom { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--pa-line); font-size: 11px; font-weight: 600; }
.pa-workflow { background: #eff5f1; }
.pa-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; list-style: none; padding: 0; margin: 50px 0 38px; }
.pa-steps li { position: relative; }
.pa-steps li:not(:last-child)::after { content: ''; height: 1px; position: absolute; top: 22px; left: 59px; right: -19px; background: #c7d9ce; }
.pa-step-number { display: grid; place-items: center; width: 44px; height: 44px; background: #fff; border: 1px solid #cbddd0; border-radius: 50%; font-size: 12px; margin-bottom: 22px; }
.pa-steps h3 { font-size: 17px; font-weight: 600; margin-bottom: 12px; }
.pa-steps p { font-size: 13px; color: var(--pa-muted); line-height: 1.8; }
.pa-workflow-note { text-align: center; border-top: 1px solid #d6e3db; padding-top: 25px; font-size: 12px; color: var(--pa-teal) !important; }
.pa-workflow-note i { margin-right: 9px; }
.pa-roles-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.pa-align-left { text-align: left; margin: 0; }
.pa-align-left .pa-text-link { margin-top: 25px; }
.pa-roles article { display: flex; gap: 22px; padding: 25px 0; border-bottom: 1px solid var(--pa-line); }
.pa-roles article:first-child { padding-top: 0; }
.pa-role-number { color: #6d8f80; font-size: 12px; padding-top: 3px; }
.pa-roles h3 { font-size: 19px; font-weight: 600; margin-bottom: 7px; }
.pa-roles p { color: var(--pa-muted); font-size: 13px; line-height: 1.85; }
.pa-faq-section { background: #fafbf8; border-top: 1px solid var(--pa-line); }
.pa-faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.pa-faq details { border-bottom: 1px solid var(--pa-line); }
.pa-faq details:first-child { border-top: 1px solid var(--pa-line); }
.pa-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; font-size: 14px; font-weight: 600; list-style: none; }
.pa-faq summary::-webkit-details-marker { display: none; }
.pa-faq summary span { font-size: 22px; line-height: 1; font-weight: 400; transition: transform .2s; }
.pa-faq details[open] summary span { transform: rotate(45deg); }
.pa-faq details p { padding: 0 28px 22px 0; font-size: 13px; color: var(--pa-muted); line-height: 1.9; }
.pa-final { text-align: center; background: #193f38; color: #fff; padding: 83px 0; }
.pa-final .pa-eyebrow { color: #b9d5bf !important; }
.pa-final h2 { font-size: clamp(36px, 4vw, 52px); margin: 20px 0; }
.pa-final p:not(.pa-eyebrow) { color: #c0d3c9; font-size: 15px; line-height: 1.9; margin-bottom: 30px; }
.pa-button-light { background: #e8f0cc; border-color: #e8f0cc; color: #193f38 !important; }
.pa-button-light:hover { background: #f5f8e9; }
.pa-final-note { display: block; font-size: 11px; color: #bcd2c6; margin-top: 20px; }
/* Keep the preview's compact typography separate from the section headings. */
.pa .pa-preview-heading h2 { font-size: 22px; }
@media (min-width: 1440px) { .pa-hero { padding: 108px 0 96px; } }
@media (max-width: 1100px) {
  .pa-wrap { width: calc(100% - 64px); }
  .pa-hero-grid { gap: 28px; }
  .pa h1 { font-size: 39px; }
  .pa-preview-body { padding: 22px 16px 16px; }
  .pa-benefit { padding: 23px; }
  .pa-card-top { align-items: flex-start; }
  .pa-principles .pa-wrap { flex-wrap: wrap; justify-content: center; gap: 15px 25px; }
  .pa-principles p { width: 100%; text-align: center; }
  .pa-roles-layout { gap: 50px; }
}
@media (max-width: 900px) {
  .pa-phone-gallery { gap: 20px; padding-inline: 25px; }
  .pa-phone-card { flex: 0 0 200px; }
  .pa-photo-layout { grid-template-columns: 1fr; gap: 35px; }
  .pa-photo-copy > p:not(.pa-eyebrow) { max-width: 580px; }
  .pa-photo-pair { max-width: 650px; }
  .pa-hero-grid { grid-template-columns: 1fr; gap: 42px; max-width: 650px; }
  .pa-hero { padding: 60px 0 75px; }
  .pa h1 { font-size: clamp(38px, 6.7vw, 55px); }
  .pa-lead { max-width: 570px; }
  .pa-benefits { grid-template-columns: 1fr 1fr; }
  .pa-benefit-featured { grid-column: span 2; grid-row: auto; }
  .pa-benefit-featured h3 br { display: none; }
  .pa-benefit ul { padding-bottom: 22px; }
  .pa-steps { gap: 25px; grid-template-columns: 1fr 1fr; }
  .pa-steps li:nth-child(2)::after { display: none; }
  .pa-section { padding: 65px 0; }
  .pa-faq-layout { gap: 35px; }
}
@media (max-width: 600px) {
  .pa-showcase.pa-section { padding-bottom: 0; }
  .pa-showcase-stage { border-radius: 16px; padding-top: 23px; }
  .pa-showcase-label { font-size: 10px; }
  .pa-phone-gallery { padding-inline: max(20px, calc((100% - 220px) / 2)); gap: 20px; }
  .pa-phone-card { flex-basis: 220px; }
  .pa-phone-card figcaption strong { font-size: 13px; }
  .pa-showcase-footnote { font-size: 10px; }
  .pa-photo-pair { gap: 12px; }
  .pa-photo-team img { height: 240px; }
  .pa-photo-property { padding-top: 45px; }
  .pa-photo-property img { height: 235px; }
  .pa-photo-copy .pa-text-link { font-size: 12px; }
  .pa-wrap { width: calc(100% - 40px); }
  .pa-hero { padding-top: 42px; }
  .pa h1 { font-size: clamp(33px, 8.8vw, 48px); }
  .pa-lead { font-size: 14px; }
  .pa-eyebrow { font-size: 10px; }
  .pa-actions { gap: 20px; }
  .pa-button { padding: 13px 19px; }
  .pa-preview-top { padding: 13px; font-size: 11px; }
  .pa-preview-body { padding: 20px 13px 14px; }
  .pa-metrics { gap: 6px; }
  .pa-metrics > div { padding: 9px 6px; }
  .pa-metrics span { font-size: 8px; }
  .pa-metrics small { font-size: 7px; }
  .pa-metrics strong { font-size: 25px; }
  .pa-metrics strong.pa-metric-word { font-size: 24px; }
  .pa-tabs { gap: 17px; }
  .pa-tabs button { font-size: 9px; }
  .pa-record { gap: 7px; }
  .pa-record strong { font-size: 9px; }
  .pa-status { font-size: 7px; padding: 4px 5px; }
  .pa-property { width: 28px; height: 31px; }
  .pa-record-head { font-size: 7px; }
  .pa-preview-footer { font-size: 8px; }
  .pa-preview-caption { right: 10px; font-size: 10px; }
  .pa-principles .pa-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 10px; }
  .pa-principles p { grid-column: span 2; }
  .pa-principles span { font-size: 10px; }
  .pa-principles i { margin-right: 5px; }
  .pa-section { padding: 55px 0; }
  .pa-section-heading { margin-bottom: 30px; }
  .pa-section-heading > p:not(.pa-eyebrow) { font-size: 14px; }
  .pa-benefits { grid-template-columns: 1fr; gap: 15px; }
  .pa-benefit-featured { grid-column: auto; }
  .pa-benefit-featured h3 { font-size: 26px; }
  .pa-benefit-featured > p:not(.pa-question) { font-size: 13px; }
  .pa-card-top { align-items: center; margin-bottom: 20px; }
  .pa-steps { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
  .pa-steps li { padding-left: 62px; }
  .pa-step-number { position: absolute; left: 0; top: 0; }
  .pa-steps li:not(:last-child)::after { display: block; top: 52px; bottom: -20px; left: 22px; width: 1px; height: auto; right: auto; }
  .pa-steps h3 { margin-bottom: 7px; }
  .pa-roles-layout, .pa-faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .pa-align-left { margin: 0; }
  .pa-faq summary { font-size: 13px; }
  .pa-final { padding: 60px 0; }
  .pa-final .pa-eyebrow { max-width: 260px; margin: 0 auto; }
}
@media (prefers-reduced-motion: reduce) { .pa *, .pa *::before, .pa *::after { transition: none !important; scroll-behavior: auto !important; } }
