/* ==========================================================================
   Portfolio Valuation Services in Dubai, UAE — page styles (v2 redesign)
   Full from-scratch UI. Content/text is untouched — only structure, class
   hooks, imagery and this stylesheet changed.
     · Hero h1 + every section h2 (incl. the FAQ title) → Playfair Display
       (h2 32px desktop / 24px ≤767px); everything else → DM Sans (global)
     · ≤767px: dedicated MOBILE REFINEMENTS block at the end of this file
     · Sections → bottom padding only (50px)
     · Accent    → brand blue #092db6 → #1436d8, red #e21d37
     · Cards     → white, soft border, large soft shadows, 16-20px radius
   All rules are prefixed .ptv-* so they never collide with the global bundle
   or other page-scoped stylesheets. Shared chrome (page-header-section base
   box model, breadcrumb, accordion FAQ) is left alone — only decorated.
   ========================================================================== */

:root {
    --blue: #092db6;
    --blue-mid: #1436d8;
    --blue-deep: #061b4d;
    --red: #e21d37;
    --ink: #0b1830;
    --muted: #5b6472;
    --line: #e8edf2;
    --surface: #f7f9fc;
    --shadow: 0 24px 60px -30px rgba(9, 45, 182, .35);
    --font-head: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --font-body: "DM Sans", sans-serif;
    --font-serif: "Playfair Display", Georgia, "Times New Roman", serif;
    --tint: #e8edfc;
}

/* Global site CSS sets a sitewide h1-h6 { font-family: "Sanomat", serif } rule
   (bundle.css) whose font files 404, so any heading below h1/h2 that doesn't
   get an explicit family here falls through to a broken-serif fallback
   instead of inheriting DM Sans from body. Every h3 on this page must
   therefore declare font-family explicitly rather than relying on
   inheritance. */

/* ==========================================================================
   TYPE — h1/h2 use the system font stack site-wide default is DM Sans, so
   only these two levels are overridden. Scoped to this page's own markup.
   ========================================================================== */
.page-header-heading h1.rs-page-h1 {
    font-family: var(--font-serif);
    font-weight: 400;
}

/* MAIN HEADINGS — every section heading (h2) on this page shares one family
   and one size: Playfair Display at 32px. Section variants below only set
   colour / margins / width, never font-family or font-size. */
.ptv-h2,
.ptv-open-split h2,
.ptv-cta h2 {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.ptv-h2 {
    color: var(--ink);
    margin: 0 0 16px;
}

/* FAQ title comes from the sitewide FAQ component (bundle.css / mobile.css
   force Sanomat with !important), so match it here with extra specificity. */
.pb-5.rs-faq-section .rs-faq-heading {
    font-family: var(--font-serif) !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

/* Section labels — every label on the page matches the "Our Process"
   kicker (.ptv-kicker): plain uppercase brand blue, wide tracking, no
   leading line or dot. */
.ptv-eyebrow {
    display: inline-flex;
    align-items: center;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 18px;
}

.ptv-body-text p {
    font-size: 16px;
    line-height: 1.75;
    color: var(--muted);
    margin: 0 0 16px;
}

.ptv-body-text p:last-child {
    margin-bottom: 0;
}

.ptv-body-text a {
    color: var(--blue);
    text-decoration: underline;
    text-decoration-color: rgba(9, 45, 182, .35);
}

.ptv-head {
    max-width: 740px;
    margin: 0 auto 46px;
    text-align: center;
}

.ptv-head .ptv-eyebrow {
    justify-content: center;
}

.ptv-head .ptv-h2 {
    margin-bottom: 10px;
}

.ptv-head>p {
    font-size: 16px;
    color: var(--muted);
    margin: 0;
}

/* ==========================================================================
   LAYOUT RHYTHM
   ========================================================================== */
/* Every section on this page: bottom padding only (50px), at all widths. */
.ptv-section {
    position: relative;
    padding: 0 0 50px;
    background: #fff;
    overflow: hidden;
}

/* first section sits straight under the hero banner — keep the same 50px
   of breathing room above it so its label doesn't touch the photo edge */
.ptv-section.ptv-about {
    padding-top: 50px;
}

/* sitewide FAQ block (bundle.css 70px/90px, Bootstrap .pb-5, mobile.css
   20px — all !important-backed) brought in line with the sections above */
.pb-5.rs-faq-section {
    padding: 0 0 50px !important;
}


.ptv-section>.container {
    position: relative;
    z-index: 1;
}

.ptv-section--decor {
    isolation: isolate;
    padding-top: 50px;
}

/* Extra per-section decoration hooks — every section gets a photo, a real
   texture image, or a CSS "abstract" blob so nothing reads as flat/empty. */
.ptv-section--methods,
.ptv-section--docs {
    isolation: isolate;
    padding-top: 50px;
}

.ptv-section--methods::before,
.ptv-section--docs::before {
    content: "";
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
}

.ptv-section--methods::before {
    bottom: -140px;
    right: -100px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(226, 29, 55, .07) 0%, rgba(226, 29, 55, 0) 70%);
}

.ptv-section--docs::before {
    bottom: -140px;
    left: -100px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(9, 45, 182, .08) 0%, rgba(9, 45, 182, 0) 70%);
}

.ptv-section--cost {
    position: relative;
    isolation: isolate;
    padding-top: 50px;
}

.ptv-section--cost::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/background/market-report-texture.png');
    background-size: cover;
    background-position: center;
    opacity: .045;
    pointer-events: none;
}

/* Texture sections: a real image asset laid in at low opacity for grain,
   instead of another flat gradient. */
.ptv-texture {
    position: relative;
    isolation: isolate;
    padding-top: 50px;
}

.ptv-texture::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/background/service-texture-bg.webp');
    background-size: cover;
    background-position: center;
    opacity: .05;
    pointer-events: none;
}

.ptv-texture>.container {
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   HERO BANNER DECORATION (structure/height untouched — decoration only)
   ========================================================================== */
.page-header-heading .ptv-banner-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
    backdrop-filter: blur(4px);
}

.page-header-section {
    isolation: isolate;
}

.page-header-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(100deg, rgba(6, 14, 38, .66) 0%, rgba(6, 14, 38, .40) 45%, rgba(6, 14, 38, .18) 75%, rgba(6, 14, 38, .08) 100%);
}

.page-header-section>.container {
    position: relative;
    z-index: 1;
}

.ptv-hero-ring {
    position: absolute;
    top: 12%;
    right: 6%;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.ptv-hero-ring::before {
    content: "";
    position: absolute;
    inset: 34px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .ptv-hero-ring {
        display: none;
    }
}

/* ==========================================================================
   SHARED — dot label + two-tone heading accent (About / Related sections)
   ========================================================================== */
.ptv-dot-label {
    display: inline-flex;
    align-items: center;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue);
}

.ptv-accent {
    color: var(--blue);
}

/* ==========================================================================
   WHAT IS PORTFOLIO VALUATION — label column + heading / copy / photo,
   with the intro CTA bar attached to the bottom of the photo.
   ========================================================================== */
/* Single full-width column: the dot label sits above the heading so the
   copy, columns and photo all span 100% of the container. */
.ptv-about__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 18px;
}

.ptv-h2.ptv-about__title {
    margin: 0 0 22px;
}

.ptv-about__lead {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #2a3550;
}

.ptv-about__cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 48px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--line);
}

.ptv-about__cols p {
    position: relative;
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--muted);
}

/* short brand-blue tick sitting on the divider above each column */
/* .ptv-about__cols p::before {
    content: "";
    position: absolute;
    top: -29px;
    left: 0;
    width: 44px;
    height: 2px;
    background: var(--blue);
} */

.ptv-about__media {
    margin-top: 20px;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.ptv-about__img {
    position: relative;
    margin: 0;
    overflow: hidden;
    isolation: isolate;
}

.ptv-about__img img {
    display: block;
    width: 100%;
    height: 250px;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    object-position: center 58%;
    transition: transform .9s ease;
}

.ptv-about__media:hover .ptv-about__img img {
    transform: scale(1.04);
}

.ptv-about__img figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 48px 24px 18px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    background: linear-gradient(0deg, rgba(6, 14, 38, .78) 0%, rgba(6, 14, 38, 0) 100%);
}

.ptv-about__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 28px;
    padding: 24px 28px;
}

.ptv-about__cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 1 360px;
    min-width: 0;
}

.ptv-about__cta-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--blue);
    color: #fff;
    font-size: 18px;
}

.ptv-about__cta-left p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #2a3550;
}

.ptv-about__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.ptv-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--blue), var(--blue-mid));
    color: #fff;
    font-size: 14.5px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 14px 26px -12px rgba(9, 45, 182, .55);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    border: 1px solid transparent;
}

.ptv-btn i,
.ptv-btn svg {
    font-size: 13px;
    transition: transform .25s ease;
}

.ptv-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px -12px rgba(9, 45, 182, .6);
}

.ptv-btn:hover i {
    transform: translateX(3px);
}

.ptv-btn--outline {
    background: #fff;
    color: var(--blue);
    border: 1px solid var(--line);
    box-shadow: none;
}

.ptv-btn--outline:hover {
    color: var(--blue);
    background: #eef2fd;
    border-color: #d9e2fa;
    box-shadow: none;
}

.ptv-btn--light {
    background: #fff;
    color: var(--blue);
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, .25);
}

.ptv-btn--light:hover {
    color: var(--blue);
    background: #f2f5fd;
}

.ptv-btn--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .45);
    color: #fff;
    box-shadow: none;
}

.ptv-btn--ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .7);
}

/* ==========================================================================
   PHOTO BADGE — pill floated over the top-left of a photo
   ========================================================================== */
.ptv-figure__badge {
    position: absolute;
    left: 18px;
    top: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(6px);
    color: var(--blue);
    font-size: 12.5px;
    font-weight: 500;
    box-shadow: 0 10px 24px -8px rgba(9, 45, 182, .4);
}

.ptv-figure__badge i {
    color: var(--red);
}

/* ==========================================================================
   FEATURE GRID / SWIPER CARDS
   ========================================================================== */
.ptv-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ptv-feature-grid--tight {
    grid-template-columns: repeat(4, 1fr);
}

.ptv-feature {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 26px 22px;
    height: 100%;
    box-shadow: 0 18px 40px -30px rgba(15, 30, 70, .25);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ptv-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 46px -26px rgba(9, 45, 182, .32);
    border-color: #d9e2fa;
}

.ptv-feature__ico {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eef2fd;
    color: var(--blue);
    font-size: 18px;
    transition: background .3s ease, color .3s ease, transform .3s ease;
}

.ptv-feature:hover .ptv-feature__ico {
    background: linear-gradient(145deg, var(--blue), var(--blue-mid));
    color: #fff;
    transform: rotate(-6deg) scale(1.05);
}

.ptv-feature h3 {
    font-family: var(--font-body);
    font-size: 16.5px;
    font-weight: 500;
    color: var(--ink);
    margin: 0 0 6px;
    line-height: 1.35;
}

.ptv-feature p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}

/* Circular carousel arrow (Related Services header) */
.ptv-swiper-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s ease;
    flex-shrink: 0;
}

.ptv-swiper-btn:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
    transform: translateY(-2px);
}

/* ==========================================================================
   WHY IT MATTERS — block mosaic: light header panel (heading + arched
   photo) over a navy tile + light text panel, tall blue tile on the right.
   ========================================================================== */
.ptv-mosaic {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 16px;
}

.ptv-mosaic__main {
    display: grid;
    grid-template-rows: auto 1fr;
    border-radius: 16px;
    overflow: hidden;
}

.ptv-mosaic__head {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    padding: 48px 52px;
    background: #dfe6f6;
    overflow: hidden;
    isolation: isolate;
}

.ptv-mosaic__copy {
    position: relative;
    z-index: 1;
    max-width: calc(100% - 290px);
}

.ptv-h2.ptv-mosaic__title {
    margin: 16px 0 0;
}

/* tall arch-shaped photo standing on the bottom edge of the panel */
.ptv-mosaic__arch {
    position: absolute;
    right: 64px;
    bottom: 0;
    width: 200px;
    height: calc(100% - 36px);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 30px 60px -30px rgba(6, 27, 77, .55);
}

.ptv-mosaic__arch::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 45, 182, .18) 0%, rgba(9, 45, 182, 0) 45%);
    pointer-events: none;
}

.ptv-mosaic__arch img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 35% center;
    transition: transform .9s ease;
}

.ptv-mosaic__head:hover .ptv-mosaic__arch img {
    transform: scale(1.06);
}

.ptv-mosaic__row {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
}

.ptv-mosaic__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(9, 45, 182, .1);
    color: var(--blue);
    font-size: 15px;
}

.ptv-mosaic h3 {
    font-family: var(--font-body);
    font-weight: 500;
}

/* navy tile */
.ptv-mosaic__dark {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 38px;
    background: var(--blue-deep);
    color: #fff;
}

.ptv-mosaic__dark .ptv-mosaic__ico,
.ptv-mosaic__side .ptv-mosaic__ico {
    background: rgba(255, 255, 255, .12);
    color: #fff;
    margin-bottom: 18px;
}

.ptv-mosaic__dark h3 {
    font-size: 21px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 10px;
}

.ptv-mosaic__dark p {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .72);
    margin: 0;
}

/* light text panel — 2 × 2 items */
.ptv-mosaic__text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 32px;
    padding: 36px 40px;
    background: #eef2fb;
}

.ptv-mosaic__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ptv-mosaic__item h3 {
    font-size: 15.5px;
    line-height: 1.35;
    color: var(--ink);
    margin: 7px 0 6px;
}

.ptv-mosaic__item p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}

.ptv-mosaic__item .ptv-mosaic__ico {
    transition: background-color .35s ease, color .35s ease;
}

.ptv-mosaic__item:hover .ptv-mosaic__ico {
    background: var(--blue);
    color: #fff;
}

/* tall blue side tile */
.ptv-mosaic__side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 32px 32px;
    border-radius: 16px;
    background:
        radial-gradient(90% 60% at 100% 0%, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 60%),
        var(--blue);
    color: #fff;
}

.ptv-mosaic__side h3 {
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 14px;
}

.ptv-mosaic__side p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .8);
    margin: 0 0 28px;
}

.ptv-mosaic__btn {
    align-self: stretch;
    margin-top: auto;
    padding: 13px 20px;
    border-radius: 40px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: background-color .35s ease, color .35s ease;
}

.ptv-mosaic__btn:hover,
.ptv-mosaic__btn:focus-visible {
    background: #fff;
    color: var(--blue);
}

/* ==========================================================================
   DECORATIVE BLOBS
   ========================================================================== */
.ptv-blob {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
}

.ptv-blob--tr {
    top: -140px;
    right: -120px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(9, 45, 182, .12) 0%, rgba(9, 45, 182, 0) 70%);
}

/* ==========================================================================
   CHIPS (audience / asset-type / factor tags)
   ========================================================================== */
.ptv-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ptv-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 18px 10px 10px;
    border-radius: 30px;
    background: #eef2fd;
    color: var(--blue-deep);
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all .28s ease;
}

.ptv-chip:hover {
    background: linear-gradient(135deg, var(--blue), var(--blue-mid));
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 24px -12px rgba(9, 45, 182, .5);
}

.ptv-chip__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: var(--blue);
    font-size: 11.5px;
    flex-shrink: 0;
    transition: color .28s ease;
}

/* ==========================================================================
   COVERAGE — split banner: deep navy copy panel left, photo right
   ========================================================================== */
.ptv-cover {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    border-radius: 16px;
    overflow: hidden;
    /* box-shadow: 0 40px 80px -48px rgba(6, 29, 134, .6); */
}

.ptv-cover__panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 52px 46px;
    background:
        radial-gradient(80% 60% at 0% 0%, rgba(20, 54, 216, .45) 0%, rgba(20, 54, 216, 0) 60%),
        #061d86;
    color: #fff;
    isolation: isolate;
}

/* same label style as .ptv-kicker; light blue instead of brand blue so it
   stays readable on the navy panel */
.ptv-cover__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #b3c6ff;
}

.ptv-h2.ptv-cover__title {
    margin: 0 0 14px;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #fff;
}

.ptv-cover__intro {
    margin: 0 0 14px;
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .8);
}

.ptv-cover__list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ptv-cover__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 14px;
    line-height: 1.45;
    color: #fff;
}

.ptv-cover__ico {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
    color: #bcd0ff;
    font-size: 12.5px;
}

.ptv-cover__note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 18px 0 24px;
    font-size: 12.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .62);
}

.ptv-cover__note i {
    margin-top: 3px;
    color: rgba(255, 255, 255, .7);
}

/* outlined pill button, fills white on hover */
.ptv-cover__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 11px 24px;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: background-color .35s ease, color .35s ease, border-color .35s ease;
}

.ptv-cover__btn i {
    font-size: 12px;
    transition: transform .35s ease;
}

.ptv-cover__btn:hover,
.ptv-cover__btn:focus-visible {
    background-color: #fff;
    border-color: #fff;
    color: var(--blue);
}

.ptv-cover__btn:hover i {
    transform: translateX(4px);
}

.ptv-cover__media {
    position: relative;
    min-height: 420px;
    overflow: hidden;
}

.ptv-cover__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .9s ease;
}

.ptv-cover:hover .ptv-cover__media img {
    transform: scale(1.04);
}

.ptv-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #eef2fd;
    color: var(--blue);
    font-size: 16px;
    flex-shrink: 0;
}

.ptv-ico--sm {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 14px;
}

/* ==========================================================================
   NOTES / CALLOUTS
   ========================================================================== */
.ptv-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 30px;
    padding: 18px 22px;
    border-radius: 14px;
    background: #eef2fd;
    border-left: 3px solid var(--blue);
}

.ptv-note i {
    color: var(--blue);
    font-size: 18px;
    margin-top: 2px;
}

.ptv-note p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--muted);
}

/* ==========================================================================
   SHARED — plain kicker + serif display heading used by the three
   reference-matched sections (How it works / Why choose us / Report).
   ========================================================================== */
.ptv-kicker {
    display: block;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue);
    margin-bottom: 18px;
}

.ptv-h2.ptv-serif {
    color: var(--ink);
    margin: 0;
    text-wrap: balance;
}

/* ==========================================================================
   HOW IT WORKS — solid brand-blue numbered cards
   ========================================================================== */
.ptv-how {
    background: #f4f6fb;
    padding-top: 50px;
}

.ptv-how__head {
    max-width: 720px;
    margin-bottom: 44px;
}

.ptv-how__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

/* Cards rest on a light surface and fill with brand blue on hover; every
   colour change shares one easing/duration so the swap reads as one fade. */
.ptv-how__card {
    --how-ease: .45s cubic-bezier(.22, .61, .36, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 290px;
    padding: 24px 24px 28px;
    border-radius: 12px;
    background-color: var(--tint);
    border-color: transparent;
    color: var(--ink);
    overflow: hidden;
    isolation: isolate;
    transition: transform var(--how-ease), box-shadow var(--how-ease), background-color var(--how-ease), border-color var(--how-ease);
}

/* Corner glows: a faint blue one at rest, cross-faded to a white one on
   hover (gradients can't transition, so two layers swap opacity). */
.ptv-how__card::before,
.ptv-how__card::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
    transition: opacity var(--how-ease), transform .6s ease;
}

.ptv-how__card::before {
    background: radial-gradient(circle, rgba(9, 45, 182, .08) 0%, rgba(9, 45, 182, 0) 70%);
}

.ptv-how__card::after {
    background: radial-gradient(circle, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
}

.ptv-how__card:hover,
.ptv-how__card:focus-visible {
    transform: translateY(-6px);
    background-color: var(--blue);
    border-color: var(--blue);
    box-shadow: 0 26px 44px -24px rgba(9, 45, 182, .6);
}

.ptv-how__card:hover::before,
.ptv-how__card:focus-visible::before {
    opacity: 0;
}

.ptv-how__card:hover::after,
.ptv-how__card:focus-visible::after {
    opacity: 1;
    transform: scale(1.35);
}

.ptv-how__num {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12em;
    color: rgba(9, 45, 182, .75);
    transition: color var(--how-ease);
}

.ptv-how__ico {
    display: block;
    width: 36px;
    height: 36px;
    margin: 22px 0 38px;
    color: var(--blue);
    transition: color var(--how-ease), transform var(--how-ease);
}

.ptv-how__ico svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ptv-how__card h3 {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--ink);
    margin: 0 0 12px;
    transition: color var(--how-ease);
}

.ptv-how__card p {
    font-size: 13.5px;
    line-height: 1.65;
    color: var(--muted);
    margin: 0;
    transition: color var(--how-ease);
}

.ptv-how__card:hover .ptv-how__num,
.ptv-how__card:focus-visible .ptv-how__num {
    color: rgba(255, 255, 255, .72);
}

.ptv-how__card:hover .ptv-how__ico,
.ptv-how__card:focus-visible .ptv-how__ico {
    color: rgba(255, 255, 255, .85);
    transform: translateY(-3px);
}

.ptv-how__card:hover h3,
.ptv-how__card:focus-visible h3 {
    color: #fff;
}

.ptv-how__card:hover p,
.ptv-how__card:focus-visible p {
    color: rgba(255, 255, 255, .84);
}

/* 8th tile — the process CTA: light tint at rest (vs white steps) so it
   still reads as the action, same blue fill on hover. */
.ptv-how__card--cta {
    background-color: var(--tint);
    border-color: transparent;
}

.ptv-how__card--cta .ptv-how__ico {
    margin-top: 38px;
}

.ptv-how__cta-text {
    font-size: 20px;
    line-height: 1.3;
    color: var(--ink);
    margin-bottom: 26px;
    transition: color var(--how-ease);
}

.ptv-how__go {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--blue);
    color: #fff;
    font-size: 14px;
    transition: transform var(--how-ease), background-color var(--how-ease), color var(--how-ease);
}

.ptv-how__card--cta:hover .ptv-how__cta-text,
.ptv-how__card--cta:focus-visible .ptv-how__cta-text {
    color: #fff;
}

.ptv-how__card--cta:hover .ptv-how__go,
.ptv-how__card--cta:focus-visible .ptv-how__go {
    transform: translateX(4px);
    background-color: #fff;
    color: var(--blue);
}

.ptv-inline-cta {
    text-align: center;
    margin-top: 46px;
}

/* ==========================================================================
   DOCUMENTS REQUIRED — editorial photo cards (image, round icon badge,
   title below), 4 per row. Static — no hover effects. The note sits
   underneath as a full-width solid brand-blue strip.
   ========================================================================== */
.ptv-docs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px 24px;
}

.ptv-doc-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ptv-doc-card__media {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.ptv-doc-card__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.ptv-doc-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: var(--blue);
    font-size: 13px;
    box-shadow: 0 8px 18px -8px rgba(6, 27, 77, .45);
}

.ptv-doc-card__body {
    padding: 18px 2px 0;
}

/* two-line minimum so every title row lines up */
.ptv-doc-card__body h3 {
    min-height: calc(2 * 1.35em);
    margin: 0;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--blue-deep);
}

/* Note — full-width solid blue strip under the two card rows */
.ptv-doc-card--note {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    padding: 24px 30px;
    border-radius: 12px;
    background-color: var(--blue);
}

.ptv-doc-card--note .ptv-doc-card__badge {
    position: static;
}

.ptv-doc-card--note p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    color: #fff;
}

/* ==========================================================================
   REPORT CONTENTS — text + bullets left, dark brand "dashboard" panel right
   ========================================================================== */
.ptv-dash-section {
    background: #f4f6fb;
    padding-top: 50px;
}

.ptv-dash-section .ptv-h2.ptv-serif {
    max-width: 560px;
}

.ptv-dash-intro {
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink);
    margin: 22px 0 22px;
    max-width: 520px;
}

.ptv-dash-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 28px;
}

.ptv-dash-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14.5px;
    line-height: 1.5;
    color: #2a3550;
}

.ptv-dash-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue);
}

.ptv-dash {
    position: relative;
    padding: 30px 32px 34px;
    border-radius: 16px;
    background: linear-gradient(150deg, #0E3FA8 0%, #1436D8 48%, #0B2DBE 100%);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 40px 80px -44px rgba(6, 27, 77, .7);
}

.ptv-dash__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
}

.ptv-dash__top i {
    font-size: 15px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, .7);
}

.ptv-dash__num {
    display: block;
    margin-top: 40px;
    font-family: var(--font-body);
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.02em;
}

.ptv-dash__label {
    display: block;
    margin: 12px 0 30px;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55);
}

/* 12-segment bar: one segment per report component, filled in sequence
   when the column is revealed by wow.js (.animated). */
.ptv-dash__bar {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 5px;
}

.ptv-dash__bar i {
    display: block;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .88);
    transform-origin: left center;
}

.animated .ptv-dash__bar i {
    animation: ptvSegFill .5s ease both;
    animation-delay: calc(var(--i) * 70ms + 300ms);
}

@keyframes ptvSegFill {
    from {
        transform: scaleX(0);
        opacity: .2;
    }

    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

.ptv-dash__scale {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: 11px;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .5);
}

.ptv-dash p {
    margin: 22px 0 0;
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, .78);
}

/* ==========================================================================
   OPEN SPLIT (cost / turnaround)
   ========================================================================== */
.ptv-open-split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.ptv-open-split__col {
    position: relative;
    padding-left: 30px;
}

.ptv-open-split__col:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: -20px;
    width: 1px;
    background: var(--line);
}

.ptv-open-split .ptv-ico {
    margin-bottom: 16px;
}

.ptv-open-split h2 {
    color: var(--ink);
    margin: 0 0 12px;
}

.ptv-open-split p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0 0 12px;
}

.ptv-open-split p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   WHY CHOOSE US — heading/description row + bento grid of tiles
   ========================================================================== */
.ptv-bento-section {
    background: #f4f6fb;
}

.ptv-bento-head .ptv-h2.ptv-serif {
    max-width: 520px;
}

.ptv-bento-head__text p {
    font-size: 15px;
    line-height: 1.7;
    color: #2a3550;
    margin: 0 0 12px;
}

.ptv-bento-head__text p:last-child {
    margin-bottom: 0;
}

.ptv-bento {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas:
        "quote chart stat-a"
        "quote stat-b list";
    gap: 20px;
    margin-top: 52px;
}

.ptv-bento__tile {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 30px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e6ebf5;
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}

.ptv-bento__tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 50px -34px rgba(9, 45, 182, .45);
}

.ptv-bento__tile--tint {
    background: var(--tint);
    border-color: transparent;
}

.ptv-bento__quote {
    grid-area: quote;
    justify-content: space-between;
    margin: 0;
}

.ptv-bento__chart {
    grid-area: chart;
}

.ptv-bento__stat--a {
    grid-area: stat-a;
}

.ptv-bento__stat--b {
    grid-area: stat-b;
}

.ptv-bento__list {
    grid-area: list;
}

/* Quote */
.ptv-bento__quote blockquote {
    margin: 0 0 48px;
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    color: var(--ink);
}

.ptv-bento__quote blockquote::before {
    content: "\201C";
}

.ptv-bento__quote blockquote::after {
    content: "\201D";
}

.ptv-bento__quote figcaption p,
.ptv-bento__stat p {
    font-size: 13.5px;
    line-height: 1.6;
    color: #3d4a66;
    margin: 0;
}

.ptv-bento__name {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--ink);
    margin: 0 0 8px;
}

.ptv-bento__name--dash::before {
    content: "\2013\00a0";
}

/* Big-number stat tiles */
.ptv-bento__big {
    display: block;
    margin-bottom: 44px;
    font-family: var(--font-body);
    font-size: 58px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.02em;
    color: var(--ink);
}

/* Chart tile */
.ptv-bento__chart-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.ptv-bento__chart-num {
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: var(--ink);
}

.ptv-bento__pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border-radius: 20px;
    background: var(--blue-mid);
    color: #fff;
    font-size: 10px;
}

.ptv-bento__chart-body {
    position: relative;
    flex: 1;
    min-height: 150px;
}

.ptv-bento__svg {
    position: absolute;
    left: -30px;
    right: -30px;
    bottom: -30px;
    width: calc(100% + 60px);
    height: 120px;
}

.ptv-bento__tip {
    position: relative;
    z-index: 1;
    margin-left: auto;
    width: 62%;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e6ebf5;
    box-shadow: 0 16px 30px -18px rgba(9, 45, 182, .35);
}

.ptv-bento__tip h3 {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--ink);
    margin: 0 0 4px;
}

.ptv-bento__tip p {
    font-size: 12px;
    line-height: 1.5;
    color: var(--muted);
    margin: 0;
}

/* Offices list tile — mini "app panel" floated on a faint UAE map */
.ptv-bento__list {
    justify-content: center;
    isolation: isolate;
}

.ptv-bento__list::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url('../images/background/Map.jpg');
    background-size: cover;
    background-position: center;
    opacity: .07;
    pointer-events: none;
}

.ptv-bento__panel {
    padding: 16px 18px 8px;
    border-radius: 12px;
    background: #fff;
    /* border: 1px solid #e6ebf5; */
    /* box-shadow: 0 18px 36px -24px rgba(9, 45, 182, .35); */
}

.ptv-bento__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--ink);
}

.ptv-bento__panel-head i {
    color: var(--blue-mid);
    font-size: 14px;
}

.ptv-bento__panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ptv-bento__panel li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #eef1f7;
    font-size: 13.5px;
    color: #2a3550;
}

.ptv-bento__panel li > span:nth-child(2) {
    flex: 1;
}

.ptv-bento__panel li i {
    font-size: 12px;
    color: #9db2f5;
}

.ptv-bento__dot {
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--blue);
}

.ptv-bento__panel li:nth-child(2) .ptv-bento__dot {
    background: var(--blue-mid);
}

.ptv-bento__panel li:nth-child(3) .ptv-bento__dot {
    background: #6f8cf0;
}

.ptv-bento__panel li:nth-child(4) .ptv-bento__dot {
    background: #b5c5f7;
}

/* ==========================================================================
   RELATED SERVICES — header row (label / two-tone heading / arrows) +
   autoplay slider of tall cards alternating deep navy and light tint.
   ========================================================================== */
.ptv-rel__head {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) auto;
    align-items: start;
    gap: 20px 40px;
    margin-bottom: 52px;
}

.ptv-rel__head .ptv-dot-label {
    padding-top: 16px;
}

.ptv-h2.ptv-rel__title {
    max-width: 720px;
    margin: 0;
}

.ptv-rel__nav {
    display: flex;
    gap: 10px;
    padding-top: 8px;
}

.ptv-rel__slider .swiper {
    overflow: hidden;
    padding: 8px 2px 14px;
}

.ptv-rel__slider .swiper-slide {
    height: auto;
    display: flex;
}

.ptv-rel__card {
    --rel-ease: .45s cubic-bezier(.22, .61, .36, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 380px;
    padding: 28px 26px 26px;
    border-radius: 12px;
    background-color: var(--tint);
    color: var(--ink);
    overflow: hidden;
    isolation: isolate;
    transition: transform var(--rel-ease), box-shadow var(--rel-ease), background-color var(--rel-ease), color var(--rel-ease);
}

/* alternate: every other card is deep brand navy */
.ptv-rel__slider .swiper-slide:nth-child(odd) .ptv-rel__card {
    background-color: #061d86;
    color: #fff;
}

.ptv-rel__card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    z-index: -1;
    background: radial-gradient(circle, rgba(255, 255, 255, .12) 0%, rgba(255, 255, 255, 0) 70%);
    opacity: 0;
    transition: opacity var(--rel-ease), transform .6s ease;
}

.ptv-rel__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1.5px solid currentColor;
    border-radius: 6px;
    color: var(--blue);
    transition: color var(--rel-ease), transform var(--rel-ease);
}

.ptv-rel__slider .swiper-slide:nth-child(odd) .ptv-rel__ico {
    color: rgba(255, 255, 255, .85);
}

.ptv-rel__ico svg {
    width: 24px;
    height: 24px;
}

.ptv-rel__card h3 {
    font-family: var(--font-body);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    margin: 0 0 18px;
}

.ptv-rel__more {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid currentColor;
    border-top-color: rgba(9, 45, 182, .18);
    font-size: 13.5px;
    color: var(--blue);
    transition: color var(--rel-ease), border-color var(--rel-ease);
}

.ptv-rel__slider .swiper-slide:nth-child(odd) .ptv-rel__more {
    color: rgba(255, 255, 255, .78);
    border-top-color: rgba(255, 255, 255, .2);
}

.ptv-rel__more i {
    font-size: 12px;
    transition: transform var(--rel-ease);
}

/* hover: both variants settle on the same brand blue */
.ptv-rel__slider .swiper-slide .ptv-rel__card:hover,
.ptv-rel__slider .swiper-slide .ptv-rel__card:focus-visible {
    background-color: var(--blue);
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0 26px 44px -24px rgba(9, 45, 182, .55);
}

.ptv-rel__card:hover::after,
.ptv-rel__card:focus-visible::after {
    opacity: 1;
    transform: scale(1.3);
}

.ptv-rel__slider .swiper-slide .ptv-rel__card:hover .ptv-rel__ico,
.ptv-rel__slider .swiper-slide .ptv-rel__card:focus-visible .ptv-rel__ico {
    color: #fff;
    transform: translateY(-3px);
}

.ptv-rel__slider .swiper-slide .ptv-rel__card:hover .ptv-rel__more,
.ptv-rel__slider .swiper-slide .ptv-rel__card:focus-visible .ptv-rel__more {
    color: #fff;
    border-top-color: rgba(255, 255, 255, .3);
}

.ptv-rel__card:hover .ptv-rel__more i,
.ptv-rel__card:focus-visible .ptv-rel__more i {
    transform: translateX(5px);
}

/* ==========================================================================
   FINAL CTA
   ========================================================================== */
.ptv-cta {
    position: relative;
    isolation: isolate;
    text-align: center;
    max-width:100%;
    margin: 0 auto;
    padding: 64px 48px;
    border-radius: 26px;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-mid) 100%);
    color: #fff;
    overflow: hidden;
}

.ptv-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/background/banner-two-bg.png');
    background-size: cover;
    background-position: center;
    opacity: .16;
    pointer-events: none;
}

.ptv-cta>* {
    position: relative;
    z-index: 1;
}

.ptv-cta h2 {
    color: #fff;
    margin: 0 0 16px;
}

.ptv-cta p {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .85);
    max-width: 680px;
    margin: 0 auto 30px;
}

.ptv-cta__disclaimer {
    font-size: 13px !important;
    color: rgba(255, 255, 255, .65) !important;
}

.ptv-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

/* ==========================================================================
   ABSTRACT background blobs (Why Choose Us / CTA)
   ========================================================================== */
.ptv-abstract {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
}

.ptv-abstract--three {
    top: -90px;
    left: -60px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, 0) 70%);
}

.ptv-abstract--four {
    bottom: -110px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, .14) 0%, rgba(255, 255, 255, 0) 70%);
}

.ptv-abstract--light-two {
    bottom: -100px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(20, 54, 216, .08) 0%, rgba(20, 54, 216, 0) 70%);
}

section.ptv-section.ptv-rel {
 padding-top: 50px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1199px) {
    .ptv-feature-grid--tight {
        grid-template-columns: repeat(2, 1fr);
    }

    /* narrower 4-up document cards: smaller titles so they stay on 2 lines */
    .ptv-doc-card__body h3 {
        font-size: 16px;
    }

    /* side tile drops below the main block and runs full width */
    .ptv-mosaic {
        grid-template-columns: 1fr;
    }

    .ptv-mosaic__side {
        padding: 34px 36px;
    }

    .ptv-mosaic__btn {
        align-self: flex-start;
        padding: 13px 28px;
    }

    .ptv-how__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptv-how__card {
        min-height: 0;
    }

    .ptv-rel__head {
        grid-template-columns: 170px minmax(0, 1fr) auto;
        column-gap: 28px;
    }
}

@media (max-width: 991px) {
    .ptv-docs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ptv-head {
        margin-bottom: 34px;
    }

    .ptv-about__grid {
        row-gap: 14px;
    }

    .ptv-rel__head .ptv-dot-label {
        padding-top: 0;
    }

    .ptv-rel__head {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "label label"
            "title nav";
        align-items: end;
        row-gap: 14px;
        margin-bottom: 36px;
    }

    .ptv-rel__head .ptv-dot-label {
        grid-area: label;
    }

    .ptv-rel__title {
        grid-area: title;
    }

    .ptv-rel__nav {
        grid-area: nav;
        padding-top: 0;
    }

    .ptv-about__media {
        margin-top: 36px;
    }

    .ptv-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ptv-mosaic__row {
        grid-template-columns: 1fr;
    }

    .ptv-mosaic__arch {
        right: 36px;
        width: 160px;
    }

    .ptv-mosaic__copy {
        max-width: calc(100% - 210px);
    }

    /* banner stacks: copy panel on top, photo below */
    .ptv-cover {
        grid-template-columns: 1fr;
    }

    .ptv-cover__panel {
        padding: 44px 36px 40px;
    }

    .ptv-cover__media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .ptv-open-split {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ptv-open-split__col:not(:first-child)::before {
        display: none;
    }

    .ptv-bento {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "quote quote"
            "chart stat-a"
            "stat-b list";
        margin-top: 40px;
    }

    .ptv-bento__quote blockquote {
        margin-bottom: 32px;
    }

    .ptv-how__head {
        margin-bottom: 34px;
    }
}

@media (max-width: 767px) {
    .ptv-feature-grid,
    .ptv-feature-grid--tight,
    .ptv-docs,
    .ptv-dash-list,
    .ptv-cover__list {
        grid-template-columns: 1fr;
    }

    .ptv-doc-card--note {
        align-items: flex-start;
        padding: 22px;
    }

    .ptv-doc-card--note p {
        font-size: 17px;
    }

    /* header panel stacks: copy, then the arch standing on the bottom edge */
    .ptv-mosaic__head {
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
        padding: 34px 24px 0;
    }

    .ptv-mosaic__copy {
        max-width: none;
    }

    .ptv-mosaic__arch {
        position: relative;
        right: auto;
        align-self: flex-end;
        width: 150px;
        height: 190px;
        margin-top: 24px;
    }

    .ptv-mosaic__dark,
    .ptv-mosaic__text,
    .ptv-mosaic__side {
        padding: 30px 24px;
    }

    .ptv-mosaic__text {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ptv-mosaic__btn {
        align-self: stretch;
    }

    .ptv-cover__panel {
        padding: 34px 22px 32px;
    }

    .ptv-cover__media {
        aspect-ratio: 4 / 3;
    }

    .ptv-how__grid {
        grid-template-columns: 1fr;
    }

    .ptv-how__ico {
        margin-bottom: 26px;
    }

    .ptv-bento {
        grid-template-columns: 1fr;
        grid-template-areas:
            "quote"
            "chart"
            "stat-a"
            "stat-b"
            "list";
        gap: 16px;
    }

    .ptv-bento__tile {
        padding: 26px 24px;
    }

    .ptv-bento__svg {
        left: -24px;
        right: -24px;
        bottom: -26px;
        width: calc(100% + 48px);
    }

    .ptv-bento__quote blockquote {
        font-size: 19px;
    }

    .ptv-bento__big {
        font-size: 50px;
        margin-bottom: 28px;
    }

    .ptv-dash {
        padding: 26px 22px 28px;
    }

    .ptv-dash__num {
        font-size: 60px;
        margin-top: 30px;
    }

    .ptv-about__lead {
        font-size: 16px;
    }

    .ptv-about__cols {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ptv-about__cols p:nth-child(2)::before {
        display: none;
    }

    .ptv-about__img img {
        aspect-ratio: 4 / 3;
    }

    /* definite widths so the full-width buttons can't overflow the bar */
    .ptv-about__cta {
        flex-direction: column;
        align-items: stretch;
        padding: 22px 20px;
    }

    .ptv-about__cta-left {
        flex-basis: auto;
        align-items: flex-start;
    }

    .ptv-about__actions {
        width: 100%;
    }

    .ptv-about__actions .ptv-btn {
        flex: 1 1 auto;
        justify-content: center;
        white-space: normal;
        text-align: center;
    }

    .ptv-rel__head {
        grid-template-columns: 1fr;
        grid-template-areas:
            "label"
            "title"
            "nav";
        align-items: start;
    }

    .ptv-rel__card {
        min-height: 320px;
    }

    .ptv-cta {
        padding: 44px 24px;
    }
}

/* Long CTA labels wrap on narrow screens instead of running off the edge */
@media (max-width: 575px) {
    .ptv-btn {
        max-width: 100%;
        white-space: normal;
        text-align: center;
        justify-content: center;
    }
}

/* ==========================================================================
   MOBILE REFINEMENTS (≤767px) — typography scale, spacing rhythm and a few
   phone-specific layouts. Kept last in the file so it wins over the base
   rules above. Desktop / tablet are unaffected.
   ========================================================================== */
@media (max-width: 767px) {

    /* ---- Hero banner ---- */
    .page-header-heading {
        padding-left: 16px !important;
        margin-bottom: 30px !important;
    }

    .page-header-heading .ptv-banner-badge {
        font-size: 10.5px;
        letter-spacing: 1.6px;
        padding: 5px 12px;
        margin-bottom: 14px;
    }

    .page-header-section .page-header-heading h1.rs-page-h1 {
        font-size: 30px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
        margin: 0 0 12px !important;
    }

    .page-header-heading p.lead {
        font-size: 14.5px !important;
        line-height: 1.6 !important;
    }

    .page-header-section .breadcrumb {
        padding: 18px 0 !important;
        font-size: 13px !important;
        row-gap: 4px;
    }

    .page-header-section .breadcrumb a,
    .page-header-section .breadcrumb span {
        font-size: 13px !important;
    }

    /* ---- Section rhythm: equal top/bottom so tinted bands never sit
       flush against their content ---- */
    section.ptv-section[class] {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    .pb-5.rs-faq-section {
        padding: 36px 0 !important;
    }

    /* ---- Type scale ---- */
    .ptv-h2,
    .ptv-open-split h2,
    .ptv-cta h2 {
        font-size: 24px;
        line-height: 1.25;
    }

    .ptv-h2 {
        margin-bottom: 12px;
    }

    .pb-5.rs-faq-section .rs-faq-heading {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    .ptv-eyebrow,
    .ptv-kicker,
    .ptv-dot-label,
    .ptv-cover__eyebrow {
        font-size: 11px;
        letter-spacing: .18em;
    }

    .ptv-eyebrow,
    .ptv-kicker,
    .ptv-cover__eyebrow {
        margin-bottom: 12px;
    }

    .ptv-body-text p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 14px;
    }

    .ptv-head {
        margin-bottom: 26px;
    }

    .ptv-head > p {
        font-size: 15px;
    }

    .ptv-btn {
        font-size: 14px;
        padding: 12px 20px;
    }

    .ptv-note {
        padding: 14px 16px;
        gap: 12px;
        margin-top: 22px;
    }

    .ptv-note p {
        font-size: 13.5px;
    }

    .ptv-inline-cta {
        margin-top: 28px;
    }

    /* ---- About (What is …) ---- */
    .ptv-about__grid {
        row-gap: 10px;
    }

    .ptv-h2.ptv-about__title {
        margin-bottom: 14px;
    }

    .ptv-about__lead {
        font-size: 15.5px;
        line-height: 1.7;
    }

    .ptv-about__cols {
        margin-top: 24px;
        padding-top: 20px;
        gap: 14px;
    }

    .ptv-about__cols p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .ptv-about__cols p::before {
        top: -21px;
    }

    .ptv-about__media {
        margin-top: 26px;
        border-radius: 14px;
    }

    .ptv-about__img figcaption {
        padding: 36px 16px 14px;
        font-size: 12px;
    }

    .ptv-about__cta {
        padding: 20px 18px;
        gap: 16px;
    }

    .ptv-about__cta-left {
        flex-direction: column;
        gap: 12px;
    }

    .ptv-about__cta-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 16px;
    }

    .ptv-about__cta-left p {
        font-size: 14.5px;
        line-height: 1.6;
    }

    .ptv-about__actions {
        gap: 10px;
    }

    /* ---- Chips ---- */
    .ptv-chips {
        gap: 8px;
    }

    .ptv-chip {
        font-size: 13px;
        padding: 7px 14px 7px 7px;
        gap: 8px;
    }

    .ptv-chip__ico {
        width: 22px;
        height: 22px;
        font-size: 10px;
    }

    /* ---- Mosaic (Why it matters) ---- */
    .ptv-mosaic {
        gap: 12px;
    }

    .ptv-mosaic__head {
        padding: 28px 20px 0;
    }

    .ptv-h2.ptv-mosaic__title {
        margin-top: 12px;
    }

    .ptv-mosaic__arch {
        width: 130px;
        height: 165px;
        margin-top: 20px;
    }

    .ptv-mosaic__dark,
    .ptv-mosaic__text,
    .ptv-mosaic__side {
        padding: 26px 20px;
    }

    .ptv-mosaic__text {
        gap: 18px;
    }

    .ptv-mosaic__dark h3 {
        font-size: 19px;
    }

    .ptv-mosaic__side h3 {
        font-size: 21px;
    }

    .ptv-mosaic__item h3 {
        font-size: 15px;
    }

    .ptv-mosaic__dark p,
    .ptv-mosaic__side p,
    .ptv-mosaic__item p {
        font-size: 13.5px;
    }

    .ptv-mosaic__ico {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    /* ---- Cover banner ---- */
    .ptv-cover {
        border-radius: 14px;
    }

    .ptv-cover__panel {
        padding: 30px 20px 28px;
    }

    .ptv-cover__intro {
        font-size: 14.5px;
    }

    .ptv-cover__list li {
        font-size: 13.5px;
        padding: 9px 0;
        gap: 10px;
    }

    .ptv-cover__ico {
        width: 28px;
        height: 28px;
        font-size: 11.5px;
    }

    .ptv-cover__note {
        margin: 16px 0 20px;
    }

    .ptv-cover__btn {
        font-size: 13.5px;
        padding: 10px 20px;
    }

    /* ---- How it works ---- */
    .ptv-how__head {
        margin-bottom: 24px;
    }

    .ptv-how__grid {
        gap: 12px;
    }

    .ptv-how__card {
        padding: 22px 20px 24px;
    }

    .ptv-how__ico {
        width: 32px;
        height: 32px;
        margin: 16px 0 20px;
    }

    .ptv-how__card h3,
    .ptv-how__cta-text {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .ptv-how__card p {
        font-size: 13.5px;
    }

    .ptv-how__card--cta .ptv-how__ico {
        margin-top: 4px;
    }

    /* ---- Feature cards (methods, assignments) ---- */
    .ptv-feature-grid {
        gap: 12px;
    }

    .ptv-feature {
        padding: 20px 18px;
        gap: 14px;
    }

    .ptv-feature__ico {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .ptv-feature h3 {
        font-size: 16px;
    }

    .ptv-feature p {
        font-size: 13.5px;
    }

    /* ---- Documents: compact thumbnail list instead of a tall stack of
       full-width photos ---- */
    .ptv-docs {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ptv-docs > * {
        grid-column: 1 / -1 !important;
    }

    .ptv-doc-card:not(.ptv-doc-card--note) {
        flex-direction: row;
        align-items: center;
        gap: 14px;
        padding: 8px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 12px;
    }

    .ptv-doc-card:not(.ptv-doc-card--note) .ptv-doc-card__media {
        flex: 0 0 84px;
        border-radius: 8px;
    }

    .ptv-doc-card:not(.ptv-doc-card--note) .ptv-doc-card__media img {
        aspect-ratio: 1 / 1;
    }

    .ptv-doc-card:not(.ptv-doc-card--note) .ptv-doc-card__badge {
        display: none;
    }

    .ptv-doc-card__body {
        flex: 1;
        min-width: 0;
        padding: 0 6px 0 0;
    }

    .ptv-doc-card__body h3 {
        min-height: 0;
        font-size: 15px;
        line-height: 1.4;
    }

    .ptv-doc-card--note {
        padding: 18px;
        gap: 14px;
        align-items: flex-start;
    }

    .ptv-doc-card--note p {
        font-size: 15.5px;
    }

    /* ---- Report dashboard ---- */
    .ptv-dash-intro {
        font-size: 15px;
        margin: 14px 0 16px;
    }

    .ptv-dash-list {
        gap: 10px;
    }

    .ptv-dash-list li {
        font-size: 14px;
    }

    .ptv-dash {
        padding: 24px 20px 26px;
        border-radius: 14px;
    }

    .ptv-dash__num {
        font-size: 52px;
        margin-top: 24px;
    }

    .ptv-dash__label {
        margin: 10px 0 22px;
    }

    .ptv-dash p {
        font-size: 14px;
        margin-top: 18px;
    }

    /* ---- Cost / turnaround split ---- */
    .ptv-open-split {
        gap: 28px;
    }

    .ptv-open-split__col {
        padding-left: 0;
    }

    .ptv-open-split p {
        font-size: 15px;
    }

    /* ---- Why choose us (bento) ---- */
    .ptv-bento {
        gap: 12px;
        margin-top: 28px;
    }

    .ptv-bento-head__text p {
        font-size: 14.5px;
    }

    .ptv-bento__tile {
        padding: 24px 20px;
    }

    .ptv-bento__quote blockquote {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .ptv-bento__big {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .ptv-bento__name {
        font-size: 18px;
    }

    .ptv-bento__chart-num {
        font-size: 26px;
    }

    .ptv-bento__svg {
        left: -20px;
        right: -20px;
        bottom: -24px;
        width: calc(100% + 40px);
    }

    /* ---- Related services slider ---- */
    .ptv-rel__head {
        margin-bottom: 26px;
        row-gap: 10px;
    }

    .ptv-rel__card {
        min-height: 280px;
        padding: 24px 22px 22px;
    }

    .ptv-rel__card h3 {
        font-size: 20px;
    }

    /* ---- Final CTA ---- */
    .ptv-cta {
        padding: 36px 20px;
        border-radius: 18px;
    }

    .ptv-cta p {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .ptv-cta__actions {
        gap: 10px;
    }
}
