:root {
    --pf-navy: #0d2137;
    --pf-deep: #081624;
    --pf-gold: #c28b30;
    --pf-teal: #006d6f;
    --pf-orange: #c05c0a;
    --pf-surface: #f4f6f8;
    --pf-surface-warm: #eef4f4;
    --pf-border: rgba(13, 33, 55, 0.1);
    --pf-copy: #3d4858;
    --pf-copy-soft: #6b7a8d;
    --pf-white: #ffffff;
    --pf-shadow: 0 22px 60px rgba(8, 22, 36, 0.08);
    --pf-radius-lg: 28px;
    --pf-radius-md: 22px;
    --pf-radius-sm: 16px;
    --pf-font-heading: 'Plus Jakarta Sans', sans-serif;
    --pf-font-body: 'Plus Jakarta Sans', sans-serif;
    --pf-font-mono: 'IBM Plex Mono', monospace;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--pf-white);
    color: var(--pf-copy);
    font-family: var(--pf-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-secondary,
.section-title {
    color: var(--pf-navy);
    font-family: var(--pf-font-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
}

p,
li,
a,
span,
label,
input,
textarea,
select,
button {
    font-family: var(--pf-font-body);
}

a {
    color: var(--pf-navy);
    text-decoration: none;
}

a:hover {
    color: var(--pf-teal);
}

.container.style-one,
.container-fluid.style-two {
    max-width: 1260px;
}

.pf-eyebrow {
    align-items: center;
    color: var(--pf-gold);
    display: inline-flex;
    font-family: var(--pf-font-mono);
    font-size: 11px;
    font-weight: 500;
    gap: 10px;
    letter-spacing: 0.18em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.pf-eyebrow::before {
    background: currentColor;
    content: '';
    display: block;
    height: 1px;
    width: 28px;
}

.pf-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-family: var(--pf-font-body);
    font-size: 14px;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    line-height: 1;
    min-height: 54px;
    padding: 0 24px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.pf-btn:hover {
    box-shadow: 0 16px 40px rgba(8, 22, 36, 0.12);
    transform: translateY(-2px);
}

.pf-btn-accent {
    background: linear-gradient(135deg, #d57a1f 0%, #b85509 100%);
    box-shadow: 0 18px 42px rgba(192, 92, 10, 0.28);
    color: var(--pf-white);
}

.pf-btn-accent:hover,
.pf-btn-accent:focus {
    background: linear-gradient(135deg, #df842b 0%, #c16012 100%);
    color: var(--pf-white);
}

.pf-btn-outline {
    background: transparent;
    border: 1px solid rgba(194, 139, 48, 0.42);
    color: var(--pf-white);
}

.pf-btn-outline:hover,
.pf-btn-outline:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.34);
    color: var(--pf-white);
}

.pf-btn-outline-dark {
    background: transparent;
    border: 1px solid rgba(194, 139, 48, 0.42);
    color: var(--pf-navy);
}

.pf-btn-outline-dark:hover,
.pf-btn-outline-dark:focus {
    background: var(--pf-navy);
    border-color: var(--pf-navy);
    color: var(--pf-white);
}

.pf-btn-dark {
    background: var(--pf-navy);
    color: var(--pf-white);
}

.pf-btn-dark:hover,
.pf-btn-dark:focus {
    background: #163959;
    color: var(--pf-white);
}

.navbar-area {
    background: rgba(13, 33, 55, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-area.style-one {
    background: linear-gradient(180deg, rgba(8, 22, 36, 0.96) 0%, rgba(8, 22, 36, 0.9) 72%, rgba(8, 22, 36, 0.76) 100%);
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}

.navbar-area.sticky {
    box-shadow: 0 16px 40px rgba(8, 22, 36, 0.16);
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-area.style-one.sticky {
    background: rgba(8, 22, 36, 0.96);
}

.pf-brand {
    align-items: center;
    color: var(--pf-white);
    display: inline-flex;
    gap: 14px;
}

.navbar-area .navbar-brand img.pf-brand-logo {
    display: block;
    height: auto;
    max-width: min(100%, 270px);
    width: 270px;
}

.pf-brand:hover {
    color: var(--pf-white);
}

.pf-brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--pf-gold), #dfb25a);
    border-radius: 14px;
    color: var(--pf-deep);
    display: inline-flex;
    font-family: var(--pf-font-mono);
    font-size: 13px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    width: 42px;
}

.pf-brand-wordmark {
    display: inline-flex;
    flex-direction: column;
    font-family: var(--pf-font-heading);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 0.85;
}

.pf-brand-wordmark span {
    color: var(--pf-gold);
    font-family: var(--pf-font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.menu-section > li > a {
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--pf-font-body);
    font-size: 14px;
    font-weight: 600;
}

.navbar-area .menu > ul > li > a::before {
    content: none;
    display: none !important;
}

.menu-section > li > a:hover,
.menu-section > li > a.active {
    color: var(--pf-white);
}

@media only screen and (min-width: 992px) {
    .navbar-area.style-one .menu > ul > li > a:hover,
    .navbar-area.style-one .menu > ul > li > a.active {
        background: var(--pf-teal) !important;
    }
}

.pf-mobile-nav-cta {
    width: 100%;
}

.navbar-area .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
}

.navbar-wrapper {
    gap: 24px;
    min-height: 92px;
}

.menu-area {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    margin-left: 6px !important;
    margin-right: 0 !important;
    min-width: 0;
}

.menu {
    margin-left: auto;
}

.menu .menu-section {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 0;
}

.menu > ul > li {
    margin-right: 10px;
}

.navbar-area .menu > ul > li > a {
    padding-left: 16px;
    padding-right: 16px;
}

.navbar-area .other-options {
    flex: 0 0 auto;
    margin-left: 10px;
}

.navbar-area .other-options .option-item {
    margin-left: 0;
}

.navbar-area .other-options .pf-btn {
    min-width: 196px;
}

.pf-home-hero,
.pf-page-hero {
    background:
        radial-gradient(circle at 84% 16%, rgba(194, 139, 48, 0.14), transparent 24%),
        radial-gradient(circle at 18% 88%, rgba(0, 109, 111, 0.14), transparent 28%),
        linear-gradient(180deg, #102941 0%, #0b1d31 100%);
    overflow: hidden;
    position: relative;
}

.pf-page-hero.breadcrumb-area {
    background:
        radial-gradient(circle at 84% 16%, rgba(194, 139, 48, 0.14), transparent 24%),
        radial-gradient(circle at 18% 88%, rgba(0, 109, 111, 0.14), transparent 28%),
        linear-gradient(180deg, #102941 0%, #0b1d31 100%);
    margin: 0;
}

.pf-page-hero > .container {
    position: relative;
    z-index: 1;
}

.pf-home-hero::before,
.pf-home-hero::after,
.pf-page-hero::before,
.pf-page-hero::after {
    border-radius: 50%;
    content: '';
    position: absolute;
}

.pf-home-hero::before,
.pf-page-hero::before {
    border: 1px solid rgba(194, 139, 48, 0.18);
    height: 560px;
    right: -100px;
    top: -120px;
    width: 560px;
}

.pf-home-hero::after,
.pf-page-hero::after {
    border: 1px solid rgba(0, 109, 111, 0.2);
    height: 280px;
    right: 18%;
    top: 120px;
    width: 280px;
}

.pf-home-hero {
    padding: 146px 0 118px;
}

.pf-page-hero {
    padding: 148px 0 70px;
}

.pf-home-title {
    color: var(--pf-white);
    font-size: clamp(48px, 6vw, 65px);
    font-weight: 800;
    line-height: 0.96;
    margin-bottom: 18px;
    max-width: 720px;
}

.pf-home-hero-content {
    max-width: 720px;
}

.pf-home-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(18px, 2.1vw, 24px);
    font-weight: 500;
    line-height: 1.55;
    margin-bottom: 18px;
    max-width: 640px;
}

.pf-page-hero .section-title {
    color: var(--pf-white);
    font-size: clamp(30px, 4.2vw, 62px);
    font-weight: 800;
    line-height: 1.04;
    margin-bottom: 16px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
    text-wrap: balance;
}

.pf-home-copy,
.pf-page-hero-copy {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
}

.pf-home-copy {
    margin-bottom: 28px;
    max-width: 660px;
}

.pf-home-hero-image-shell {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    min-height: 100%;
    padding-top: 18px;
    position: relative;
}

.pf-home-hero-image {
    border: 1px solid rgba(194, 139, 48, 0.24);
    border-radius: var(--pf-radius-lg);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
    display: block;
    max-width: none;
    object-fit: cover;
    transform: translate(58px, -8px);
    width: min(620px, calc(100% + 90px));
}

.pf-page-hero-copy {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 760px;
}

.pf-page-label {
    display: none;
}

.pf-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.pf-hero-panel,
.pf-dark-panel,
.pf-quote-band,
.pf-category-band,
.pf-cta-band,
.pf-article-shell {
    border-radius: var(--pf-radius-lg);
}

.pf-hero-panel {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
    color: var(--pf-white);
    padding: 34px;
    position: relative;
}

.pf-panel-label {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    font-family: var(--pf-font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pf-hero-stat {
    color: var(--pf-gold);
    display: block;
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 10px;
}

.pf-hero-panel p,
.pf-panel-meta {
    color: rgba(255, 255, 255, 0.78);
}

.pf-panel-meta {
    font-size: 13px;
    margin-top: 14px;
}

.pf-inline-points,
.pf-feature-list,
.pf-principle-list,
.pf-article-list,
.pf-privacy-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pf-inline-points {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.pf-inline-points li,
.pf-feature-list li,
.pf-principle-list li,
.pf-article-list li {
    padding-left: 22px;
    position: relative;
}

.pf-inline-points li::before,
.pf-feature-list li::before,
.pf-principle-list li::before,
.pf-article-list li::before {
    background: var(--pf-gold);
    border-radius: 50%;
    content: '';
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 8px;
}

.pf-section {
    padding: 110px 0;
}

.pf-section-alt {
    background: var(--pf-surface);
}

.pf-section-soft {
    background: var(--pf-surface-warm);
}

.pf-section-dark {
    background: var(--pf-deep);
    color: rgba(255, 255, 255, 0.8);
}

.pf-section-dark h2,
.pf-section-dark h3,
.pf-section-dark p,
.pf-section-dark li {
    color: var(--pf-white);
}

.pf-section-heading {
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 700;
    line-height: 0.98;
    margin-bottom: 18px;
}

.pf-section-intro {
    color: var(--pf-copy-soft);
    font-size: 16px;
    line-height: 1.75;
    max-width: 760px;
}

.pf-section-dark .pf-section-intro {
    color: rgba(255, 255, 255, 0.74);
}

.pf-card-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.pf-belief-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pf-belief-card {
    background: var(--pf-white);
    border: 1px solid var(--pf-border);
    border-radius: var(--pf-radius-md);
    box-shadow: var(--pf-shadow);
    min-height: 100%;
    padding: 26px 24px;
}

.pf-belief-card h3 {
    font-size: 21px;
    line-height: 1.16;
    margin-bottom: 12px;
}

.pf-belief-card p {
    color: var(--pf-copy);
    line-height: 1.72;
    margin-bottom: 0;
}

.pf-belief-icon {
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 109, 111, 0.05) 0%, rgba(0, 109, 111, 0.08) 100%);
    border: 1px solid rgba(194, 139, 48, 0.32);
    border-radius: 18px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: var(--pf-teal);
    display: inline-flex;
    font-size: 24px;
    height: 64px;
    justify-content: center;
    margin-bottom: 18px;
    width: 64px;
}

.pf-belief-icon i {
    line-height: 1;
}

.pf-card,
.pf-stat-card,
.pf-form-panel,
.pf-team-card,
.pf-insight-card,
.pf-roadmap-card,
.pf-privacy-panel {
    background: var(--pf-white);
    border: 1px solid var(--pf-border);
    border-radius: var(--pf-radius-md);
    box-shadow: var(--pf-shadow);
}

.pf-card,
.pf-stat-card,
.pf-insight-card,
.pf-roadmap-card,
.pf-form-panel,
.pf-privacy-panel {
    padding: 28px;
}

.pf-card h3,
.pf-stat-card h3,
.pf-insight-card h3,
.pf-roadmap-card h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 12px;
}

.pf-card p,
.pf-stat-card p,
.pf-insight-card p,
.pf-roadmap-card p {
    color: var(--pf-copy);
    line-height: 1.75;
    margin-bottom: 0;
}

.pf-stat-card strong {
    color: var(--pf-teal);
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.pf-stat-source {
    color: var(--pf-copy-soft);
    display: block;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 14px;
}

.pf-purpose-band {
    background: linear-gradient(135deg, var(--pf-deep), var(--pf-navy));
    color: var(--pf-white);
    padding: 72px 0;
    text-align: center;
}

.pf-purpose-band p {
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--pf-font-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.pf-purpose-band h2 {
    color: var(--pf-white);
    font-size: clamp(28px, 4vw, 42px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.18;
    margin: 0 auto;
    max-width: 920px;
}

.pf-quote-band,
.pf-category-band,
.pf-cta-band {
    padding: 42px;
}

.pf-quote-band {
    background: linear-gradient(140deg, var(--pf-navy), #102d4a);
    color: var(--pf-white);
}

.pf-quote-band p,
.pf-category-band p,
.pf-cta-band p {
    margin-bottom: 0;
}

.pf-quote-band blockquote {
    color: var(--pf-white);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 14px;
}

.pf-category-band {
    background: linear-gradient(135deg, rgba(13, 33, 55, 0.04), rgba(0, 109, 111, 0.08));
    border: 1px solid rgba(13, 33, 55, 0.08);
}

.pf-category-band strong {
    color: var(--pf-navy);
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}

.pf-category-band-simple {
    background: linear-gradient(180deg, #f9fbfc 0%, #f3f8f8 100%);
    border-radius: var(--pf-radius-lg);
    display: grid;
    gap: 16px;
}

.pf-category-band-feature {
    background: linear-gradient(135deg, rgba(13, 33, 55, 0.03), rgba(0, 109, 111, 0.09) 62%, rgba(194, 139, 48, 0.08));
    border-radius: var(--pf-radius-lg);
    display: grid;
    gap: 14px;
    overflow: hidden;
    position: relative;
}

.pf-category-band-feature::after {
    background: radial-gradient(circle at top right, rgba(0, 109, 111, 0.16), transparent 46%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.pf-category-band-feature > * {
    position: relative;
    z-index: 1;
}

.pf-category-band-heading {
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.08;
    margin-bottom: 0;
    max-width: 760px;
}

.pf-category-band-lead {
    color: var(--pf-copy);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 720px;
}

.pf-category-band-highlight {
    background: linear-gradient(135deg, rgba(0, 109, 111, 0.92), rgba(13, 33, 55, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 22px 46px rgba(8, 22, 36, 0.14);
    color: var(--pf-white);
    display: inline-block;
    font-family: var(--pf-font-heading);
    font-size: clamp(20px, 2.3vw, 30px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.08;
    max-width: min(100%, 760px);
    padding: 18px 24px;
}

.pf-category-band-description {
    color: var(--pf-copy);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 0;
    max-width: 820px;
}

.pf-category-band-note {
    color: var(--pf-copy-soft);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 820px;
}

.pf-category-band-simple .pf-category-band-description strong {
    color: var(--pf-navy);
    display: inline;
    font-size: inherit;
    margin-bottom: 0;
}

.pf-dark-panel {
    background: var(--pf-navy);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.78);
    padding: 34px;
}

.pf-dark-panel h3,
.pf-dark-panel p {
    color: var(--pf-white);
}

.pf-dark-panel p {
    margin-bottom: 0;
}

.pf-pill,
.pf-filter-pill,
.pf-skill-pill {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 9px 14px;
}

.pf-pill {
    background: rgba(0, 109, 111, 0.1);
    color: var(--pf-teal);
}

.pf-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.pf-filter-pill {
    background: var(--pf-white);
    border: 1px solid rgba(13, 33, 55, 0.08);
    color: var(--pf-copy);
}

.pf-filter-pill.active {
    background: var(--pf-navy);
    color: var(--pf-white);
}

.pf-manifesto-lines {
    background: var(--pf-navy);
    border-radius: var(--pf-radius-lg);
    margin: 28px 0;
    padding: 36px 28px;
    text-align: center;
}

.pf-manifesto-lines span {
    color: var(--pf-white);
    display: block;
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 800;
    line-height: 1.55;
}

.pf-about-statement {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    text-align: center;
}

.pf-about-statement p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
}

.pf-about-statement-highlight {
    background: linear-gradient(135deg, #d57a1f 0%, #b85509 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    box-shadow: 0 18px 42px rgba(192, 92, 10, 0.28);
    color: var(--pf-white);
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.3;
    margin: 8px auto 0;
    max-width: 100%;
    padding: 16px 28px;
    text-align: center;
    text-wrap: nowrap;
    white-space: nowrap;
}

.pf-positioning-statement {
    text-align: center;
}

.pf-positioning-statement .pf-section-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.pf-evolution-track {
    align-items: center;
    background: linear-gradient(135deg, rgba(13, 33, 55, 0.98), rgba(16, 45, 74, 0.96));
    border: 1px solid rgba(194, 139, 48, 0.22);
    border-radius: var(--pf-radius-md);
    box-shadow: 0 26px 60px rgba(8, 22, 36, 0.18);
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: center;
    padding: 26px 32px;
}

.pf-evolution-step {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.84);
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.04em;
    min-height: 54px;
    padding: 0 20px;
    text-align: center;
}

.pf-evolution-step:not(:last-child)::after {
    color: var(--pf-gold);
    content: '\2192';
    font-family: var(--pf-font-mono);
    font-size: 20px;
    font-weight: 500;
    margin: 0 16px;
    position: static;
    transform: none;
}

.pf-evolution-step:last-child {
    background: rgba(0, 109, 111, 0.18);
    border-color: rgba(0, 109, 111, 0.42);
    color: var(--pf-white);
}

.pf-roadmap {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.pf-roadmap-card {
    border-top: 4px solid var(--pf-teal);
}

.pf-roadmap-card.is-active {
    border-top-color: var(--pf-gold);
    transform: translateY(-4px);
}

.pf-roadmap-tag {
    color: var(--pf-teal);
    display: block;
    font-family: var(--pf-font-mono);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pf-roadmap-card.is-active .pf-roadmap-tag {
    color: var(--pf-gold);
}

.pf-roadmap-time {
    color: var(--pf-copy-soft);
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pf-form-panel h2,
.pf-form-panel h3 {
    margin-bottom: 14px;
}

.pf-form-panel-wide {
    margin: 0 auto;
    max-width: 920px;
}

.pf-product-access-section {
    background:
        radial-gradient(circle at top left, rgba(194, 139, 48, 0.12), transparent 24%),
        radial-gradient(circle at bottom right, rgba(0, 109, 111, 0.1), transparent 30%),
        linear-gradient(180deg, #f8fbfb 0%, #f3f7f7 100%);
    padding: 72px 0;
}

.pf-product-access-panel {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.94)),
        linear-gradient(135deg, rgba(0, 109, 111, 0.03), rgba(194, 139, 48, 0.05));
    border-color: rgba(13, 33, 55, 0.08);
    box-shadow: 0 28px 70px rgba(8, 22, 36, 0.1);
    position: relative;
}

.pf-form-note,
.pf-form-alert {
    background: rgba(0, 109, 111, 0.08);
    border: 1px solid rgba(0, 109, 111, 0.16);
    border-radius: var(--pf-radius-sm);
    color: var(--pf-teal);
    padding: 14px 16px;
}

.pf-form-alert {
    margin-bottom: 20px;
}

.pf-form-alert.is-success {
    background: rgba(27, 120, 73, 0.1);
    border-color: rgba(27, 120, 73, 0.22);
    color: #17633d;
}

.pf-form-alert.is-info {
    background: rgba(194, 139, 48, 0.12);
    border-color: rgba(194, 139, 48, 0.26);
    color: #8b5f18;
}

.pf-form-alert.is-error {
    background: rgba(176, 42, 55, 0.1);
    border-color: rgba(176, 42, 55, 0.22);
    color: #8f2230;
}

.pf-form-validation-summary[hidden] {
    display: none !important;
}

.pf-form-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.pf-form-label {
    color: var(--pf-navy);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.pf-form-input,
.pf-form-select,
.pf-form-textarea {
    background: var(--pf-white);
    border: 2px solid #244;
    border-radius: 14px;
    color: var(--pf-copy);
    min-height: 54px;
    padding: 0 16px;
    width: 100%;
}

.pf-form-input:focus,
.pf-form-select:focus,
.pf-form-textarea:focus {
    border-color: var(--pf-teal);
    box-shadow: 0 0 0 4px rgba(0, 109, 111, 0.08);
    outline: none;
}

.pf-form-input.is-invalid,
.pf-form-select.is-invalid,
.pf-form-textarea.is-invalid {
    border-color: #b02a37;
    box-shadow: 0 0 0 4px rgba(176, 42, 55, 0.08);
}

.pf-form-textarea {
    min-height: 160px;
    padding: 16px;
    resize: vertical;
}

.pf-check {
    align-items: flex-start;
    display: flex;
    gap: 10px;
}

.pf-check input {
    margin-top: 4px;
}

.pf-check.is-invalid {
    background: rgba(176, 42, 55, 0.04);
    border: 1px solid rgba(176, 42, 55, 0.16);
    border-radius: 14px;
    padding: 12px 14px;
}

.pf-check label {
    color: var(--pf-copy-soft);
    font-size: 14px;
    line-height: 1.6;
}

.pf-form-warning {
    color: #8f2230;
    display: none;
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0 0;
}

.pf-form-warning.is-visible {
    display: block;
}

.pf-contact-list {
    display: grid;
    gap: 16px;
}

.pf-contact-item {
    align-items: flex-start;
    background: var(--pf-white);
    border: 1px solid var(--pf-border);
    border-radius: var(--pf-radius-md);
    box-shadow: var(--pf-shadow);
    display: flex;
    gap: 16px;
    padding: 24px;
}

.pf-founding-statement {
    margin: 0 auto;
    max-width: 840px;
    text-align: center;
}

.pf-founding-statement .pf-section-heading {
    margin-bottom: 14px;
}

.pf-founding-statement .pf-section-intro {
    color: var(--pf-copy);
    max-width: 680px;
}

.pf-contact-icon {
    align-items: center;
    background: rgba(0, 109, 111, 0.08);
    border-radius: 50%;
    color: var(--pf-teal);
    display: inline-flex;
    font-size: 20px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.pf-insight-card h3 {
    font-size: 24px;
}

.pf-insight-meta,
.pf-article-meta {
    color: var(--pf-copy-soft);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 10px 16px;
    margin-bottom: 18px;
}

.pf-insight-card .pf-pill {
    margin-bottom: 16px;
}

.pf-article-shell {
    background: var(--pf-white);
    box-shadow: var(--pf-shadow);
    padding: 48px;
}

.pf-article-shell h1 {
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 600;
    line-height: 0.96;
    margin-bottom: 22px;
}

.pf-article-shell h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 32px 0 16px;
}

.pf-article-shell p,
.pf-article-shell li {
    color: var(--pf-copy);
    font-size: 16px;
    line-height: 1.85;
}

.pf-article-quote {
    background: var(--pf-surface);
    border-left: 4px solid var(--pf-gold);
    border-radius: 0 var(--pf-radius-sm) var(--pf-radius-sm) 0;
    color: var(--pf-navy);
    font-size: 24px;
    font-weight: 700;
    margin: 26px 0;
    padding: 20px 24px;
}

.pf-team-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf-team-card {
    min-height: 100%;
}

.pf-team-card-shell {
    background: var(--pf-white);
    border: 1px solid var(--pf-border);
    border-radius: var(--pf-radius-md);
    box-shadow: var(--pf-shadow);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 28px;
    position: relative;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pf-team-card:hover .pf-team-card-shell {
    box-shadow: 0 28px 70px rgba(8, 22, 36, 0.12);
    transform: translateY(-4px);
}

.pf-team-toggle {
    background: var(--pf-white);
    border: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 28px;
    text-align: left;
    width: 100%;
}

.pf-team-toggle:focus-visible,
.pf-team-close:focus-visible {
    outline: 2px solid var(--pf-teal);
    outline-offset: 4px;
}

.pf-team-portrait {
    align-items: center;
    border: 3px solid rgba(194, 139, 48, 0.45);
    border-radius: 50%;
    color: var(--pf-white);
    display: inline-flex;
    font-size: 30px;
    font-weight: 800;
    height: 122px;
    justify-content: center;
    margin-bottom: 18px;
    transition: transform 0.22s ease;
    width: 122px;
}

.pf-team-card:hover .pf-team-portrait {
    transform: scale(1.03);
}

.tone-foundation {
    background: linear-gradient(135deg, var(--pf-navy), #163959);
}

.tone-insight {
    background: linear-gradient(135deg, var(--pf-teal), #2d8d8f);
}

.tone-product {
    background: linear-gradient(135deg, #6b4b12, var(--pf-gold));
}

.pf-team-summary h3 {
    font-size: 22px;
    margin-bottom: 6px;
}

.pf-team-summary p {
    color: var(--pf-teal);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.pf-team-indicator {
    color: var(--pf-gold);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
}

.pf-team-panel {
    background: var(--pf-surface);
    border-left: 4px solid var(--pf-gold);
    inset: 0;
    opacity: 0;
    padding: 28px;
    pointer-events: none;
    position: absolute;
    transform: translateY(100%);
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.pf-team-card.is-open .pf-team-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.pf-team-close {
    background: transparent;
    border: 0;
    color: var(--pf-copy-soft);
    font-size: 26px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 18px;
}

.pf-team-panel h3 {
    font-size: 22px;
    margin-bottom: 4px;
}

.pf-team-panel p {
    color: var(--pf-copy);
    margin-bottom: 16px;
}

.pf-team-panel .pf-team-role {
    color: var(--pf-teal);
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.pf-team-link {
    align-items: center;
    background: rgba(0, 109, 111, 0.08);
    border: 1px solid rgba(0, 109, 111, 0.12);
    border-radius: 50%;
    color: var(--pf-teal);
    display: inline-flex;
    font-size: 18px;
    height: 42px;
    justify-content: center;
    margin-top: 18px;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
    width: 42px;
}

.pf-team-link:hover,
.pf-team-link:focus-visible {
    background: var(--pf-teal);
    border-color: var(--pf-teal);
    color: var(--pf-white);
    transform: translateY(-2px);
}

.pf-team-capability-wrap {
    border-top: 1px solid rgba(13, 33, 55, 0.1);
    padding-top: 22px;
}

.pf-team-capability-title {
    color: var(--pf-teal);
    display: table;
    font-size: clamp(28px, 3vw, 38px);
    margin: 0 auto 26px;
    padding-bottom: 6px;
    position: relative;
    text-align: center;
}

.pf-team-capability-title::after {
    background: currentColor;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.pf-team-capability-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pf-team-capability-card {
    background: linear-gradient(180deg, #f7f9fb 0%, #f4f7fa 100%);
    border: 1px solid rgba(13, 33, 55, 0.08);
    border-radius: var(--pf-radius-sm);
    min-height: 100%;
    padding: 24px 22px;
}

.pf-team-capability-head {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 14px;
}

.pf-team-capability-icon {
    color: var(--pf-teal);
    display: inline-flex;
    font-size: 38px;
    line-height: 1;
}

.pf-team-capability-card h3 {
    color: var(--pf-teal);
    font-size: 22px;
    margin: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
}

.pf-team-capability-card p {
    color: var(--pf-copy-soft);
    font-size: 16px;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    text-align: center;
}

.pf-team-capability-summary {
    border-top: 1px solid rgba(13, 33, 55, 0.1);
    color: var(--pf-copy);
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    margin: 28px auto 0;
    max-width: 900px;
    padding-top: 26px;
    text-align: center;
}

.pf-skill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.pf-skill-pill {
    background: #e5f4f4;
    color: var(--pf-teal);
}

.pf-footer-menu a,
.pf-footer-contact li,
.copyright-text {
    color: rgba(255, 255, 255, 0.72);
}

.pf-footer-copy {
    color: var(--pf-white);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 420px;
}

.footer-area {
    background: var(--pf-deep) !important;
}

.pf-brand-footer {
    align-items: flex-start;
}

.pf-footer-logo {
    display: block;
    height: auto;
    max-width: min(100%, 220px);
    width: 220px;
}

@media (max-width: 991px) {
    .navbar-area .navbar-brand img.pf-brand-logo {
        max-width: min(100%, 260px);
        width: 260px;
    }
}

@media (min-width: 992px) {
    .pf-footer-logo {
        max-width: min(100%, 300px);
        width: 300px;
    }
}

.pf-footer-menu {
    columns: 2;
    gap: 30px;
}

.pf-footer-menu li {
    break-inside: avoid;
    margin-bottom: 10px;
}

.pf-footer-menu a:hover,
.pf-footer-contact a:hover {
    color: var(--pf-white);
}

.pf-footer-contact {
    display: grid;
    gap: 16px;
}

.pf-footer-contact-item {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 18px minmax(0, 1fr);
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.pf-footer-contact-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    min-height: 22px;
}

.pf-footer-contact img {
    left: auto;
    position: static;
    top: auto;
    transform: none;
}

.pf-footer-contact-text {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.pf-footer-contact-text span {
    margin-right: 6px;
}

.pf-footer-email-row .pf-footer-contact-text {
    white-space: nowrap;
}

.pf-footer-contact-icon-spacer {
    min-height: 1px;
}

.pf-footer-social-row {
    align-items: start;
}

.pf-footer-social-text {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pf-footer-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pf-footer-social-list li {
    margin: 0;
}

.pf-footer-social-link {
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(194, 139, 48, 0.3);
    border-radius: 999px;
    color: var(--pf-gold);
    display: inline-flex;
    height: 36px;
    line-height: 1;
    justify-content: center;
    width: 36px;
}

.pf-footer-social-link svg,
.pf-footer-social-link i {
    display: block;
    font-size: 18px;
    line-height: 1;
    height: 16px;
    width: 16px;
}

.pf-footer-social-link svg {
    fill: currentColor;
}

.pf-footer-social-link:hover,
.pf-footer-social-link:focus-visible {
    background: rgba(0, 109, 111, 0.16);
    border-color: rgba(0, 109, 111, 0.4);
    color: var(--pf-white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0;
    text-align: center;
}

.footer-bottom .container-fluid {
    display: flex;
    justify-content: center;
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.footer-bottom .copyright-text {
    background: transparent;
    border: 0;
    bottom: auto !important;
    display: block !important;
    font-size: 13px;
    left: auto !important;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: static !important;
    text-align: center;
    transform: none !important;
    width: auto;
}

.footer-bottom .copyright-text i {
    color: var(--pf-gold);
    margin-right: 8px;
}

.pf-privacy-panel h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.pf-privacy-panel h3 {
    font-size: 18px;
    margin: 24px 0 10px;
}

.pf-privacy-panel p,
.pf-privacy-panel li {
    color: var(--pf-copy);
    line-height: 1.8;
}

.pf-privacy-list {
    display: grid;
    gap: 8px;
    margin-top: 12px;
}

.pf-privacy-list li {
    padding-left: 22px;
    position: relative;
}

.pf-privacy-list li::before {
    background: var(--pf-teal);
    border-radius: 50%;
    content: '';
    height: 8px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 8px;
}

.pf-muted {
    color: var(--pf-copy-soft);
}

.pf-cta-band {
    align-items: center;
    background:
        radial-gradient(circle at top right, rgba(194, 139, 48, 0.26), transparent 34%),
        linear-gradient(135deg, #0d7376 0%, #0d2137 56%, #5f4619 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 70px rgba(8, 22, 36, 0.24);
    color: var(--pf-white);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.pf-cta-band::before {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: '';
    height: 220px;
    left: -70px;
    pointer-events: none;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 220px;
}

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

.pf-cta-band h2 {
    color: var(--pf-white);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    max-width: 720px;
}

.pf-cta-band p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}

.pf-cta-band .pf-btn {
    min-width: 214px;
}

.pf-two-column {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pf-dual-cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media only screen and (max-width: 1199px) {
    .pf-footer-menu {
        columns: 1;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-area,
    .navbar-area.style-one,
    .navbar-area.sticky {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .navbar-area.style-one {
        position: relative !important;
    }

    .navbar-area .container-fluid {
        padding-left: 18px;
        padding-right: 18px;
    }

    .navbar-wrapper {
        min-height: 72px;
    }

    .menu-area {
        display: block;
        flex: initial;
        justify-content: initial;
        margin-left: 0 !important;
        min-width: auto;
    }

    .menu {
        margin-left: 0;
    }

    .menu .menu-section {
        display: block;
    }

    .navbar-area.style-one .menu > ul > li > a.active,
    .navbar-area.style-one .menu > ul > li > a:hover {
        color: var(--pf-teal) !important;
    }

    .pf-home-hero,
    .pf-page-hero {
        padding-top: 120px;
    }

    .pf-page-hero {
        padding-bottom: 58px;
    }

    .pf-two-column,
    .pf-dual-cards,
    .pf-form-grid,
    .pf-belief-grid {
        grid-template-columns: 1fr;
    }

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

    .pf-team-capability-grid {
        grid-template-columns: 1fr;
    }

    .pf-home-hero-image-shell {
        justify-content: center;
        padding-top: 0;
    }

    .pf-home-hero-image {
        max-width: 620px;
        transform: none;
        width: 100%;
    }

    .pf-evolution-track {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .pf-evolution-step {
        justify-content: flex-start;
        text-align: left;
    }

    .pf-evolution-step:not(:last-child)::after {
        content: none;
    }

    .pf-form-grid .pf-form-full {
        grid-column: auto;
    }

    .pf-article-shell,
    .pf-cta-band,
    .pf-quote-band,
    .pf-category-band {
        padding: 30px;
    }

    .pf-category-band-highlight {
        font-size: 22px;
        padding: 16px 20px;
    }

    .pf-category-band-lead,
    .pf-category-band-description {
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-area .menu > ul > li > a {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .pf-home-hero {
        padding: 120px 0 92px;
    }

    .pf-page-hero {
        padding: 116px 0 50px;
    }

    .pf-home-title {
        font-size: 34px;
        line-height: 1.08;
    }

    .pf-home-subtitle {
        font-size: 17px;
        line-height: 1.65;
    }

    .pf-page-hero .section-title {
        font-size: 30px;
        line-height: 1.08;
    }

    .pf-about-statement-highlight {
        font-size: 22px;
        text-wrap: balance;
        white-space: normal;
    }

    .pf-category-band-heading {
        line-height: 1.08;
    }

    .pf-category-band-highlight {
        font-size: 20px;
        padding: 14px 18px;
    }

    .pf-section {
        padding: 84px 0;
    }

    .pf-purpose-band {
        padding: 56px 0;
    }

    .pf-card,
    .pf-stat-card,
    .pf-insight-card,
    .pf-roadmap-card,
    .pf-form-panel,
    .pf-privacy-panel,
    .pf-team-card-shell,
    .pf-team-toggle,
    .pf-team-panel,
    .pf-hero-panel {
        padding: 22px;
    }

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

    .pf-team-capability-card {
        padding: 22px 20px;
    }

    .pf-team-capability-head {
        align-items: flex-start;
    }

    .pf-team-capability-card h3 {
        font-size: 20px;
    }

    .pf-team-capability-summary {
        font-size: 16px;
    }

    .pf-team-portrait {
        height: 100px;
        width: 100px;
    }

    .pf-cta-band {
        padding: 26px;
    }

    .pf-footer-email-row .pf-footer-contact-text {
        white-space: normal;
    }

    .footer-bottom .container-fluid {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}
