:root {
    --pr-bg: #ffffff;
    --pr-surface: rgba(255, 255, 255, 0.72);
    --pr-text: #0a0a0a;
    --pr-muted: #6b6b6f;
    --pr-line: rgba(0, 0, 0, 0.08);
    --pr-teal: #1fb8a8;
    --pr-maroon: #043962;
    --pr-coral: #f26649;
    --pr-lime: #e8ff6a;
    --pr-magenta: #c2005a;
    --pr-blue-tag: #2d5bff;
    --pr-green-tag: #52a477;
    --pr-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --pr-radius: 24px;
    --pr-radius-sm: 16px;
    --pr-max: 1320px;
    --pr-header-h: 126px;
    --pr-brand-gradient: linear-gradient(90deg, #022843 0%, #02375e 42%, #1a4d85 100%);
    --pr-btn-gradient: linear-gradient(90deg, #022a47 0%, #174a81 100%);
    --pr-pill-radius: 999px;
    --pr-pill-radius-logo: 18px;
    --pr-nav-shadow: 0 4px 20px rgba(2, 40, 72, 0.24), 0 1px 2px rgba(0, 0, 0, 0.08);
    --pr-nav-border: 1px solid rgba(255, 255, 255, 0.1);
    --pr-nav-pad-y: 0.65rem;
    --pr-nav-pad-x: 1.05rem;
}

*, *::before, *::after { box-sizing: border-box; }

html.lenis { scroll-behavior: auto; }
html:not(.lenis) { scroll-behavior: smooth; }

body.lp-page {
    margin: 0;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    background: var(--pr-bg);
    color: var(--pr-text);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.pr-page {
    width: 100%;
    min-height: 100vh;
    background: transparent;
    position: relative;
    z-index: 1;
}

/* Fundo — branco + textura clara por cima */
.pr-bg {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #ffffff;
}

.pr-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff;
    background-image: url("../images/lp/bg-pattern.png");
    background-repeat: repeat;
    background-size: 920px auto;
    background-position: 0 0;
}

.pr-line-mask {
    display: block;
    overflow: hidden;
    line-height: 1.08;
}

.pr-line {
    display: inline-block;
    will-change: transform;
}

/* Header — mesmo acabamento da pílula lateral */
.pr-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 30px clamp(0.75rem, 3vw, 2rem) 0.65rem;
    background: transparent;
    border: none;
    pointer-events: none;
}

.pr-header__bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.25rem, 3vw, 2.5rem);
    width: 100%;
    max-width: 1680px;
    min-height: 52px;
    margin: 0 auto;
    padding: 0 clamp(0.25rem, 1.5vw, 1rem);
    pointer-events: auto;
}

.pr-header__pill,
.pr-header__logo-slot {
    background: var(--pr-brand-gradient);
    color: #fff;
    border: var(--pr-nav-border);
    box-shadow: var(--pr-nav-shadow);
}

.pr-header__pill {
    border-radius: var(--pr-pill-radius);
}

.pr-header__left {
    display: none;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}

.pr-header__social {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.pr-header__pill--side {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: var(--pr-nav-pad-y) var(--pr-nav-pad-x);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    flex-shrink: 0;
}

.pr-header__pill--icon {
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    text-decoration: none;
    color: #fff;
    transition: filter 0.2s, box-shadow 0.2s, transform 0.2s;
}

.pr-header__pill--icon:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    color: #fff;
}

.pr-header__pill--icon svg {
    flex-shrink: 0;
}

.pr-header__pill--link {
    text-decoration: none;
    transition: filter 0.2s, box-shadow 0.2s;
}

.pr-header__pill--link:hover {
    color: #fff;
    filter: brightness(1.06);
}

.pr-header__pill--link svg {
    flex-shrink: 0;
}

.pr-header__status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3dd68c;
    flex-shrink: 0;
}

.pr-header__pill--main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: max-content;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 2;
}

.pr-header__logo-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: clamp(120px, 15vw, 168px);
    padding: 0.55rem 0.7rem 0.6rem;
    border-radius: var(--pr-pill-radius-logo);
    text-decoration: none;
    flex-shrink: 0;
}

.pr-logo__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: clamp(46px, 5.2vw, 58px);
    object-fit: contain;
    object-position: center;
    filter: brightness(0) invert(1);
}

.pr-nav {
    display: none;
    align-items: center;
    gap: 0.12rem;
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.pr-nav--left {
    justify-content: flex-end;
}

.pr-nav--right {
    justify-content: flex-start;
}

.pr-nav a {
    display: inline-block;
    padding: 0.38rem 0.68rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: -0.01em;
    border-radius: 999px;
    transition: background 0.2s;
}

.pr-nav a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.pr-menu-btn {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: var(--pr-btn-gradient);
    border: var(--pr-nav-border);
    border-radius: var(--pr-pill-radius);
    box-shadow: var(--pr-nav-shadow);
    padding: 0.65rem 0.75rem;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}

.pr-menu-btn:hover {
    filter: brightness(1.06);
}

.pr-menu-btn span {
    width: 17px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

.pr-mobile {
    display: none;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem 1.15rem 1.25rem;
    margin: 0 clamp(0.75rem, 3vw, 2rem);
    border-radius: var(--pr-pill-radius);
    border: var(--pr-nav-border);
    background: var(--pr-brand-gradient);
    box-shadow: var(--pr-nav-shadow);
    position: fixed;
    top: calc(var(--pr-header-h) - 0.25rem);
    left: 0;
    right: 0;
    z-index: 199;
}

.pr-mobile.is-open { display: flex; }

.pr-mobile a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

/* Sections — cada bloco seguinte sobrepõe o anterior no scroll */
.pr-main {
    background: transparent;
    padding-top: var(--pr-header-h);
    isolation: isolate;
}

.pr-main > section {
    position: relative;
}

.pr-main > section:nth-child(1) { z-index: 1; }
.pr-main > section:nth-child(2) { z-index: 2; }
.pr-main > section:nth-child(3) { z-index: 3; }
.pr-main > section:nth-child(4) { z-index: 4; }
.pr-main > section:nth-child(5) { z-index: 5; }
.pr-main > section:nth-child(6) { z-index: 6; }
.pr-main > section:nth-child(7) { z-index: 7; }
.pr-main > section:nth-child(8) { z-index: 8; }
.pr-main > section:nth-child(9) { z-index: 9; }
.pr-main > section:nth-child(10) { z-index: 10; }
.pr-main > section:nth-child(11) { z-index: 11; }

.pr-inner {
    width: 100%;
    max-width: var(--pr-max);
    margin: 0 auto;
    padding-left: clamp(1.25rem, 5vw, 3rem);
    padding-right: clamp(1.25rem, 5vw, 3rem);
}

.pr-section {
    padding: clamp(3rem, 8vh, 6rem) 0;
}

.pr-section--viewport {
    min-height: calc(100vh - var(--pr-header-h));
    min-height: calc(100dvh - var(--pr-header-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

.pr-section--tight { padding: clamp(2rem, 5vh, 3rem) 0; }

.pr-section--bleed {
    padding-left: 0;
    padding-right: 0;
}

.pr-section--bleed .pr-inner--bleed {
    max-width: none;
    padding-left: clamp(1.25rem, 5vw, 3rem);
    padding-right: clamp(1.25rem, 5vw, 3rem);
}

.pr-h1 {
    font-size: clamp(2rem, 5.5vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.08;
    margin: 0 0 1rem;
    text-align: center;
}

.pr-h1--left { text-align: left; }

.pr-h1 .accent { color: var(--pr-maroon); }

.pr-lead {
    text-align: center;
    color: var(--pr-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 520px;
    margin: 0 auto 1.75rem;
}

.pr-lead--left {
    text-align: left;
    margin-left: 0;
}

.pr-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

.pr-cta-row--left { justify-content: flex-start; }

.pr-btn,
.pr-outline-btn,
.pr-banner__watch,
.pr-banner__arrows button,
.pr-stack-nav button {
    background: var(--pr-btn-gradient);
    color: #fff;
}

.pr-btn,
.pr-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s var(--pr-ease), box-shadow 0.3s, filter 0.2s;
}

.pr-btn--black,
.pr-btn--soft {
    background: var(--pr-btn-gradient);
    color: #fff;
}

.pr-link {
    font-weight: 600;
    color: var(--pr-text);
    text-decoration: none;
    font-size: 0.9rem;
}

/* Hero fan */
.pr-hero-center {
    text-align: center;
    overflow: visible;
}

.pr-hero-center .pr-inner,
.pr-hero-center__body {
    overflow: visible;
}

.pr-hero-center .pr-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    flex: 1;
    padding: clamp(2rem, 5vh, 3rem) clamp(1.25rem, 4vw, 2rem);
    box-sizing: border-box;
}

.pr-hero-center .pr-h1 {
    margin: 0 0 0.35rem;
    position: relative;
    z-index: 1;
}

.pr-hero-center .pr-h1--gradient .pr-line {
    background: var(--pr-brand-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.pr-hero-center .pr-h1--gradient em {
    font-style: italic;
}

.pr-hero-center__body {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2.5vh, 1.35rem);
    width: 100%;
    margin-top: 0;
    transform: none;
}

.pr-hero-center .pr-lead {
    position: relative;
    z-index: 6;
    margin: 0;
    padding-top: 0.65rem;
}

.pr-hero-center .pr-cta-row {
    position: relative;
    z-index: 6;
    margin: 0;
}

.pr-inner--hero {
    padding-top: clamp(2.5rem, 7vh, 5rem);
    padding-bottom: clamp(10rem, 24vh, 18rem);
}

@media (min-width: 1024px) {
    #inicio.pr-hero-center {
        padding-bottom: 300px;
    }

    #showcase.pr-scrub-split {
        padding-bottom: 100px;
    }

    .pr-inner--hero {
        padding-top: clamp(3.25rem, 8vh, 5.5rem);
        padding-bottom: 0;
    }

    .pr-hero-center .pr-h1 {
        margin-bottom: clamp(3.25rem, 8vh, 5.5rem);
    }

    .pr-hero-sub {
        margin: clamp(3.25rem, 8vh, 5.5rem) auto clamp(2.5rem, 6vh, 4rem);
    }
}

.pr-hero-center .pr-h1 {
    margin: 0 0 clamp(2.5rem, 7vh, 5rem);
}

.pr-hero-sub {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin: clamp(2rem, 5vh, 3.5rem) 0 clamp(1.5rem, 4vh, 2.5rem);
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.pr-hero-sub__line {
    display: block;
    font-size: clamp(1.15rem, 2.2vw, 1.875rem);
    line-height: 1.25;
}

.pr-hero-sub__line--light {
    font-weight: 300;
}

.pr-hero-sub__line--bold {
    font-weight: 700;
    color: #063b64;
}

.pr-fan {
    position: relative;
    z-index: 5;
    width: min(1680px, 100%);
    height: clamp(364px, 53.2vh, 630px);
    margin: 0 auto;
    flex-shrink: 0;
    overflow: visible;
    pointer-events: none;
}

.pr-fan__card {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto;
    width: clamp(210px, 39.2vh, 364px);
    height: auto;
    aspect-ratio: 4 / 5;
    flex: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.22);
    transform-origin: center bottom;
    will-change: transform;
    background: #111;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    cursor: pointer;
    pointer-events: auto;
    transition: box-shadow 0.35s var(--pr-ease);
}

/* Zoom no canto ao passar o mouse */
.pr-fan-preview {
    position: fixed;
    top: 50%;
    z-index: 250;
    width: min(460px, 50.6vw);
    aspect-ratio: 4 / 5;
    border-radius: 22px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
    background: #111;
}

.pr-fan-preview.is-active {
    pointer-events: auto;
}

.pr-fan-preview__frame,
.pr-fan-preview__frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Leque aberto (estado inicial; no scroll aperta via GSAP) */
.pr-fan__card:nth-child(1) { z-index: 2; transform: translateX(calc(-50% - 644px)) rotate(-18deg); }
.pr-fan__card:nth-child(2) { z-index: 3; transform: translateX(calc(-50% - 462px)) rotate(-14deg); }
.pr-fan__card:nth-child(3) { z-index: 4; transform: translateX(calc(-50% - 280px)) rotate(-9deg); }
.pr-fan__card:nth-child(4) { z-index: 8; transform: translateX(calc(-50% - 94px)) rotate(-4deg); }
.pr-fan__card:nth-child(5) { z-index: 10; transform: translateX(calc(-50% + 94px)) rotate(4deg); }
.pr-fan__card:nth-child(6) { z-index: 4; transform: translateX(calc(-50% + 280px)) rotate(9deg); }
.pr-fan__card:nth-child(7) { z-index: 3; transform: translateX(calc(-50% + 462px)) rotate(14deg); }
.pr-fan__card:nth-child(8) { z-index: 2; transform: translateX(calc(-50% + 644px)) rotate(18deg); }

.pr-fan__card-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
    transform-origin: center bottom;
    will-change: transform;
}

.pr-fan__card-inner img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.pr-tag {
    position: absolute;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    z-index: 20;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pr-tag--blue { background: var(--pr-blue-tag); top: 18%; left: 8%; }
.pr-tag--green { background: var(--pr-green-tag); top: 22%; right: 8%; }

/* Split hero */
.pr-split {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
}

.pr-stack {
    position: relative;
    height: clamp(360px, 42vh, 420px);
    min-width: 0;
    overflow: visible;
}

.pr-stack__card {
    position: absolute;
    width: clamp(155px, 28vw, 220px);
    border-radius: var(--pr-radius-sm);
    overflow: visible;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    will-change: transform;
    background: transparent;
    opacity: 1;
    cursor: pointer;
    transition: box-shadow 0.35s var(--pr-ease), z-index 0s;
}

.pr-stack__card-inner {
    border-radius: inherit;
    overflow: hidden;
    background: #0a0a0a;
    transition: transform 0.35s var(--pr-ease);
    transform-origin: center center;
}

.pr-stack__video {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    pointer-events: none;
}

.pr-stack__card:nth-child(1) { left: 0; top: 40px; transform: rotate(-6deg); z-index: 1; }
.pr-stack__card:nth-child(2) { left: 20%; top: 10px; transform: rotate(-2deg); z-index: 2; }
.pr-stack__card:nth-child(3) { left: 40%; top: 0; transform: rotate(0deg); z-index: 5; }
.pr-stack__card:nth-child(4) { left: 60%; top: 20px; transform: rotate(3deg); z-index: 4; }
.pr-stack__card:nth-child(5) { left: 80%; top: 50px; transform: rotate(8deg); z-index: 3; }

.pr-stack-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.pr-stack-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-size: 0.75rem;
    transition: transform 0.3s var(--pr-ease), box-shadow 0.3s, filter 0.2s;
}

/* Coral banner */
.pr-banner {
    border-radius: var(--pr-radius);
    overflow: hidden;
    position: relative;
    background: var(--pr-coral);
    width: 100%;
    height: clamp(220px, 36vh, 380px);
    max-height: 380px;
}

.pr-banner__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.pr-banner__media img[data-pr-slide] {
    position: absolute;
    inset: 0;
}

.pr-banner--compact {
    height: clamp(200px, 32vh, 340px);
    max-height: 340px;
}

.pr-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    will-change: transform;
}

.pr-banner__watch {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform 0.3s var(--pr-ease), box-shadow 0.3s, filter 0.2s;
}

.pr-banner__arrows {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    gap: 0.5rem;
}

.pr-banner__arrows button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: transform 0.3s var(--pr-ease), box-shadow 0.3s, filter 0.2s;
}

/* Trusted */
.pr-trusted-section {
    background: #fff;
}

.pr-trusted h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 1.25rem;
    color: var(--pr-text);
}

.pr-logos {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.pr-logos__carousel {
    display: none;
}

.pr-logos__track {
    display: flex;
    align-items: center;
    gap: clamp(2rem, 4vw, 3rem);
    width: max-content;
    animation: prLogoScroll 50s linear infinite;
}

@keyframes prLogoScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.pr-logos__item {
    flex: 0 0 auto;
    display: block;
    height: clamp(96px, 12.75vw, 132px);
    width: auto;
    max-width: clamp(240px, 30vw, 390px);
    object-fit: contain;
    object-position: center;
}

@media (prefers-reduced-motion: reduce) {
    .pr-logos__track { animation: none; flex-wrap: wrap; justify-content: center; width: 100%; }
}

/* Pinned horizontal scroll */
.pr-hscroll {
    height: 220vh;
    position: relative;
}

.pr-hscroll--services {
    height: auto;
    min-height: 0;
    padding-bottom: clamp(2rem, 5vh, 3rem);
}

.pr-hscroll__pin {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 2vh, 1.25rem);
    padding-top: clamp(1.25rem, 3vh, 2rem);
    padding-bottom: clamp(1rem, 2.5vh, 1.5rem);
    background: var(--pr-bg);
}

.pr-hscroll--services .pr-hscroll__pin {
    height: calc(100vh - var(--pr-header-h));
    height: calc(100dvh - var(--pr-header-h));
    min-height: calc(100vh - var(--pr-header-h));
    min-height: calc(100dvh - var(--pr-header-h));
    justify-content: flex-start;
    gap: clamp(1rem, 2.5vh, 1.5rem);
    padding-top: clamp(2rem, 4.5vh, 3rem);
    padding-bottom: 0;
    padding-inline: 0;
    box-sizing: border-box;
    overflow: visible;
    background: var(--pr-bg);
}

.pr-hscroll__intro {
    padding: 0 clamp(1.25rem, 5vw, 3rem);
    max-width: 720px;
}

.pr-hscroll__eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pr-teal);
    margin-bottom: 0.65rem;
}

.pr-hscroll__title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.45rem, 3.2vw, 2rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.pr-hscroll__lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: var(--pr-muted);
}

.pr-hscroll__viewport {
    overflow: hidden;
    width: 100%;
}

.pr-hscroll--services .pr-hscroll__viewport {
    overflow-x: hidden;
    overflow-y: visible;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    width: 100%;
    padding-block: clamp(0.5rem, 1.5vh, 1rem);
}

.pr-hscroll__floor {
    flex: 1 1 auto;
    min-height: clamp(6rem, 18vh, 12rem);
    width: 100%;
    pointer-events: none;
}

.pr-hscroll__sticky {
    position: sticky;
    top: var(--pr-header-h);
    height: calc(100vh - var(--pr-header-h));
    height: calc(100dvh - var(--pr-header-h));
    overflow: hidden;
    display: flex;
    align-items: center;
}

.pr-hscroll__track {
    display: flex;
    gap: 1.25rem;
    padding: 0 clamp(1.25rem, 5vw, 3rem);
    will-change: transform;
}

.pr-hscroll--services .pr-hscroll__track {
    gap: clamp(1rem, 2vw, 1.35rem);
    padding-block: clamp(0.75rem, 2vh, 1.25rem);
    align-items: center;
    perspective: 1400px;
}

.pr-hscroll__card {
    flex: 0 0 auto;
    width: clamp(300px, 38vw, 420px);
    border-radius: var(--pr-radius);
    border: 1px solid var(--pr-line);
    overflow: hidden;
    background: #fff;
}

.pr-hscroll__card.pr-feature--dark {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Service scroll cards */
.pr-svc-card {
    flex: 0 0 auto;
    position: relative;
    border-radius: var(--pr-radius);
    border: 1px solid var(--pr-line);
    background: #fff;
    overflow: hidden;
    transition: transform 0.45s var(--pr-ease), box-shadow 0.45s var(--pr-ease), border-color 0.35s ease;
    transform-style: preserve-3d;
    will-change: transform;
}

.pr-svc-card--item {
    width: clamp(272px, 32vw, 340px);
    min-height: 300px;
    padding: 1.5rem 1.5rem 1.35rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 12px 40px rgba(2, 40, 72, 0.06);
}

.pr-svc-card--pillar {
    width: clamp(300px, 36vw, 380px);
    min-height: 340px;
    padding: 2rem 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    border: none;
    box-shadow: 0 24px 60px rgba(2, 40, 72, 0.18);
}

.pr-svc-card__glow {
    position: absolute;
    inset: -40% -20% auto auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.28) 0%, transparent 70%);
    pointer-events: none;
}

.pr-svc-card--marketing.pr-svc-card--pillar {
    background: linear-gradient(145deg, #043962 0%, #1a4d85 55%, #2d6eb8 100%);
}

.pr-svc-card--hub.pr-svc-card--pillar {
    background: var(--pr-brand-gradient);
}

.pr-svc-card--brand.pr-svc-card--pillar {
    background: linear-gradient(145deg, #0d6b62 0%, #1fb8a8 50%, #5ee0d0 100%);
}

.pr-svc-card--frames.pr-svc-card--pillar {
    background: linear-gradient(145deg, #8b1040 0%, #c2005a 45%, #f26649 100%);
}

.pr-svc-card__pillar-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: #fff;
}

.pr-svc-card__pillar-icon .pr-svc-card__icon-svg svg {
    width: 28px;
    height: 28px;
}

.pr-svc-card__pillar-title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.pr-svc-card__pillar-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
    max-width: 28ch;
}

.pr-svc-card__badge {
    display: inline-block;
    margin-top: 1.25rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    width: fit-content;
}

.pr-svc-card__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.15rem;
    transition: transform 0.4s var(--pr-ease), background 0.35s ease;
}

.pr-svc-card__icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-svc-card__icon-svg svg {
    width: 26px;
    height: 26px;
}

.pr-svc-card--marketing .pr-svc-card__icon-wrap {
    background: rgba(4, 57, 98, 0.08);
    color: #043962;
}

.pr-svc-card--hub .pr-svc-card__icon-wrap {
    background: rgba(26, 77, 133, 0.1);
    color: #1a4d85;
}

.pr-svc-card--brand .pr-svc-card__icon-wrap {
    background: rgba(31, 184, 168, 0.12);
    color: #0d6b62;
}

.pr-svc-card--frames .pr-svc-card__icon-wrap {
    background: rgba(242, 102, 73, 0.12);
    color: #c2005a;
}

.pr-svc-card__title {
    margin: 0 0 0.55rem;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.pr-svc-card__text {
    margin: 0;
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--pr-muted);
}

.pr-svc-card__chip {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.04);
    color: var(--pr-muted);
}

.pr-svc-card--marketing .pr-svc-card__chip { background: rgba(4, 57, 98, 0.08); color: #043962; }
.pr-svc-card--hub .pr-svc-card__chip { background: rgba(26, 77, 133, 0.1); color: #1a4d85; }
.pr-svc-card--brand .pr-svc-card__chip { background: rgba(31, 184, 168, 0.12); color: #0d6b62; }
.pr-svc-card--frames .pr-svc-card__chip { background: rgba(194, 0, 90, 0.08); color: #c2005a; }

/* Big headline + float */
.pr-bigline-wrap {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(3rem, 8vh, 5rem) 0;
}

.pr-bigline {
    text-align: center;
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 600;
    line-height: 1.35;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0 clamp(1rem, 4vw, 2rem);
}

.pr-bigline__word {
    display: inline;
    color: #c8c8cc;
    margin-right: 0.28em;
    will-change: transform, opacity, filter;
}

.pr-bigline__accent { color: var(--pr-teal); font-weight: 700; }

.pr-float-card {
    display: inline-block;
    vertical-align: middle;
    width: clamp(80px, 14vw, 120px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    margin: 0 0.35rem;
    transform: translateY(-8px) rotate(-4deg);
    transition: transform 0.15s ease-out;
}

.pr-float-card img { width: 100%; display: block; }

/* Vision */
.pr-vision {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}

.pr-icons-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.pr-icons-cloud span {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.pr-window {
    border-radius: var(--pr-radius);
    border: 1px solid var(--pr-line);
    overflow: hidden;
    background: #fafafa;
}

.pr-window__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-bottom: 1px solid var(--pr-line);
}

.pr-window__tab {
    background: #1a1a1a;
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: 10px 10px 0 0;
    margin: 0 1rem;
    font-size: 0.85rem;
}

.pr-window__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
    padding: 1rem;
}

.pr-window__grid img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 12px;
}

/* Two cards story */
.pr-duo {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.pr-card-block {
    border-radius: var(--pr-radius);
    border: 1px solid var(--pr-line);
    overflow: hidden;
    background: #fff;
}

.pr-card-block__top {
    padding: 1.5rem;
    min-height: 200px;
    position: relative;
}

.pr-card-block__mini-stack {
    display: flex;
    gap: -10px;
}

.pr-card-block__mini-stack img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    margin-left: -12px;
    border: 2px solid #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.pr-card-block__mini-stack img:first-child { margin-left: 0; }

.pr-card-block__blue {
    position: relative;
    background: #1a23ff;
    color: #fff;
    padding: 2rem;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.pr-card-block__blue img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.pr-card-block__body { padding: 1.5rem; position: relative; z-index: 1; }

.pr-card-block h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.pr-card-block p {
    margin: 0 0 1rem;
    color: var(--pr-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.pr-outline-btn {
    padding: 0.5rem 1.25rem;
    font-size: 0.8rem;
}

/* Stagger reveal */
[data-pr-stagger] > * {
    opacity: 0;
    transform: translateY(48px) scale(0.96);
    transition: opacity 0.65s var(--pr-ease), transform 0.65s var(--pr-ease);
}

[data-pr-stagger].is-in > * {
    opacity: 1;
    transform: none;
}

[data-pr-stagger].is-in > *:nth-child(2) { transition-delay: 0.1s; }
[data-pr-stagger].is-in > *:nth-child(3) { transition-delay: 0.18s; }

/* Feature row */
.pr-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    width: 100%;
}

.pr-feature {
    border-radius: var(--pr-radius-sm);
    overflow: hidden;
    border: 1px solid var(--pr-line);
}

.pr-feature img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.pr-feature__body { padding: 1.25rem; background: #fafafa; }

.pr-feature--dark {
    background: #1a1a1a;
    color: #fff;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
}

.pr-feature--dark h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}

.pr-dock-section .pr-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pr-dock {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    padding: 0.65rem 1rem;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    border: 1px solid var(--pr-line);
}

.pr-dock__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    transition: transform 0.3s var(--pr-ease);
}

.pr-dock__icon--hero {
    width: 56px;
    height: 56px;
    background: var(--pr-coral);
    color: #fff;
    font-size: 1rem;
}

/* Lime band */
.pr-lime {
    background: var(--pr-lime);
    border-radius: var(--pr-radius);
    padding: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
}

.pr-lime h2 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.03em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    animation: prLimeShift 12s ease-in-out infinite alternate;
}

@keyframes prLimeShift {
    0% { transform: translateX(0); }
    100% { transform: translateX(8px); }
}

.pr-lime__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.pr-lime__icons span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Arc gallery — equipe */
.pr-arc-wrap {
    text-align: center;
    min-height: auto;
    padding-top: clamp(2rem, 5vh, 3rem);
    padding-bottom: clamp(3rem, 8vh, 5rem);
    overflow: visible;
}

.pr-arc-wrap .pr-inner {
    overflow: visible;
}

.pr-arc-title {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0 0 0.5rem;
}

.pr-arc {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: center;
    align-items: end;
    gap: clamp(1.5rem, 3.5vw, 2.25rem) clamp(1rem, 2.5vw, 1.5rem);
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(3.5rem, 6vh, 4.5rem) 0 clamp(1.5rem, 3vh, 2.5rem);
    overflow: visible;
}

@media (max-width: 640px) {
    .pr-arc {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 420px;
    }
}

.pr-arc__person {
    position: relative;
    width: 100%;
    max-width: 192px;
    padding-top: 0.25rem;
    cursor: default;
    z-index: 1;
}

.pr-arc__photo {
    display: block;
    width: 100%;
    max-width: clamp(140px, 18vw, 200px);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 22%;
    object-fit: cover;
    object-position: top center;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    filter: grayscale(100%);
    transition:
        filter 0.45s var(--pr-ease),
        box-shadow 0.35s var(--pr-ease),
        transform 0.35s var(--pr-ease);
}

.pr-arc__tip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 14px);
    z-index: 20;
    min-width: 10.5rem;
    max-width: 14rem;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    background: var(--pr-brand-gradient);
    color: #fff;
    text-align: center;
    box-shadow: 0 14px 36px rgba(2, 40, 72, 0.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(10px) scale(0.94);
    transition:
        opacity 0.28s var(--pr-ease),
        transform 0.32s var(--pr-ease),
        visibility 0.28s;
}

.pr-arc__tip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background: #02375e;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 2px;
}

.pr-arc__tip-name {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.2rem;
}

.pr-arc__tip-role {
    display: block;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.35;
    opacity: 0.92;
}

@media (prefers-reduced-motion: reduce) {
    .pr-arc__tip,
    .pr-arc__photo {
        transition: none;
    }

    .pr-arc__photo {
        filter: grayscale(0%);
    }
}

/* Nichos — marquee */
.pr-niches {
    padding: clamp(3.5rem, 9vh, 6rem) 0;
    overflow: hidden;
    background: var(--pr-bg);
}

.pr-niches__head {
    text-align: center;
    max-width: 720px;
    margin-bottom: clamp(2rem, 5vh, 3rem);
}

.pr-niches__badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pr-teal);
    background: rgba(31, 184, 168, 0.12);
    border: 1px solid rgba(31, 184, 168, 0.25);
}

.pr-niches__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 4.2vw, 2.75rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--pr-text);
}

.pr-niches__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--pr-muted);
}

.pr-niches__marquees {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 2vh, 1rem);
}

.pr-niches__row {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.pr-niches__track {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    width: max-content;
    animation: prNicheScrollLeft 110s linear infinite;
}

.pr-niches__row--reverse .pr-niches__track {
    animation-name: prNicheScrollRight;
    animation-duration: 125s;
}

.pr-niches__row:nth-child(3) .pr-niches__track {
    animation-duration: 95s;
}

@keyframes prNicheScrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes prNicheScrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.pr-niches__pill {
    flex: 0 0 auto;
    padding: 0.55rem 1.05rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    color: var(--pr-text);
    background: #f4f6f9;
    border: 1px solid var(--pr-line);
    box-shadow: 0 4px 14px rgba(2, 40, 72, 0.05);
}

.pr-niches__pill--alt {
    background: linear-gradient(135deg, rgba(4, 57, 98, 0.07) 0%, rgba(31, 184, 168, 0.1) 100%);
    border-color: rgba(4, 57, 98, 0.1);
}

@media (prefers-reduced-motion: reduce) {
    .pr-niches__track {
        animation: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: var(--pr-max);
        margin: 0 auto;
        padding: 0 clamp(1rem, 4vw, 2rem);
    }

    .pr-niches__row {
        mask-image: none;
    }
}

/* Instagram feed — LP */
.pr-ig-feed {
    padding: clamp(3.5rem, 9vh, 6rem) 0;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #f6f8fb 100%);
}

.pr-ig-feed__head {
    text-align: center;
    max-width: 640px;
    margin-bottom: clamp(2rem, 5vh, 3rem);
}

.pr-ig-feed__badge {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #c13584;
    background: rgba(193, 53, 132, 0.1);
    border: 1px solid rgba(193, 53, 132, 0.2);
}

.pr-ig-feed__title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.65rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.pr-ig-feed__lead {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--pr-muted);
}

.pr-ig-feed__updated {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    color: var(--pr-teal);
    font-weight: 600;
}

.pr-ig-feed__follow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--pr-text);
    text-decoration: none;
    border-bottom: 2px solid var(--pr-teal);
    padding-bottom: 0.1rem;
    transition: color 0.2s, border-color 0.2s;
}

.pr-ig-feed__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.65rem, 1.5vw, 1rem);
    max-width: var(--pr-max);
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 5vw, 3rem);
}

.pr-ig-feed__item {
    position: relative;
    display: block;
    aspect-ratio: 1;
    border-radius: 14px;
    overflow: hidden;
    background: #e8ecf1;
    box-shadow: 0 10px 28px rgba(2, 40, 72, 0.08);
    transition: transform 0.35s var(--pr-ease), box-shadow 0.35s var(--pr-ease);
}

.pr-ig-feed__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s var(--pr-ease);
}

.pr-ig-feed__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0.65rem;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.72) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pr-ig-feed__item:focus-visible .pr-ig-feed__overlay {
    opacity: 1;
}

.pr-ig-feed__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.pr-ig-feed__caption {
    font-size: 0.72rem;
    line-height: 1.35;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pr-ig-feed__empty {
    text-align: center;
    max-width: 520px;
    color: var(--pr-muted);
}

.pr-ig-feed__empty p {
    margin: 0 0 1.25rem;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .pr-ig-feed__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .pr-ig-feed__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.pr-dock-wrap {
    position: sticky;
    top: calc(var(--pr-header-h) + 1rem);
    z-index: 50;
    margin-bottom: -3rem;
}

/* Dual cards */
.pr-dual {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.pr-dual__card {
    border-radius: var(--pr-radius);
    overflow: hidden;
    min-height: 380px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
}

.pr-dual__card--pink { background: var(--pr-magenta); color: #fff; }
.pr-dual__card--white { background: #fff; border: 1px solid var(--pr-line); color: var(--pr-text); }

.pr-dual__card img.bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 70%;
    object-fit: cover;
    object-position: top center;
}

.pr-dual__card .content { position: relative; z-index: 2; }

.pr-dual__card h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.pr-dual__card p {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.9;
}

.pr-dual__card .pr-btn { width: fit-content; }

.pr-footer {
    padding: 2rem 1.25rem;
    text-align: center;
    font-size: 0.8rem;
    color: var(--pr-muted);
    border-top: 1px solid var(--pr-line);
}

.pr-footer p {
    margin: 0 0 0.5rem;
}

.pr-footer__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.5rem;
}

.pr-footer__links a {
    color: var(--pr-text);
    font-weight: 600;
    text-decoration: none;
}


/* --- Tags: convergem ao centro no scroll --- */
.pr-tags-field {
    position: relative;
    height: 160vh;
    background: #fff;
}

.pr-tags-field__sticky {
    position: sticky;
    top: var(--pr-header-h);
    height: calc(100vh - var(--pr-header-h));
    height: calc(100dvh - var(--pr-header-h));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pr-tags-field__layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.pr-tag-float {
    position: absolute;
    padding: 0.35rem 0.65rem;
    font-size: clamp(0.6rem, 1.2vw, 0.72rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--tag-bg, #eee);
    color: #1a1a1a;
    border-radius: 3px;
    will-change: transform, filter;
    white-space: nowrap;
}

.pr-tags-field__center {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 640px;
    padding: 0 1rem;
}

.pr-tags-field__badge {
    display: inline-block;
    background: #0a0a0a;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 0.35rem 0.75rem;
    margin-bottom: 1.25rem;
}

.pr-tags-field__title {
    font-size: clamp(1.5rem, 4.2vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0;
}

/* --- Stickers CTA --- */
.pr-stickers {
    min-height: min(70vh, 520px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: clamp(3rem, 8vh, 5rem) clamp(1rem, 4vw, 2rem);
    overflow: visible;
}

.pr-stickers__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 0.35rem 0.5rem;
    max-width: 900px;
}

.pr-sticker {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    background: var(--bg);
    color: #0a0a0a;
    font-size: clamp(1.75rem, 5vw, 3.25rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1;
    transform: rotate(var(--rot, 0deg));
    will-change: transform;
}

.pr-sticker--stack { margin-bottom: 0.15rem; }
.pr-sticker--sub {
    font-size: clamp(1.5rem, 4vw, 2.75rem);
    margin-left: -0.25rem;
}

.pr-scrub-split {
    min-height: 110vh;
    background: #fff;
}

.pr-scrub-split__sticky {
    position: sticky;
    top: var(--pr-header-h);
    z-index: 1;
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2rem;
    padding-block: clamp(2rem, 5vh, 3rem);
    background: #fff;
}

.pr-main > .pr-section {
    background: #fff;
}

.pr-main > .pr-hero-center {
    background: transparent;
}

@media (min-width: 768px) {
    .pr-split { grid-template-columns: 1fr 1fr; }
    .pr-scrub-split__sticky { grid-template-columns: 1fr 1fr; }
    .pr-vision { grid-template-columns: 1fr 1.1fr; }
    .pr-duo { grid-template-columns: 1fr 1fr; }
    .pr-features { grid-template-columns: 1.2fr 0.75fr 1fr; }
    .pr-dual { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
    .pr-header__left { display: flex; }
}

@media (max-width: 1023px) {
    .pr-header__bar {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        gap: 0.5rem;
    }

    .pr-header__pill--link {
        grid-column: 1;
        justify-self: start;
    }

    .pr-header__pill--main {
        grid-column: 2;
        justify-self: center;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .pr-menu-btn {
        grid-column: 3;
        justify-self: end;
        display: flex;
    }
}

@media (max-width: 767px) {
    .pr-header__logo-slot {
        padding: 0.5rem 0.65rem 0.55rem;
    }

    .pr-logo__img {
        max-height: clamp(44px, 12vw, 56px);
    }
}

@media (max-width: 640px) {
    .pr-tag-float { font-size: 0.58rem; padding: 0.25rem 0.45rem; }
    .pr-tags-field { height: 130vh; }
}

@media (prefers-reduced-motion: reduce) {
    .pr-hscroll { height: auto; }
    .pr-hscroll__sticky { position: relative; height: auto; }
    .pr-bigline-wrap, .pr-scrub-split { min-height: auto; }
    [data-pr-stagger] > * { opacity: 1; transform: none; }
    .pr-lime h2 { animation: none; }
    .pr-tags-field { height: auto; }
    .pr-tags-field__sticky { position: relative; height: auto; min-height: 70vh; }
    .pr-stickers { min-height: auto; }
}

/* ==========================================================================
   Mobile / touch — desktop (min-width: 1024px) permanece inalterado acima
   ========================================================================== */

body.lp-page.pr-menu-open {
    overflow: hidden;
    touch-action: none;
}

@media (max-width: 1023px) {
    :root {
        --pr-header-h: 96px;
    }

    .pr-header {
        padding-top: 14px;
    }

    .pr-main {
        -webkit-overflow-scrolling: touch;
    }

    .pr-inner--hero {
        padding-top: 1.25rem;
        padding-bottom: clamp(4rem, 12vh, 7rem);
    }

    .pr-hero-center .pr-h1 {
        margin-bottom: 1.25rem;
    }

    .pr-hero-sub {
        margin: 1.25rem auto 1rem;
        padding: 0 0.25rem;
    }

    .pr-hero-sub__line {
        font-size: clamp(1rem, 4.2vw, 1.25rem);
    }

    .pr-fan {
        height: clamp(240px, 52vw, 340px);
        overflow: hidden;
    }

    .pr-fan__card {
        width: clamp(108px, 26vw, 150px);
        border-radius: 14px;
    }

    .pr-scrub-split {
        min-height: auto;
        padding-bottom: clamp(2.5rem, 8vh, 4rem);
    }

    .pr-scrub-split__sticky {
        position: relative;
        top: auto;
        padding-block: clamp(2rem, 6vh, 3rem);
        gap: 1.75rem;
    }

    .pr-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
        height: auto;
        min-height: 0;
        overflow: visible;
        padding: 0;
        margin-inline: 0;
    }

    .pr-stack__card {
        position: relative;
        left: auto !important;
        top: auto !important;
        width: 100%;
        transform: none !important;
        z-index: 1 !important;
    }

    .pr-stack__card:nth-child(5) {
        grid-column: 1 / -1;
        width: calc(50% - 0.425rem);
        justify-self: center;
    }

    .pr-stack__card.is-front {
        transform: none !important;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
    }

    .pr-stack-nav {
        display: none;
    }

    .pr-trusted .pr-line-mask {
        display: block;
        padding-inline: 0.15rem;
    }

    .pr-logos {
        mask-image: none;
        overflow: visible;
    }

    .pr-logos__marquee {
        display: none;
    }

    .pr-logos__carousel {
        display: block;
        position: relative;
        width: 100%;
        min-height: clamp(130px, 34vw, 200px);
        margin: 0.5rem auto 0;
    }

    .pr-logos__slide {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: min(88vw, 340px);
        max-height: clamp(110px, 30vw, 170px);
        width: auto;
        height: auto;
        object-fit: contain;
        object-position: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.55s var(--pr-ease), visibility 0.55s;
        pointer-events: none;
    }

    .pr-logos__slide.is-active {
        opacity: 1;
        visibility: visible;
    }

    /* Serviços: scroll horizontal nativo (sem pin GSAP) */
    .pr-hscroll--native,
    .pr-hscroll--services.pr-hscroll--native {
        height: auto;
        min-height: 0;
        padding-bottom: clamp(2rem, 6vh, 3rem);
    }

    .pr-hscroll--native .pr-hscroll__pin {
        height: auto;
        min-height: 0;
    }

    .pr-hscroll--native.pr-hscroll--services .pr-hscroll__pin {
        height: auto;
        min-height: 0;
        padding-top: clamp(1.5rem, 4vh, 2rem);
    }

    .pr-hscroll--native .pr-hscroll__floor {
        display: none;
    }

    .pr-hscroll--native .pr-hscroll__viewport {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
        scroll-padding-inline: clamp(1.25rem, 5vw, 3rem);
        touch-action: pan-x pan-y;
    }

    .pr-hscroll--native .pr-hscroll__viewport::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 2.75rem;
        background: linear-gradient(90deg, transparent, var(--pr-bg));
        pointer-events: none;
        z-index: 2;
    }

    .pr-hscroll--native .pr-hscroll__track {
        transform: none !important;
        will-change: auto;
        padding-right: 2rem;
    }

    .pr-hscroll--native .pr-svc-card--item,
    .pr-hscroll--native .pr-svc-card--pillar {
        scroll-snap-align: start;
        width: min(82vw, 300px);
        min-height: 280px;
    }

    .pr-tags-field {
        height: 115vh;
    }

    .pr-bigline-wrap {
        min-height: auto;
        padding: clamp(2.5rem, 8vh, 4rem) clamp(1.25rem, 5vw, 2rem);
    }

    .pr-stickers {
        min-height: auto;
        padding: clamp(2.5rem, 8vh, 4rem) 1rem;
    }
}

@media (max-width: 767px) {
    .pr-section {
        padding: clamp(2.25rem, 7vh, 3.5rem) 0;
    }

    .pr-cta-row {
        flex-direction: column;
        width: 100%;
    }

    .pr-cta-row .pr-btn {
        width: 100%;
        max-width: 320px;
    }

    .pr-banner__watch,
    .pr-banner__arrows {
        bottom: 1rem;
    }

    .pr-banner__arrows button,
    .pr-banner__watch {
        min-width: 44px;
        min-height: 44px;
    }
}

/* Hover só em dispositivos com mouse — mobile usa :active / .is-active */
@media (hover: hover) and (pointer: fine) {
    .pr-btn:hover,
    .pr-btn--black:hover,
    .pr-btn--soft:hover,
    .pr-outline-btn:hover,
    .pr-banner__watch:hover,
    .pr-banner__arrows button:hover,
    .pr-stack-nav button:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 32px rgba(2, 42, 71, 0.28);
        filter: brightness(1.06);
        color: #fff;
    }

    .pr-link:hover { text-decoration: underline; }

    .pr-footer__links a:hover { text-decoration: underline; }

    .pr-header__pill--icon:hover,
    .pr-header__pill--link:hover {
        filter: brightness(1.08);
        transform: translateY(-1px);
    }

    .pr-menu-btn:hover {
        filter: brightness(1.1);
    }

    .pr-fan.is-hovering .pr-fan__card:hover {
        box-shadow: 0 32px 70px rgba(0, 0, 0, 0.28);
    }

    .pr-stack__card:hover .pr-stack__card-inner {
        transform: scale(1.08);
    }

    .pr-stack__card:hover {
        box-shadow: 0 28px 64px rgba(0, 0, 0, 0.2);
    }

    .pr-stack__card:nth-child(1):hover,
    .pr-stack__card:nth-child(2):hover,
    .pr-stack__card:nth-child(3):hover,
    .pr-stack__card:nth-child(4):hover,
    .pr-stack__card:nth-child(5):hover {
        z-index: 50;
    }

    .pr-svc-card--item:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 28px 56px rgba(2, 40, 72, 0.12);
        border-color: rgba(31, 184, 168, 0.35);
    }

    .pr-svc-card--item:hover .pr-svc-card__icon-wrap {
        transform: scale(1.08) rotate(-4deg);
    }

    .pr-svc-card--pillar:hover {
        transform: translateY(-8px) scale(1.015);
        box-shadow: 0 32px 70px rgba(2, 40, 72, 0.22);
    }


    .pr-dock__icon:hover { transform: translateY(-8px) scale(1.08); }

    .pr-arc__person:hover,
    .pr-arc__person:focus-within {
        z-index: 30;
    }

    .pr-arc__person:hover .pr-arc__photo,
    .pr-arc__person:focus-within .pr-arc__photo {
        filter: grayscale(0%);
        box-shadow: 0 22px 48px rgba(2, 40, 72, 0.18);
        transform: scale(1.03);
    }

    .pr-arc__person:hover .pr-arc__tip,
    .pr-arc__person:focus-within .pr-arc__tip {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0) scale(1);
    }

    .pr-niches__row:hover .pr-niches__track {
        animation-play-state: paused;
    }

    .pr-ig-feed__follow:hover {
        color: #043962;
        border-color: #043962;
    }

    .pr-ig-feed__item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 40px rgba(2, 40, 72, 0.14);
    }

    .pr-ig-feed__item:hover img {
        transform: scale(1.06);
    }

    .pr-ig-feed__item:hover .pr-ig-feed__overlay {
        opacity: 1;
    }
}

@media (hover: none), (pointer: coarse) {
    .pr-btn:active,
    .pr-banner__arrows button:active,
    .pr-stack-nav button:active {
        transform: scale(0.98);
        filter: brightness(1.04);
    }

    .pr-svc-card--item:active,
    .pr-svc-card--pillar:active {
        transform: scale(0.99);
    }

    .pr-arc__person {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .pr-arc__person.is-active {
        z-index: 30;
    }

    .pr-arc__person.is-active .pr-arc__photo {
        filter: grayscale(0%);
        box-shadow: 0 22px 48px rgba(2, 40, 72, 0.18);
        transform: scale(1.03);
    }

    .pr-arc__person.is-active .pr-arc__tip {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0) scale(1);
    }

    .pr-ig-feed__overlay {
        opacity: 1;
        background: linear-gradient(180deg, transparent 35%, rgba(2, 40, 72, 0.72) 100%);
    }

    .pr-ig-feed__caption {
        opacity: 1;
        transform: none;
    }

    .pr-stack__card:active .pr-stack__card-inner,
    .pr-stack__card.is-front .pr-stack__card-inner {
        transform: scale(1.04);
    }
}
