:root {
    --oam-navy: #07142f;
    --oam-navy-soft: #0d214b;
    --oam-blue: #183b78;
    --oam-gold: #c99a46;
    --oam-gold-light: #e6c27a;
    --oam-ink: #17223b;
    --oam-muted: #66738d;
    --oam-line: #dfe5ef;
    --oam-surface: #f4f7fb;
    --oam-white: #ffffff;
}

.pm-oam-page {
    overflow-x: hidden;
    background: var(--oam-white);
    color: var(--oam-ink);
}

.pm-oam-page h1,
.pm-oam-page h2,
.pm-oam-page h3,
.pm-oam-page h4,
.pm-oam-page h5,
.pm-oam-page h6 {
    color: var(--oam-navy);
    letter-spacing: -.025em;
}

.pm-oam-page p {
    color: var(--oam-muted);
    font-size: 16px;
    line-height: 1.75;
}

.pm-oam-page .container {
    position: relative;
}

/* Shared header treatment */
.pm-oam-page .header__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: linear-gradient(180deg, rgba(5, 15, 38, .96), rgba(5, 15, 38, .76));
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 14px 45px rgba(0, 0, 0, .16);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.pm-oam-page .header__area .logo {
    min-height: 122px;
    display: flex;
    align-items: center;
    padding: 18px 24px;
    border-radius: 0 0 18px 18px;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .16);
}

.pm-oam-page .header__area .logo::before,
.pm-oam-page .header__area .logo::after {
    display: none !important;
}

.pm-oam-page .header__area .logo img {
    width: auto;
    max-width: 225px;
    max-height: 78px;
}

.pm-oam-page .header__right-top {
    min-height: 52px;
    margin: 0 !important;
    color: rgba(255, 255, 255, .8);
}

.pm-oam-page .header__right-top h6,
.pm-oam-page .header__right-top p,
.pm-oam-page .header__right-top a,
.pm-oam-page .header__right-top i,
.pm-oam-page .header__lang a {
    color: #fff !important;
}

.pm-oam-page .header__right-bottom {
    min-height: 70px;
    padding-right: 18px;
    border-radius: 14px 14px 0 0;
    background: rgba(255, 255, 255, .08) !important;
}

.pm-oam-page .header__right-bottom::before,
.pm-oam-page .theme-gradient::before {
    display: none !important;
}

.pm-oam-page .main-menu > nav > ul > li > a,
.pm-oam-page .header__bar a {
    color: #fff;
}

.pm-oam-page .main-menu > nav > ul > li > a:hover,
.pm-oam-page .main-menu > nav > ul > li:hover > a {
    color: var(--oam-gold-light);
}

.pm-oam-page .main-menu .submenu {
    border-top: 3px solid var(--oam-gold);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 20px 45px rgba(5, 15, 38, .18);
}

.pm-oam-page .main-menu .submenu a:hover {
    color: var(--oam-gold);
}

.pm-oam-page .header__search input {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.pm-oam-page .header__search input::placeholder {
    color: rgba(255, 255, 255, .68);
}

.pm-oam-page .header__search button {
    color: var(--oam-gold-light);
}

.pm-oam-page .header__bar a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.pm-oam-page .sticky__header {
    background: rgba(7, 20, 47, .97);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 14px 34px rgba(5, 15, 38, .2);
}

.pm-oam-page .sticky__header .main-menu a,
.pm-oam-page .sticky__header .header__bar a {
    color: #fff;
}

.pm-oam-page .sticky__header .logo-sticky {
    padding: 9px 18px;
    border-radius: 10px;
    background: #fff;
}

/* Hero */
.pm-oam-hero {
    position: relative;
    min-height: 780px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 215px 0 135px;
    background:
        linear-gradient(90deg, rgba(4, 13, 34, .96) 0%, rgba(7, 25, 59, .88) 47%, rgba(7, 25, 59, .48) 100%),
        url('/assets/img/services/details/new/1.png') center/cover no-repeat;
}

.pm-oam-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 78% 24%, rgba(201, 154, 70, .22), transparent 28%),
        linear-gradient(180deg, transparent 55%, rgba(4, 13, 34, .46));
    pointer-events: none;
}

.pm-oam-hero::after {
    content: '';
    position: absolute;
    right: -130px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(230, 194, 122, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 65px rgba(230, 194, 122, .05), 0 0 0 130px rgba(230, 194, 122, .025);
}

.pm-oam-hero__content {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.pm-oam-eyebrow,
.pm-oam-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--oam-gold-light);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.pm-oam-eyebrow::before,
.pm-oam-section-kicker::before {
    content: '';
    width: 34px;
    height: 2px;
    border-radius: 99px;
    background: var(--oam-gold);
}

.pm-oam-hero h1 {
    max-width: 760px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(46px, 5vw, 76px);
    line-height: 1.03;
}

.pm-oam-hero__lead {
    max-width: 710px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .82) !important;
    font-size: 19px !important;
    line-height: 1.72 !important;
}

.pm-oam-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.pm-oam-button,
.pm-oam-button-outline {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 26px;
    border-radius: 9px;
    font-weight: 800;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.pm-oam-button {
    color: var(--oam-navy) !important;
    background: linear-gradient(135deg, var(--oam-gold-light), var(--oam-gold));
    box-shadow: 0 13px 30px rgba(201, 154, 70, .27);
}

.pm-oam-button-outline {
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff !important;
    background: rgba(255, 255, 255, .08);
}

.pm-oam-button:hover,
.pm-oam-button-outline:hover,
.pm-oam-button:focus,
.pm-oam-button-outline:focus {
    transform: translateY(-2px);
}

.pm-oam-hero__audience {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin: 0;
    padding: 0;
}

.pm-oam-hero__audience li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .05);
    font-size: 13px;
    font-weight: 700;
}

.pm-oam-hero__audience i {
    color: var(--oam-gold-light);
}

.pm-oam-breadcrumb {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 38px;
}

.pm-oam-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.pm-oam-breadcrumb li,
.pm-oam-breadcrumb a {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.pm-oam-breadcrumb li + li::before {
    content: '/';
    margin-right: 10px;
    color: var(--oam-gold-light);
}

/* Trust strip */
.pm-oam-trust {
    position: relative;
    z-index: 5;
    margin-top: -58px;
}

.pm-oam-trust__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(7, 20, 47, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 24px 60px rgba(7, 20, 47, .15);
}

.pm-oam-trust__item {
    display: flex;
    gap: 15px;
    align-items: center;
    min-height: 130px;
    padding: 25px;
    border-right: 1px solid rgba(7, 20, 47, .08);
}

.pm-oam-trust__item:last-child {
    border-right: 0;
}

.pm-oam-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--oam-gold-light);
    background: linear-gradient(145deg, var(--oam-navy), var(--oam-blue));
    box-shadow: 0 10px 25px rgba(24, 59, 120, .22);
    font-size: 19px;
}

.pm-oam-trust__item h3 {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 1.25;
}

.pm-oam-trust__item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

/* Shared section system */
.pm-oam-section {
    padding: 108px 0;
}

.pm-oam-section--soft {
    background: var(--oam-surface);
}

.pm-oam-section--navy {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--oam-navy), #102a5b);
}

.pm-oam-section--navy::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 15%, rgba(201, 154, 70, .22), transparent 30%);
}

.pm-oam-section-heading {
    max-width: 760px;
    margin: 0 0 22px;
    font-size: clamp(35px, 4vw, 53px);
    line-height: 1.1;
}

.pm-oam-section-intro {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 17px !important;
}

.pm-oam-section-head {
    max-width: 820px;
    margin: 0 auto 52px;
    text-align: center;
}

.pm-oam-section-head .pm-oam-section-kicker {
    justify-content: center;
}

.pm-oam-section--navy .pm-oam-section-heading,
.pm-oam-section--navy h3,
.pm-oam-section--navy h4 {
    color: #fff;
}

.pm-oam-section--navy .pm-oam-section-intro,
.pm-oam-section--navy p {
    color: rgba(255, 255, 255, .72);
}

/* Intro */
.pm-oam-intro__media {
    position: relative;
    min-height: 570px;
    margin-right: 38px;
}

.pm-oam-intro__main,
.pm-oam-intro__small {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 24px 55px rgba(7, 20, 47, .16);
}

.pm-oam-intro__main {
    width: 83%;
    height: 500px;
}

.pm-oam-intro__small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 250px;
    border: 7px solid #fff;
}

.pm-oam-intro__main img,
.pm-oam-intro__small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-oam-intro__badge {
    position: absolute;
    top: 42px;
    right: -6px;
    width: 128px;
    height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 6px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--oam-navy), var(--oam-blue));
    box-shadow: 0 18px 38px rgba(7, 20, 47, .22);
    text-align: center;
}

.pm-oam-intro__badge strong {
    color: var(--oam-gold-light);
    font-size: 34px;
    line-height: 1;
}

.pm-oam-intro__badge span {
    max-width: 82px;
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.25;
}

.pm-oam-intro__content {
    padding-left: 22px;
}

.pm-oam-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 28px 0 32px;
}

.pm-oam-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid var(--oam-line);
    border-radius: 12px;
    background: #fff;
}

.pm-oam-check i {
    margin-top: 4px;
    color: var(--oam-gold);
}

.pm-oam-check strong {
    display: block;
    margin-bottom: 3px;
    color: var(--oam-navy);
    font-size: 15px;
}

.pm-oam-check span {
    color: var(--oam-muted);
    font-size: 13px;
    line-height: 1.45;
}

.pm-oam-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.pm-oam-inline-actions .pm-oam-button-outline {
    border-color: var(--oam-line);
    color: var(--oam-navy) !important;
    background: #fff;
}

/* Scope cards */
.pm-oam-scope-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pm-oam-scope-card {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    padding: 31px;
    border: 1px solid rgba(7, 20, 47, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 20, 47, .07);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.pm-oam-scope-card::after {
    content: '';
    position: absolute;
    right: -48px;
    bottom: -48px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(201, 154, 70, .08);
}

.pm-oam-scope-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 154, 70, .34);
    box-shadow: 0 25px 55px rgba(7, 20, 47, .12);
}

.pm-oam-scope-card .pm-oam-icon {
    margin-bottom: 23px;
}

.pm-oam-scope-card h3 {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 1.25;
}

.pm-oam-scope-card p {
    margin-bottom: 0;
    font-size: 14px;
}

/* Three pillars */
.pm-oam-pillar-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pm-oam-pillar-card {
    position: relative;
    z-index: 1;
    min-height: 330px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    background: rgba(255, 255, 255, .07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.pm-oam-pillar-card .pm-oam-icon {
    color: var(--oam-navy);
    background: linear-gradient(145deg, var(--oam-gold-light), var(--oam-gold));
}

.pm-oam-pillar-card h3 {
    margin: 23px 0 14px;
    font-size: 25px;
}

.pm-oam-pillar-card ul {
    margin: 0;
    padding: 0;
}

.pm-oam-pillar-card li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 20px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.55;
}

.pm-oam-pillar-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--oam-gold-light);
}

/* Process */
.pm-oam-process {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    counter-reset: oam-step;
}

.pm-oam-process__item {
    position: relative;
    min-height: 245px;
    padding: 31px 24px 25px;
    border: 1px solid var(--oam-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(7, 20, 47, .06);
}

.pm-oam-process__item::before {
    counter-increment: oam-step;
    content: '0' counter(oam-step);
    display: block;
    margin-bottom: 24px;
    color: var(--oam-gold);
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.pm-oam-process__item h3 {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.3;
}

.pm-oam-process__item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* Property types */
.pm-oam-types {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pm-oam-type {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
    padding: 27px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(7, 20, 47, .05), rgba(7, 20, 47, .92)), url('/assets/img/services/details/owners1.png') center/cover no-repeat;
    box-shadow: 0 18px 40px rgba(7, 20, 47, .13);
}

.pm-oam-type:nth-child(2) {
    background-image: linear-gradient(180deg, rgba(7, 20, 47, .05), rgba(7, 20, 47, .92)), url('/assets/img/services/details/owners2.png');
}

.pm-oam-type:nth-child(3) {
    background-image: linear-gradient(180deg, rgba(7, 20, 47, .05), rgba(7, 20, 47, .92)), url('/assets/img/services/details/new/1.png');
}

.pm-oam-type:nth-child(4) {
    background-image: linear-gradient(180deg, rgba(7, 20, 47, .05), rgba(7, 20, 47, .92)), url('/assets/img/services/details/services-benifit.png');
}

.pm-oam-type h3 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 1.25;
}

/* FAQ */
.pm-oam-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 48px;
    align-items: start;
}

.pm-oam-faq-aside {
    position: sticky;
    top: 120px;
    padding: 38px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(145deg, var(--oam-navy), var(--oam-blue));
    box-shadow: 0 24px 55px rgba(7, 20, 47, .18);
}

.pm-oam-faq-aside h2 {
    margin-bottom: 17px;
    color: #fff;
    font-size: 38px;
    line-height: 1.12;
}

.pm-oam-faq-aside p {
    color: rgba(255, 255, 255, .72);
}

.pm-oam-faq-aside .pm-oam-button {
    margin-top: 12px;
}

.pm-oam-faq details {
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid var(--oam-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 20, 47, .05);
}

.pm-oam-faq summary {
    position: relative;
    cursor: pointer;
    padding: 22px 58px 22px 23px;
    color: var(--oam-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
}

.pm-oam-faq summary::-webkit-details-marker {
    display: none;
}

.pm-oam-faq summary::after {
    content: '+';
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--oam-gold-light);
    background: var(--oam-navy);
    font-size: 20px;
}

.pm-oam-faq details[open] summary::after {
    content: '−';
}

.pm-oam-faq details p {
    margin: 0;
    padding: 0 23px 23px;
    font-size: 14px;
}

/* CTA */
.pm-oam-cta {
    padding: 0 0 108px;
}

.pm-oam-cta__panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
    gap: 35px;
    align-items: center;
    padding: 52px 58px;
    border-radius: 24px;
    color: #fff;
    background: linear-gradient(125deg, var(--oam-navy), #16366f);
    box-shadow: 0 25px 60px rgba(7, 20, 47, .2);
}

.pm-oam-cta__panel::after {
    content: '';
    position: absolute;
    right: -90px;
    top: -110px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(230, 194, 122, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(230, 194, 122, .05), 0 0 0 110px rgba(230, 194, 122, .025);
}

.pm-oam-cta__panel h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
    color: #fff;
    font-size: clamp(31px, 4vw, 47px);
    line-height: 1.1;
}

.pm-oam-cta__panel p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.pm-oam-cta__actions {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.pm-oam-cta__actions .pm-oam-button-outline {
    text-align: center;
}

/* Footer harmonisation */
.pm-oam-page footer .footer__top {
    background: var(--oam-navy) !important;
}

.pm-oam-page footer .footer__bottom {
    background: #040c1e !important;
}

.pm-oam-page footer .footer__widget-title h5,
.pm-oam-page footer h4 {
    color: var(--oam-gold-light);
}

.pm-oam-page footer a:hover {
    color: var(--oam-gold-light) !important;
}

/* RTL */
.pm-oam-page[dir='rtl'] .pm-oam-eyebrow::before,
.pm-oam-page[dir='rtl'] .pm-oam-section-kicker::before {
    order: 2;
}

.pm-oam-page[dir='rtl'] .pm-oam-trust__item {
    border-right: 0;
    border-left: 1px solid rgba(7, 20, 47, .08);
}

.pm-oam-page[dir='rtl'] .pm-oam-trust__item:last-child {
    border-left: 0;
}

.pm-oam-page[dir='rtl'] .pm-oam-intro__media {
    margin-right: 0;
    margin-left: 38px;
}

.pm-oam-page[dir='rtl'] .pm-oam-intro__content {
    padding-left: 0;
    padding-right: 22px;
}

.pm-oam-page[dir='rtl'] .pm-oam-intro__small,
.pm-oam-page[dir='rtl'] .pm-oam-intro__badge {
    right: auto;
    left: 0;
}

.pm-oam-page[dir='rtl'] .pm-oam-pillar-card li {
    padding-left: 0;
    padding-right: 20px;
}

.pm-oam-page[dir='rtl'] .pm-oam-pillar-card li::before {
    left: auto;
    right: 0;
}

.pm-oam-page[dir='rtl'] .pm-oam-faq summary {
    padding-right: 23px;
    padding-left: 58px;
}

.pm-oam-page[dir='rtl'] .pm-oam-faq summary::after {
    right: auto;
    left: 21px;
}

/* Responsive */
@media (max-width: 1199px) {
    .pm-oam-page .header__area .logo {
        min-height: 114px;
    }

    .pm-oam-page .header__right-bottom {
        padding-left: 20px !important;
    }

    .pm-oam-hero {
        min-height: 720px;
        padding-top: 195px;
    }

    .pm-oam-scope-grid,
    .pm-oam-pillar-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-oam-process {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .pm-oam-page .header__area {
        min-height: 92px;
    }

    .pm-oam-page .header__area .container,
    .pm-oam-page .header__area .row {
        min-height: 92px;
    }

    .pm-oam-page .header__area .logo {
        min-height: 92px;
        padding: 12px 18px;
    }

    .pm-oam-page .header__area .logo img {
        max-height: 61px;
    }

    .pm-oam-page .header__right {
        min-height: 92px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .pm-oam-page .header__right-bottom {
        min-height: 58px;
        width: auto;
        padding: 0 12px !important;
        border-radius: 13px;
    }

    .pm-oam-hero {
        min-height: 690px;
        padding: 160px 0 120px;
    }

    .pm-oam-trust__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-oam-trust__item:nth-child(2) {
        border-right: 0;
    }

    .pm-oam-trust__item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(7, 20, 47, .08);
    }

    .pm-oam-intro__media {
        margin: 0 0 55px;
    }

    .pm-oam-intro__content,
    .pm-oam-page[dir='rtl'] .pm-oam-intro__content {
        padding: 0;
    }

    .pm-oam-types {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-oam-faq-layout {
        grid-template-columns: 1fr;
    }

    .pm-oam-faq-aside {
        position: relative;
        top: auto;
    }

    .pm-oam-cta__panel {
        grid-template-columns: 1fr;
    }

    .pm-oam-cta__actions {
        max-width: 330px;
    }
}

@media (max-width: 767px) {
    .pm-oam-section {
        padding: 78px 0;
    }

    .pm-oam-hero {
        min-height: 720px;
        padding: 145px 0 115px;
        background-position: 62% center;
    }

    .pm-oam-hero h1 {
        font-size: 43px;
    }

    .pm-oam-hero__lead {
        font-size: 16px !important;
    }

    .pm-oam-breadcrumb {
        bottom: 25px;
    }

    .pm-oam-trust {
        margin-top: -38px;
    }

    .pm-oam-trust__grid,
    .pm-oam-scope-grid,
    .pm-oam-pillar-grid,
    .pm-oam-process,
    .pm-oam-types,
    .pm-oam-check-grid {
        grid-template-columns: 1fr;
    }

    .pm-oam-trust__item {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(7, 20, 47, .08);
    }

    .pm-oam-trust__item:last-child {
        border-bottom: 0;
    }

    .pm-oam-intro__media {
        min-height: 465px;
    }

    .pm-oam-intro__main {
        width: 90%;
        height: 400px;
    }

    .pm-oam-intro__small {
        height: 205px;
    }

    .pm-oam-process__item {
        min-height: auto;
    }

    .pm-oam-cta {
        padding-bottom: 78px;
    }

    .pm-oam-cta__panel {
        padding: 38px 28px;
    }
}

@media (max-width: 575px) {
    .pm-oam-page .header__area .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pm-oam-page .header__area .logo {
        min-height: 82px;
        padding: 10px 12px;
        border-radius: 0 0 12px 12px;
    }

    .pm-oam-page .header__area .logo img {
        max-width: 165px;
        max-height: 54px;
    }

    .pm-oam-page .header__right,
    .pm-oam-page .header__area .row {
        min-height: 82px;
    }

    .pm-oam-page .header__right-bottom {
        min-height: 48px;
        padding: 0 8px !important;
    }

    .pm-oam-page .header__bar a {
        width: 40px;
        height: 40px;
    }

    .pm-oam-hero {
        min-height: 760px;
        padding-top: 125px;
    }

    .pm-oam-hero h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .pm-oam-hero__actions,
    .pm-oam-inline-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pm-oam-button,
    .pm-oam-button-outline {
        width: 100%;
        text-align: center;
    }

    .pm-oam-hero__audience {
        gap: 7px;
    }

    .pm-oam-hero__audience li {
        font-size: 11px;
    }

    .pm-oam-section-heading {
        font-size: 34px;
    }

    .pm-oam-intro__media {
        min-height: 380px;
    }

    .pm-oam-intro__main {
        height: 330px;
    }

    .pm-oam-intro__small {
        width: 52%;
        height: 165px;
    }

    .pm-oam-intro__badge {
        top: 24px;
        width: 104px;
        height: 104px;
    }

    .pm-oam-intro__badge strong {
        font-size: 28px;
    }

    .pm-oam-scope-card,
    .pm-oam-pillar-card,
    .pm-oam-faq-aside {
        padding: 27px 23px;
    }
}
