/* Popi Editorial LP Upgrade
   Actual staff and visit photography carry the story: reassurance -> scope -> proof -> consultation. */

:root {
    --popi-ink: #18332c;
    --popi-muted: #5f706b;
    --popi-orange: #ef7f24;
    --popi-orange-deep: #cf5c12;
    --popi-orange-pale: #fff0df;
    --popi-green: #1f8b69;
    --popi-green-deep: #126249;
    --popi-green-pale: #e7f6ef;
    --popi-cream: #fffaf3;
    --popi-line: rgba(24, 51, 44, 0.12);
    --popi-shadow: 0 24px 70px rgba(49, 75, 66, 0.12);
}

body.popi-body {
    color: var(--popi-ink);
    background: var(--popi-cream);
    line-break: strict;
    font-feature-settings: "palt" 1;
}

html:has(body.popi-body) {
    scroll-padding-top: 126px;
}

.popi-body .site-header,
.popi-body .header-top {
    background: #fff;
}

.popi-body main section[id] {
    scroll-margin-top: 126px;
}

@media (max-width: 1199px) {
    .popi-body .common-nav {
        display: none !important;
    }

    .popi-body .mobile-menu-btn {
        display: block;
        margin-left: auto;
    }
}

.popi-body main {
    overflow: clip;
}

.popi-body a:focus-visible,
.popi-body button:focus-visible {
    outline: 3px solid #ffd44d;
    outline-offset: 4px;
}

.popi-body .pp-title {
    font-family: var(--pp-font-sans);
    color: var(--popi-ink);
    letter-spacing: -0.055em;
    line-height: 1.35;
    text-wrap: balance;
}

.popi-body .pp-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--popi-orange-deep);
    font-family: var(--pp-font-serif);
    font-size: clamp(0.83rem, 2vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.19em;
}

.popi-body .pp-label::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.popi-body .pp-section {
    padding: clamp(76px, 10vw, 132px) 0;
}

.popi-body .pp-container {
    width: min(100%, 1180px);
    padding: 0 20px;
}

.popi-body .pp-section-header {
    margin-bottom: clamp(42px, 6vw, 76px);
}

.popi-body .pp-section-header h2,
.popi-body .pp-section-header h2[style] {
    max-width: 860px;
    margin: 14px auto 0 !important;
    color: var(--popi-ink);
    font-size: clamp(1.9rem, 4.2vw, 3.45rem) !important;
}

/* Hero */
.pp-hero.pp-lp-hero {
    position: relative;
    display: block;
    height: auto;
    min-height: 0;
    padding: 68px 0 58px;
    overflow: hidden;
    color: var(--popi-ink);
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 207, 115, 0.5), transparent 32%),
        radial-gradient(circle at 96% 90%, rgba(95, 188, 145, 0.32), transparent 38%),
        linear-gradient(135deg, #fff9ef 0%, #fff 48%, #edf9f3 100%);
}

.pp-lp-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 42px;
    width: min(100% - 36px, 1220px);
    margin: 0 auto;
}

.pp-lp-hero-copy {
    align-self: center;
    min-width: 0;
}

.pp-lp-hero-copy .pp-hero-subtitle {
    margin: 0 0 12px;
    color: var(--popi-green-deep);
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    opacity: 1;
}

.pp-lp-brand {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin: 0 0 22px;
    color: var(--popi-muted);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.pp-lp-brand strong {
    color: var(--popi-orange-deep);
    font-size: 1.3rem;
}

.pp-lp-hero-title {
    margin: 0;
    color: var(--popi-ink);
    font-family: var(--pp-font-sans);
    font-size: clamp(2.35rem, 11vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.075em;
    line-height: 1.22;
    text-wrap: balance;
}

.pp-lp-hero-accent {
    position: relative;
    z-index: 0;
    color: var(--popi-green-deep);
}

.pp-lp-hero-accent::after {
    position: absolute;
    right: -0.08em;
    bottom: 0.03em;
    left: -0.06em;
    z-index: -1;
    height: 0.28em;
    border-radius: 999px;
    background: #ffbd59;
    content: "";
    transform: rotate(-1.4deg);
}

.pp-lp-hero-copy .pp-hero-desc {
    max-width: 610px;
    margin: 28px 0 26px;
    color: var(--popi-muted);
    font-size: clamp(0.98rem, 2.2vw, 1.08rem);
    font-weight: 500;
    line-height: 2;
}

.pp-lp-hero-actions {
    display: grid;
    gap: 12px;
}

.pp-lp-primary-cta,
.pp-lp-primary-cta.pp-cta-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 62px;
    padding: 16px 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--popi-orange) 0%, #ff9d2f 100%);
    box-shadow: 0 14px 32px rgba(230, 113, 25, 0.25);
    font-size: 1rem;
}

.pp-cta-arrow,
.pp-phone-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 1rem;
}

.pp-lp-phone-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 30px;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 13px 20px;
    border: 1px solid rgba(31, 139, 105, 0.3);
    border-radius: 18px;
    color: var(--popi-green-deep);
    background: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.pp-lp-phone-cta > span:first-child {
    font-size: 0.78rem;
    font-weight: 700;
}

.pp-lp-phone-cta strong {
    font-family: var(--pp-font-serif);
    font-size: clamp(1.06rem, 2vw, 1.28rem);
    letter-spacing: 0.02em;
    text-align: right;
    white-space: nowrap;
}

.pp-lp-phone-cta .pp-phone-arrow {
    color: white;
    background: var(--popi-green-deep);
}

.pp-lp-hero-note {
    margin: 12px 0 0;
    color: #71807b;
    font-size: 0.73rem;
    line-height: 1.7;
}

.pp-lp-hero-visual {
    position: relative;
    margin: 0;
    padding: 12px;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 28px 28px 76px 28px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: var(--popi-shadow);
    transform: rotate(1.2deg);
}

.pp-lp-hero-visual > img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 64px 20px;
    object-fit: cover;
    object-position: center 42%;
}

.pp-lp-hero-visual figcaption {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: grid;
    gap: 4px;
    max-width: calc(100% - 48px);
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 14px;
    color: white;
    background: rgba(19, 74, 59, 0.86);
    backdrop-filter: blur(12px);
}

.pp-lp-hero-visual figcaption span {
    font-size: 0.68rem;
}

.pp-lp-hero-visual figcaption strong {
    font-size: 0.83rem;
}

.pp-lp-outline-word {
    position: absolute;
    top: -30px;
    right: 12px;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(239, 127, 36, 0.34);
    font-family: var(--pp-font-serif);
    font-size: clamp(4.4rem, 18vw, 8rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

.pp-lp-hero-orbit {
    position: absolute;
    border: 1px solid rgba(31, 139, 105, 0.16);
    border-radius: 50%;
    pointer-events: none;
}

.pp-lp-hero-orbit-one {
    top: 8%;
    left: -100px;
    width: 260px;
    height: 260px;
}

.pp-lp-hero-orbit-two {
    right: -140px;
    bottom: -120px;
    width: 380px;
    height: 380px;
    border-color: rgba(239, 127, 36, 0.18);
}

/* Proof rail */
.pp-lp-proof-rail {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: min(100% - 24px, 1120px);
    margin: -22px auto 0;
    overflow: hidden;
    border: 1px solid var(--popi-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 46px rgba(34, 71, 60, 0.1);
}

.pp-lp-proof-rail > div {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 92px;
    padding: 18px;
}

.pp-lp-proof-rail > div:nth-child(odd) {
    border-right: 1px solid var(--popi-line);
}

.pp-lp-proof-rail > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--popi-line);
}

.pp-lp-proof-rail span {
    color: var(--popi-orange);
    font-family: var(--pp-font-serif);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.pp-lp-proof-rail strong {
    color: var(--popi-ink);
    font-size: 0.83rem;
    line-height: 1.5;
}

.pp-lp-proof-rail small {
    color: var(--popi-muted);
    font-size: 0.65rem;
}

/* Philosophy and audience paths */
.pp-lp-philosophy-section {
    background:
        radial-gradient(circle at 82% 22%, rgba(255, 214, 151, 0.22), transparent 24%),
        #fff !important;
}

.pp-lp-philosophy-section .pp-philosophy {
    max-width: 820px;
}

.pp-lp-philosophy-section .pp-philosophy-text {
    color: var(--popi-ink);
    font-size: clamp(1.15rem, 3vw, 1.55rem);
}

.pp-lp-philosophy-section .pp-philosophy-highlight {
    color: var(--popi-orange-deep);
}

.pp-lp-philosophy-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    max-width: 1050px;
    margin: 60px auto 0;
}

.pp-lp-photo-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 24px;
    background: #f2eee8;
    box-shadow: 0 18px 45px rgba(42, 72, 63, 0.12);
}

.pp-lp-photo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
}

.pp-lp-photo-card figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    gap: 2px;
    padding: 11px 12px;
    border-radius: 14px;
    color: white;
    background: rgba(21, 60, 50, 0.82);
    backdrop-filter: blur(8px);
}

.pp-lp-photo-card figcaption strong {
    font-family: var(--pp-font-serif);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
}

.pp-lp-photo-card figcaption span {
    font-size: 0.69rem;
}

.pp-lp-photo-card-rehab {
    margin-top: 42px;
}

.pp-lp-philosophy-statement {
    grid-column: 1 / -1;
    position: relative;
    max-width: 560px;
    margin: 4px auto 0;
    padding: 26px 24px;
    border: 1px solid rgba(239, 127, 36, 0.24);
    border-radius: 18px;
    background: var(--popi-orange-pale);
    text-align: center;
}

.pp-lp-philosophy-statement > span {
    position: absolute;
    top: -34px;
    left: 12px;
    color: rgba(239, 127, 36, 0.3);
    font-family: Georgia, serif;
    font-size: 6rem;
    line-height: 1;
}

.pp-lp-philosophy-statement p {
    position: relative;
    margin: 0;
    color: var(--popi-muted);
    font-size: 0.94rem;
    line-height: 1.9;
}

.pp-lp-philosophy-statement strong {
    color: var(--popi-ink);
}

.pp-lp-philosophy-line {
    display: block;
    white-space: nowrap;
}

.pp-audience-grid {
    display: grid;
    gap: 16px;
    max-width: 900px;
    margin: 58px auto 0;
}

.pp-audience-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: start;
    gap: 16px;
    min-height: 190px;
    padding: 22px;
    border: 1px solid transparent;
    border-radius: 22px;
    color: var(--popi-ink);
    text-align: left;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pp-audience-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(40, 77, 65, 0.11);
}

.pp-audience-card:focus-visible {
    transform: translateY(-3px);
}

.pp-audience-card-family {
    border-color: rgba(239, 127, 36, 0.28);
    background: var(--popi-orange-pale);
}

.pp-audience-card-pro {
    border-color: rgba(31, 139, 105, 0.25);
    background: var(--popi-green-pale);
}

.pp-audience-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border: 1px solid currentColor;
    border-radius: 22px;
    color: var(--popi-orange-deep);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 0 0 7px rgba(239, 127, 36, 0.05);
}

.pp-audience-card-pro .pp-audience-icon {
    color: var(--popi-green-deep);
    box-shadow: inset 0 0 0 7px rgba(31, 139, 105, 0.06);
}

.pp-audience-icon svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pp-audience-content {
    min-width: 0;
}

.pp-audience-content h3 {
    margin: 0 0 10px;
    color: var(--popi-ink);
    font-size: clamp(1rem, 2.4vw, 1.22rem);
    line-height: 1.65;
    letter-spacing: -0.035em;
}

.pp-audience-content p {
    margin: 0 0 18px;
    color: var(--popi-muted);
    font-size: 0.86rem;
    line-height: 1.75;
}

.pp-audience-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 44px;
    padding: 9px 10px 9px 15px;
    border-radius: 999px;
    color: white;
    background: var(--popi-orange-deep);
    font-size: 0.82rem;
    font-weight: 700;
}

.pp-audience-card-pro .pp-audience-link {
    background: var(--popi-green-deep);
}

.pp-audience-link i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-style: normal;
}

/* Service photography */
.pp-lp-services-section {
    background: linear-gradient(180deg, #f3faf6 0%, #fffaf2 100%) !important;
}

.pp-lp-services-section .pp-section-header > p {
    color: var(--popi-muted) !important;
    line-height: 1.9;
}

.pp-lp-services-section .pp-features-grid {
    gap: 24px;
}

.pp-lp-services-section .pp-feature-card {
    overflow: hidden;
    padding: 0 0 30px;
    border: 1px solid var(--popi-line);
    border-top: 0;
    border-radius: 26px;
    box-shadow: 0 18px 52px rgba(35, 76, 63, 0.1);
}

.pp-lp-services-section .pp-feature-card:hover {
    transform: translateY(-5px);
}

.pp-lp-service-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.pp-lp-service-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    transition: transform 0.6s ease;
}

.pp-lp-service-photo-rehab img {
    object-position: center;
}

.pp-feature-card:hover .pp-lp-service-photo img {
    transform: scale(1.025);
}

.pp-lp-service-photo figcaption {
    position: absolute;
    bottom: 12px;
    left: 14px;
    padding: 7px 10px;
    border-radius: 8px;
    color: white;
    background: rgba(22, 72, 56, 0.84);
    font-family: var(--pp-font-serif);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
}

.pp-lp-services-section .pp-feature-card h3 {
    display: flex;
    align-items: center;
    margin: 26px 26px 16px;
    color: var(--popi-ink);
    font-size: 1.25rem;
}

.pp-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 13px;
    color: var(--popi-orange-deep);
    background: var(--popi-orange-pale);
}

.pp-service-icon-rehab {
    color: var(--popi-green-deep);
    background: var(--popi-green-pale);
}

.pp-service-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pp-lp-services-section .pp-feature-card ul {
    margin: 0 26px;
    color: var(--popi-muted);
}

.pp-lp-services-section .pp-feature-card ul li::before {
    color: var(--popi-green);
}

.pp-lp-services-section .pp-tag {
    border: 1px solid rgba(31, 139, 105, 0.18);
    background: white;
    box-shadow: 0 8px 22px rgba(36, 84, 68, 0.06);
}

/* Specialist support */
.pp-lp-osteoporosis-section {
    background:
        radial-gradient(circle at 85% 8%, rgba(255, 190, 94, 0.3), transparent 26%),
        linear-gradient(135deg, #fff7e8 0%, #fffdf9 100%) !important;
}

.pp-lp-osteoporosis-section .pp-info-card {
    border: 1px solid rgba(239, 127, 36, 0.18);
    border-radius: 26px;
    box-shadow: 0 24px 65px rgba(111, 74, 34, 0.1);
}

/* Team proof and reasons */
.pp-lp-reasons-section {
    background: #fff !important;
}

.pp-lp-team-banner {
    display: grid;
    gap: 0;
    margin: 0 0 72px;
    overflow: hidden;
    border: 1px solid var(--popi-line);
    border-radius: 30px;
    color: var(--popi-ink);
    background: var(--popi-green-pale);
    box-shadow: var(--popi-shadow);
    text-decoration: none;
}

.pp-lp-team-banner-copy {
    padding: 32px 26px;
}

.pp-lp-team-banner-copy h3 {
    margin: 14px 0 16px;
    font-size: clamp(1.55rem, 3vw, 2.5rem);
    letter-spacing: -0.05em;
    line-height: 1.45;
}

.pp-lp-team-banner-copy p {
    margin: 0 0 22px;
    color: var(--popi-muted);
    line-height: 1.9;
}

.pp-lp-team-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 10px 14px 10px 17px;
    border: 1px solid rgba(18, 98, 73, 0.2);
    border-radius: 999px;
    color: var(--popi-green-deep);
    background: rgba(255, 255, 255, 0.7);
}

.pp-lp-team-link span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    color: white;
    background: var(--popi-green-deep);
}

.pp-lp-team-banner > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: center 35%;
}

.pp-lp-reasons-section .pp-reason-list {
    gap: 16px;
}

.pp-lp-reasons-section .pp-reason-item {
    padding: 26px;
    border: 1px solid var(--popi-line);
    border-left: 0;
    border-radius: 22px;
    background: #fffaf3;
    box-shadow: 0 12px 34px rgba(44, 78, 67, 0.07);
}

.pp-lp-reasons-section .pp-reason-item.green {
    background: #f0faf5;
}

.pp-lp-reasons-section .pp-reason-item h4 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 10px;
    color: var(--popi-ink);
    font-size: 1.05rem;
    line-height: 1.6;
    white-space: normal;
}

.pp-lp-reasons-section .pp-reason-item h4 .num {
    grid-row: 1 / 3;
    color: var(--popi-orange);
    font-size: 2rem;
    line-height: 1;
}

.pp-lp-reasons-section .pp-reason-item p {
    color: var(--popi-muted);
    font-size: 0.91rem;
    line-height: 1.9;
}

/* Area and information */
.pp-lp-area-section {
    background: linear-gradient(180deg, #f1f9f5 0%, #fff 100%) !important;
}

.pp-lp-area-section .pp-area-grid {
    gap: 36px;
}

.pp-lp-area-section .pp-area-grid img {
    border-radius: 24px !important;
    box-shadow: 0 18px 52px rgba(35, 77, 63, 0.12) !important;
}

.pp-lp-area-section .pp-area-badge {
    border: 1px solid var(--popi-line);
    border-radius: 18px;
}

.pp-lp-area-section .pp-area-badge.primary {
    background: var(--popi-orange-pale);
}

.pp-lp-area-section .pp-area-badge.secondary {
    background: var(--popi-green-pale);
}

.pp-lp-info-section {
    background: #fff !important;
}

.pp-lp-info-section .pp-container {
    max-width: 920px !important;
}

.pp-lp-info-section .pp-table {
    border: 1px solid var(--popi-line);
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(38, 76, 63, 0.07);
}

.pp-lp-info-section .pp-table th {
    color: var(--popi-green-deep);
    background: var(--popi-green-pale);
}

.pp-lp-info-section .pp-table th,
.pp-lp-info-section .pp-table td {
    border-color: var(--popi-line);
}

/* Further reading */
.pp-lp-links-section {
    background: linear-gradient(135deg, #fff4e5 0%, #eef9f4 100%) !important;
}

.pp-lp-links-section .pp-teaser {
    gap: 20px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 22px;
    box-shadow: 0 14px 38px rgba(37, 74, 62, 0.08);
}

.pp-lp-links-section .pp-teaser-icon {
    width: 58px;
    height: 58px;
    color: var(--popi-orange-deep);
    background: var(--popi-orange-pale);
    font-family: var(--pp-font-serif);
    font-size: 1.1rem;
    font-weight: 700;
}

/* Final CTA */
.pp-lp-final-cta {
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 20%, rgba(255, 212, 105, 0.58), transparent 25%),
        radial-gradient(circle at 88% 78%, rgba(60, 160, 123, 0.45), transparent 30%),
        linear-gradient(135deg, #f7a043 0%, #f7c868 42%, #67b894 100%) !important;
}

.pp-lp-final-cta-panel {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(34px, 7vw, 72px) clamp(20px, 6vw, 70px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    color: var(--popi-ink);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 26px 80px rgba(56, 88, 73, 0.18);
    backdrop-filter: blur(16px);
}

.pp-lp-final-cta .pp-label {
    color: var(--popi-orange-deep);
}

.pp-lp-final-cta h2,
.pp-lp-final-cta h2[style] {
    margin: 18px 0 20px !important;
    color: var(--popi-ink) !important;
    font-size: clamp(1.7rem, 5vw, 3rem) !important;
}

.pp-lp-final-cta-panel > p {
    margin: 0 0 32px;
    color: var(--popi-muted);
    font-size: 0.98rem;
    line-height: 1.9;
}

.pp-lp-final-actions {
    display: grid;
    gap: 12px;
    max-width: 580px;
    margin: 0 auto;
}

.pp-lp-final-actions .pp-cta-btn {
    width: 100%;
    border-radius: 18px;
}

.pp-lp-final-phone {
    display: grid;
    gap: 2px;
    color: white;
    background: var(--popi-green-deep);
    box-shadow: 0 14px 30px rgba(18, 98, 73, 0.24);
}

.pp-lp-final-phone strong {
    font-family: var(--pp-font-serif);
    font-size: 1.55rem;
    letter-spacing: 0.05em;
}

.pp-lp-final-phone small {
    font-size: 0.7rem;
    font-weight: 500;
    opacity: 0.8;
}

.pp-lp-final-form {
    background: linear-gradient(135deg, var(--popi-orange) 0%, #ff9c2b 100%);
}

/* Mobile fixed actions */
.pp-mobile-cta {
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--popi-line);
    box-shadow: 0 -8px 28px rgba(33, 70, 58, 0.12);
}

.pp-mobile-cta a {
    min-height: 48px;
    padding: 13px 10px;
    border-radius: 13px;
}

.pp-mobile-cta-contact {
    flex: 1.6 !important;
    background: var(--popi-orange) !important;
}

.pp-mobile-cta-phone {
    background: var(--popi-green-deep) !important;
}

.pp-footer {
    background: var(--popi-ink);
}

@media (max-width: 767px) {
    .pp-lp-hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .pp-lp-hero-copy .pp-hero-desc .pc-only {
        display: none;
    }

    .pp-lp-hero-visual {
        margin-top: 18px;
    }

    .pp-lp-philosophy-section .pp-section-header h2 {
        font-size: clamp(1.68rem, 8vw, 2.1rem) !important;
    }

    .pp-lp-philosophy-section .pp-philosophy-text br:not(.sp-only) {
        display: none;
    }

    .pp-lp-osteoporosis-section .pp-info-card {
        padding: 26px 20px;
    }

    .pp-lp-reasons-section .pp-reason-item h4 .nwp {
        white-space: normal;
    }

    .pp-lp-team-banner-copy h3 .nwp {
        white-space: normal;
    }

    .pp-lp-links-section .pp-container > div[style*="display: grid"] {
        grid-template-columns: 1fr !important;
    }

    .pp-lp-links-section .pp-teaser {
        display: grid;
        grid-template-columns: 58px 1fr;
        text-align: left;
    }

    .pp-lp-info-section .pp-table,
    .pp-lp-info-section .pp-table tbody,
    .pp-lp-info-section .pp-table tr,
    .pp-lp-info-section .pp-table th,
    .pp-lp-info-section .pp-table td {
        display: block;
        width: 100%;
    }

    .pp-lp-info-section .pp-table {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .pp-lp-info-section .pp-table tr {
        margin-bottom: 12px;
        overflow: hidden;
        border: 1px solid var(--popi-line);
        border-radius: 14px;
        box-shadow: 0 8px 22px rgba(38, 76, 63, 0.05);
    }

    .pp-lp-info-section .pp-table th {
        border-bottom: 0;
        white-space: normal;
    }

    .pp-lp-final-cta-panel > p .pc-only {
        display: none;
    }
}

@media (max-width: 359px) {
    .pp-audience-card {
        grid-template-columns: 1fr;
    }

    .pp-audience-icon {
        width: 64px;
        height: 64px;
    }
}

@media (min-width: 768px) {
    .popi-body .pp-container {
        padding: 0 40px;
    }

    .pp-hero.pp-lp-hero {
        min-height: 720px;
        padding: 78px 0 76px;
    }

    .pp-lp-hero-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
        align-items: center;
        gap: clamp(30px, 4vw, 56px);
        width: min(100% - 64px, 1220px);
    }

    .pp-lp-hero-title {
        font-size: clamp(3rem, 4.3vw, 4.15rem);
    }

    .pp-lp-hero-actions {
        grid-template-columns: minmax(0, 1fr);
        max-width: 440px;
    }

    .pp-lp-hero-visual {
        padding: 15px;
        aspect-ratio: 4 / 4.35;
        border-radius: 36px 36px 110px 36px;
    }

    .pp-lp-hero-visual > img {
        border-radius: 27px 27px 94px 27px;
        object-position: center 44%;
    }

    .pp-lp-hero-visual figcaption {
        right: 34px;
        bottom: 34px;
        padding: 16px 19px;
    }

    .pp-lp-hero-visual figcaption strong {
        font-size: 0.95rem;
    }

    .pp-lp-outline-word {
        top: -62px;
        right: -20px;
        font-size: clamp(8rem, 11vw, 11rem);
    }

    .pp-lp-proof-rail {
        grid-template-columns: repeat(4, 1fr);
        margin-top: -30px;
        border-radius: 22px;
    }

    .pp-lp-proof-rail > div {
        min-height: 106px;
        padding: 22px 26px;
        border-right: 1px solid var(--popi-line);
        border-bottom: 0 !important;
    }

    .pp-lp-proof-rail > div:last-child {
        border-right: 0;
    }

    .pp-lp-proof-rail strong {
        font-size: 0.95rem;
    }

    .pp-lp-philosophy-photos {
        grid-template-columns: minmax(0, 1fr) minmax(190px, 0.72fr) minmax(0, 1fr);
        align-items: center;
        gap: 26px;
        margin-top: 76px;
    }

    .pp-lp-philosophy-statement {
        grid-column: auto;
        margin: 0;
        padding: 34px 28px;
    }

    .pp-lp-philosophy-statement p {
        font-size: 1.02rem;
    }

    .pp-lp-photo-card-rehab {
        margin-top: 72px;
    }

    .pp-audience-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
        margin-top: 76px;
    }

    .pp-audience-card {
        grid-template-columns: 86px 1fr;
        min-height: 230px;
        padding: 28px;
    }

    .pp-audience-icon {
        width: 86px;
        height: 86px;
    }

    .pp-audience-icon svg {
        width: 48px;
        height: 48px;
    }

    .pp-lp-services-section .pp-features-grid {
        gap: 30px;
    }

    .pp-lp-services-section .pp-feature-card h3 {
        margin: 30px 32px 18px;
        font-size: 1.35rem;
    }

    .pp-lp-services-section .pp-feature-card ul {
        margin: 0 32px;
    }

    .pp-lp-team-banner-copy {
        align-self: center;
        padding: 52px 44px;
    }

    .pp-lp-team-banner > img {
        min-height: 430px;
    }

    .pp-lp-links-section .pp-teaser {
        min-height: 168px;
    }

    .pp-lp-final-actions {
        grid-template-columns: 1fr 1fr;
        max-width: 760px;
    }
}

@media (min-width: 1200px) {
    .pp-lp-hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
    }

    .pp-lp-hero-title {
        font-size: clamp(3.75rem, 5vw, 4.9rem);
    }

    .pp-lp-hero-actions {
        grid-template-columns: minmax(220px, 1fr) minmax(260px, 0.96fr);
        max-width: 600px;
    }

    .pp-lp-team-banner {
        grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .popi-body *,
    .popi-body *::before,
    .popi-body *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
