:root {
    --plc-navy: #0b1f4d;
    --plc-red: #c1121f;
    --plc-gray: #f5f7fa;
    --plc-text: #1e293b;
    --plc-white: #ffffff;
    --plc-border: rgba(11, 31, 77, 0.12);
    --plc-shadow: 0 18px 50px rgba(11, 31, 77, 0.12);
    --plc-radius: 22px;
    --plc-radius-sm: 14px;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', Arial, sans-serif;
    color: var(--plc-text);
    background: #fbfcfe;
    line-height: 1.7;
    padding-top: 156px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', Georgia, serif;
    color: var(--plc-navy);
    line-height: 1.15;
}

a {
    color: var(--plc-navy);
    transition: all 0.25s ease;
}

a:hover,
a:focus {
    color: var(--plc-red);
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.skip-link {
    position: absolute;
    left: 20px;
    top: -60px;
    z-index: 99999;
    padding: 12px 18px;
    background: var(--plc-red);
    color: var(--plc-white);
    border-radius: 999px;
}

.skip-link:focus {
    top: 20px;
    color: var(--plc-white);
}

.site-topbar {
    background: linear-gradient(135deg, rgba(6, 20, 47, 0.98), rgba(11, 31, 77, 0.96));
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-topbar__meta,
.site-topbar__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding: 9px 0;
}

.site-topbar__actions {
    justify-content: flex-end;
}

.site-topbar a,
.site-topbar span {
    color: rgba(255, 255, 255, 0.84);
}

.site-topbar i {
    margin-right: 8px;
    color: #ffb3ba;
}

.site-topbar__consult {
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: var(--plc-white) !important;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #06142f;
    box-shadow: 0 12px 28px rgba(6, 20, 47, 0.14);
}

.site-nav {
    padding: 10px 0 14px;
    background: transparent;
}

.site-nav__shell {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(7, 18, 45, 0.96), rgba(12, 33, 82, 0.9));
    box-shadow: 0 18px 42px rgba(6, 20, 47, 0.22);
    backdrop-filter: blur(16px);
}

.site-nav__bar {
    display: flex;
    align-items: center;
    gap: 24px;
    min-height: 78px;
    padding: 0 18px;
}

.site-brand {
    display: flex !important;
    align-items: center;
    flex: 0 0 auto;
    width: auto !important;
    max-width: 240px;
    padding: 10px 0 !important;
}

.site-brand__logo {
    display: block;
    width: 210px;
    max-width: 100%;
    height: auto;
}

.site-brand__mark,
.site-footer__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--plc-red), #e63946);
    color: var(--plc-white);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.site-brand__text {
    display: flex;
    flex-direction: column;
}

.site-footer__brand-link {
    display: inline-flex;
    align-items: center;
}

.site-footer__logo {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.site-brand__text strong {
    color: var(--plc-white);
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.2rem;
}

.site-brand__text small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
}

.site-nav .toggle-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: var(--plc-white);
}

.site-nav__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    gap: 18px;
    color: var(--plc-white);
}

.site-nav .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: 2px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-nav .menu li {
    margin: 0;
}

.site-nav .menu li a,
.site-nav .menu li a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.94) !important;
    background: transparent;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.site-nav .menu li.active > a,
.site-nav .menu li a:hover,
.site-nav .menu li a:focus {
    color: var(--plc-white) !important;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.site-nav__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .site-nav .toggle-bar {
        display: none;
    }

    .site-nav__actions .site-button {
        min-height: 46px;
        padding: 0 18px;
        font-size: 0.92rem;
    }
}

.site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 25px rgba(11, 31, 77, 0.12);
}

.site-button:hover,
.site-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(11, 31, 77, 0.16);
}

.site-button--accent {
    background: linear-gradient(135deg, var(--plc-red), #dd1f2f);
    color: var(--plc-white) !important;
}

.site-button--secondary {
    background: var(--plc-white);
    color: var(--plc-navy) !important;
    border-color: var(--plc-border);
}

.site-button--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: var(--plc-white) !important;
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: none;
}

.site-button--small {
    min-height: 42px;
    padding: 0 18px;
    font-size: 0.95rem;
}

.site-preloader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #06142f, #0b1f4d);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.site-preloader__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.site-preloader__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--plc-red), #e63946);
    color: var(--plc-white);
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    box-shadow: 0 18px 36px rgba(193, 18, 31, 0.25);
    animation: plcPulse 1.5s ease-in-out infinite;
}

.site-preloader__label {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.96rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

html.has-js body.is-loading .site-preloader {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.is-loaded .site-preloader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes plcPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.section-block {
    padding: 96px 0;
}

.section-muted {
    background: var(--plc-gray);
}

.section-dark {
    background: linear-gradient(135deg, #0b1f4d, #17306d);
    color: rgba(255, 255, 255, 0.82);
}

.section-dark h2,
.section-dark h3,
.section-dark .section-label,
.section-dark .section-link,
.section-dark strong {
    color: var(--plc-white);
}

.section-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--plc-red);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 42px;
}

.section-heading-row h2 {
    margin-bottom: 0;
    max-width: 720px;
}

.section-heading-row p {
    max-width: 520px;
    margin-bottom: 0;
}

.section-link,
.text-link {
    font-weight: 700;
    color: var(--plc-red);
}

.plc-overlay-dark {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plc-overlay-dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 31, 77, 0.92), rgba(11, 31, 77, 0.72) 55%, rgba(193, 18, 31, 0.35));
}

.plc-overlay-dark > * {
    position: relative;
    z-index: 1;
}

.home-hero-wrap {
    position: relative;
}

.home-hero-slider .owl-stage-outer,
.home-hero-slider .owl-stage,
.home-hero-slider .owl-item,
.home-hero-slide {
    height: 100%;
}

.home-hero-slide {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.home-hero-media {
    position: absolute;
    inset: 0;
}

.home-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(11, 31, 77, 0.92), rgba(11, 31, 77, 0.72) 55%, rgba(193, 18, 31, 0.34));
    z-index: 1;
}

.home-hero-slide .container {
    position: relative;
    z-index: 2;
}

.home-hero__content h1 {
    margin-bottom: 14px;
    color: var(--plc-white);
    font-size: 4.3rem;
    max-width: 820px;
}

.home-hero__content h2 {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.6rem;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 600;
}

.home-hero__content p {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
}

.home-hero__actions,
.page-hero-actions,
.cta-strip__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.trust-badges span {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--plc-white);
    font-size: 0.92rem;
    font-weight: 600;
}

.home-hero-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 34px;
    z-index: 3;
}

.home-hero-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.35);
}

.home-hero-slider .owl-dots .owl-dot.active span,
.home-hero-slider .owl-dots .owl-dot:hover span {
    background: var(--plc-red);
}

.home-hero-slider .owl-nav {
    margin: 0;
}

.home-hero-slider .owl-nav button.owl-prev,
.home-hero-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12) !important;
    color: var(--plc-white) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
}

.home-hero-slider .owl-nav button.owl-prev {
    left: 28px;
}

.home-hero-slider .owl-nav button.owl-next {
    right: 28px;
}

.stats-section {
    margin-top: 18px;
    position: relative;
    z-index: 2;
    padding: 0 0 18px;
}

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

.stats-card {
    padding: 34px 28px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--plc-radius);
    background: linear-gradient(135deg, rgba(11, 31, 77, 0.74), rgba(25, 47, 98, 0.58));
    box-shadow: 0 18px 42px rgba(11, 31, 77, 0.18);
    backdrop-filter: blur(14px);
    text-align: center;
}

.stats-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 2.2rem;
    color: var(--plc-white);
    letter-spacing: -0.03em;
}

.stats-card span {
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 700;
}

.feature-card,
.practice-card,
.content-panel,
.commitment-card,
.testimonial-card,
.insight-card,
.team-card,
.profile-detail,
.form-panel,
.sidebar-panel,
.contact-panel,
.article-panel,
.legal-page {
    height: 100%;
    border: 1px solid var(--plc-border);
    border-radius: var(--plc-radius);
    background: var(--plc-white);
    box-shadow: var(--plc-shadow);
}

.feature-card,
.content-panel,
.commitment-card,
.testimonial-card,
.profile-detail,
.form-panel,
.sidebar-panel,
.contact-panel,
.article-panel,
.legal-page {
    padding: 34px;
}

.feature-card {
    position: relative;
    overflow: hidden;
}

.feature-card__icon,
.practice-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(11, 31, 77, 0.1), rgba(193, 18, 31, 0.14));
    color: var(--plc-red);
    font-size: 1.35rem;
}

.feature-card:hover,
.practice-card:hover,
.testimonial-card:hover,
.insight-card:hover,
.team-card:hover,
.process-card:hover {
    transform: translateY(-6px);
}

.split-image {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: var(--plc-shadow);
}

.split-image img,
.practice-card__image img,
.insight-card__image img,
.team-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.practice-card {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.practice-card__image {
    height: 235px;
    overflow: hidden;
}

.practice-card__body {
    padding: 28px;
}

.practice-card--large .practice-card__image {
    height: 250px;
}

.sector-strip {
    padding: 18px 0 0;
}

.sector-strip__header {
    margin-bottom: 26px;
}

.sector-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.sector-pill,
.value-pill {
    padding: 18px 20px;
    border-radius: 18px;
    background: var(--plc-white);
    border: 1px solid var(--plc-border);
    box-shadow: 0 10px 24px rgba(11, 31, 77, 0.06);
    font-weight: 700;
    color: var(--plc-navy);
}

.testimonials-home .testimonial-card,
.section-dark .testimonial-card,
.section-dark .commitment-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: none;
}

.testimonials-home .testimonial-card p,
.testimonials-home .testimonial-card strong,
.testimonials-home .testimonial-card span,
.section-dark .commitment-card p {
    color: var(--plc-white);
}

.insight-card {
    overflow: hidden;
}

.insight-card__image {
    position: relative;
    height: 230px;
}

.insight-card__image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11, 31, 77, 0.04), rgba(11, 31, 77, 0.56));
}

.insight-card__badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 1;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--plc-red);
    color: var(--plc-white);
    font-size: 0.82rem;
    font-weight: 700;
}

.insight-card__body {
    padding: 28px;
}

.insight-card__date,
.team-card__role,
.page-breadcrumbs span,
.page-breadcrumbs a {
    color: #64748b;
    font-size: 0.92rem;
    font-weight: 600;
}

.team-card__contact {
    margin-bottom: 14px;
    font-size: 0.86rem;
    font-weight: 500;
}

.team-card__contact a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7b8798;
    word-break: break-word;
}

.team-card__contact i {
    font-size: 0.82rem;
    color: #94a3b8;
}

.team-card__contact a:hover,
.team-card__contact a:focus {
    color: #5b6778;
}

.page-hero {
    padding: 164px 0 98px;
    min-height: 420px;
}

.page-hero-content {
    max-width: 900px;
}

.page-hero-card {
    max-width: 760px;
    padding: 34px 38px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(8, 18, 44, 0.72), rgba(8, 18, 44, 0.52));
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.page-kicker,
.page-hero-title,
.page-hero-subtitle,
.page-breadcrumbs a,
.page-breadcrumbs span,
.page-breadcrumbs__sep {
    color: var(--plc-white);
}

.page-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.page-hero-title {
    margin-bottom: 18px;
    font-size: 3.6rem;
}

.page-hero-subtitle {
    max-width: 720px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.page-breadcrumbs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
}

.page-breadcrumbs__label {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-breadcrumbs a {
    color: rgba(255, 255, 255, 0.88);
}

.page-breadcrumbs a:hover,
.page-breadcrumbs a:focus {
    color: #ffffff;
}

.page-breadcrumbs__sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.9rem;
}

.page-breadcrumbs__current {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.values-grid,
.process-grid {
    display: grid;
    gap: 18px;
}

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

.detail-list {
    padding-left: 18px;
    margin-bottom: 0;
}

.detail-list li {
    margin-bottom: 10px;
}

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

.process-card {
    padding: 28px 24px;
    border-radius: var(--plc-radius);
    background: var(--plc-white);
    border: 1px solid var(--plc-border);
    box-shadow: 0 12px 26px rgba(11, 31, 77, 0.08);
    transition: transform 0.3s ease;
}

.process-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(193, 18, 31, 0.1);
    color: var(--plc-red);
    font-weight: 800;
}

.content-panel--flat {
    background: transparent;
    box-shadow: none;
}

.contact-panel__list,
.site-footer__links,
.site-footer__contact {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}

.contact-panel__list li,
.site-footer__links li,
.site-footer__contact li {
    margin-bottom: 10px;
}

.team-card__image {
    height: 330px;
    overflow: hidden;
}

.team-card__body {
    padding: 28px;
}

.team-profile-head {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.team-profile-media {
    overflow: hidden;
    border-radius: 24px;
    min-height: 340px;
    box-shadow: 0 18px 42px rgba(11, 31, 77, 0.14);
}

.team-profile-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-profile-summary h2 {
    margin-bottom: 10px;
}

.team-profile-role {
    margin-bottom: 18px;
    color: #64748b;
    font-size: 1rem;
    font-weight: 700;
}

.profile-detail {
    margin-bottom: 24px;
}

.profile-detail__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 24px 0 30px;
}

.form-group--full {
    grid-column: 1 / -1;
}

.form-status {
    margin: 18px 0 0;
    padding: 14px 18px;
    border-radius: 16px;
    font-weight: 600;
}

.form-status--success {
    border: 1px solid rgba(22, 163, 74, 0.18);
    background: rgba(22, 163, 74, 0.08);
    color: #166534;
}

.form-status--error {
    border: 1px solid rgba(193, 18, 31, 0.18);
    background: rgba(193, 18, 31, 0.08);
    color: #991b1b;
}

.form-group label,
.checkbox-row span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--plc-navy);
}

.form-control {
    min-height: 54px;
    border: 1px solid rgba(11, 31, 77, 0.16);
    border-radius: 16px;
    padding: 12px 16px;
    color: var(--plc-text);
    background: #fcfdff;
    box-shadow: none;
}

textarea.form-control {
    min-height: 160px;
}

.form-control:focus {
    border-color: rgba(193, 18, 31, 0.55);
    box-shadow: 0 0 0 4px rgba(193, 18, 31, 0.08);
}

.form-control--error {
    border-color: rgba(193, 18, 31, 0.48);
    box-shadow: 0 0 0 3px rgba(193, 18, 31, 0.05);
}

.form-error {
    margin: 8px 0 0;
    color: #991b1b;
    font-size: 0.92rem;
    font-weight: 600;
}

.checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkbox-row input {
    margin-top: 6px;
}

.sidebar-panel,
.contact-panel {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.sidebar-block {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid var(--plc-border);
}

.sidebar-note {
    background: var(--plc-gray);
    border-radius: 18px;
    padding: 18px;
}

.sidebar-note strong {
    display: block;
    margin-bottom: 8px;
}

.sidebar-note p:last-child {
    margin-bottom: 0;
}

.map-panel {
    overflow: hidden;
    border-radius: var(--plc-radius);
    border: 1px solid var(--plc-border);
    box-shadow: var(--plc-shadow);
}

.map-panel iframe {
    display: block;
    width: 100%;
    min-height: 420px;
    border: 0;
}

.article-panel__date {
    display: block;
    margin: 12px 0 24px;
}

.legal-page h2 {
    margin-top: 0;
    margin-bottom: 14px;
}

.legal-page p + h2 {
    margin-top: 28px;
}

.cta-strip {
    padding: 0 0 96px;
}

.cta-strip__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 38px 42px;
    border-radius: 28px;
    background: linear-gradient(135deg, var(--plc-navy), #18377d);
    box-shadow: 0 26px 60px rgba(11, 31, 77, 0.22);
}

.cta-strip h2,
.cta-strip p {
    color: var(--plc-white);
}

.site-footer {
    padding: 84px 0 32px;
    background: #06142f;
    color: rgba(255, 255, 255, 0.72);
}

.site-footer h3,
.site-footer h4,
.site-footer a,
.site-footer__bottom p {
    color: var(--plc-white);
}

.site-footer__brand p {
    max-width: 320px;
    margin-top: 16px;
}

.site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: var(--plc-red);
    color: var(--plc-white);
    box-shadow: 0 16px 28px rgba(193, 18, 31, 0.28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-consultation-button {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 18px;
    z-index: 998;
    display: none;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--plc-red), #dd1f2f);
    color: var(--plc-white) !important;
    font-weight: 800;
    box-shadow: 0 16px 32px rgba(193, 18, 31, 0.24);
}

.reveal-on-scroll {
    opacity: 1;
    transform: none;
}

body.js-animations .reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

body.js-animations .reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199px) {
    .home-hero__content h1 {
        font-size: 3.5rem;
    }

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

@media (max-width: 991px) {
    body {
        padding-top: 110px;
    }

    .site-topbar__actions {
        justify-content: flex-start;
    }

    .site-nav {
        padding: 0 0 8px;
    }

    .site-nav__shell {
        border-radius: 22px;
        overflow: hidden;
    }

    .site-nav__bar {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        min-height: auto;
        padding: 0;
    }

    .site-brand,
    .site-nav .toggle-bar {
        margin: 0;
    }

    .site-brand {
        max-width: 180px;
        padding: 16px 16px 14px !important;
    }

    .site-nav .toggle-bar {
        margin: 14px 16px 14px auto;
    }

    .site-nav__panel {
        display: none;
        width: 100%;
        padding: 0 16px 18px;
        background: linear-gradient(180deg, rgba(8, 21, 52, 0.98), rgba(11, 31, 77, 0.96));
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .site-nav.is-open .site-nav__panel {
        display: flex;
    }

    .site-nav .menu {
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .site-nav .menu li a,
    .site-nav .menu li a:visited {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        padding: 13px 16px;
        border-radius: 14px;
        color: var(--plc-white) !important;
        background: rgba(255, 255, 255, 0.05);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    }

    .site-nav .menu li.active > a,
    .site-nav .menu li a:hover,
    .site-nav .menu li a:focus {
        background: rgba(255, 255, 255, 0.14);
    }

    .site-nav__actions {
        width: 100%;
    }

    .site-nav__actions .site-button {
        width: 100%;
    }

    .home-hero {
        padding: 150px 0 90px;
    }

    .home-hero-slide {
        min-height: 640px;
    }

    .stats-grid,
    .sector-strip__grid,
    .values-grid,
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-heading-row,
    .cta-strip__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .team-profile-head {
        grid-template-columns: 1fr;
    }

    .team-profile-media {
        min-height: 320px;
    }

    .site-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .section-block {
        padding: 72px 0;
    }

    .site-topbar {
        display: none;
    }

    body {
        padding-top: 98px;
    }

    .site-brand {
        max-width: 170px;
        padding: 14px 14px 12px !important;
    }

    .site-brand__logo {
        width: 156px;
    }

    .site-nav .toggle-bar {
        width: 42px;
        height: 42px;
        margin: 12px 14px 12px auto;
    }

    .home-hero__content h1,
    .page-hero-title {
        font-size: 2.6rem;
    }

    .site-footer__logo {
        width: 200px;
    }

    .page-hero-card {
        padding: 28px 24px;
    }

    .home-hero__content h2 {
        font-size: 1.2rem;
    }

    .home-hero-slide {
        min-height: 620px;
    }

    .stats-section {
        margin-top: 22px;
        padding-top: 0;
    }

    .stats-grid,
    .sector-strip__grid,
    .values-grid,
    .form-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .home-hero__actions .site-button,
    .page-hero-actions .site-button,
    .cta-strip__actions .site-button {
        width: 100%;
    }

    .page-breadcrumbs {
        width: 100%;
        border-radius: 24px;
    }

    .home-hero-slider .owl-nav button.owl-prev,
    .home-hero-slider .owl-nav button.owl-next {
        width: 46px;
        height: 46px;
        top: auto;
        bottom: 24px;
        transform: none;
    }

    .home-hero-slider .owl-nav button.owl-prev {
        left: 16px;
    }

    .home-hero-slider .owl-nav button.owl-next {
        right: 16px;
    }

    .home-hero-slider .owl-dots {
        bottom: 18px;
    }

    .feature-card,
    .content-panel,
    .commitment-card,
    .testimonial-card,
    .profile-detail,
    .form-panel,
    .sidebar-panel,
    .contact-panel,
    .article-panel,
    .legal-page {
        padding: 26px;
    }

    .cta-strip__inner {
        padding: 28px;
    }

    .mobile-consultation-button {
        display: inline-flex;
    }

    .back-to-top {
        bottom: 86px;
    }
}
