@charset "UTF-8";

html {
box-sizing: border-box;
font-size: 100%;
}

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

html,
body {
margin: 0;
}

body {
position: relative;
min-height: 100vh;
font-family: "Red Hat Display", sans-serif;
}

.site-header {
background: #082C42;
position: relative;
overflow: hidden;
}

.site-header::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #082C42 60%, #277DB2 160%);
pointer-events: none;
z-index: 0;
}

.site-header::after {
content: "";
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, #277DB2 0%, #A4C4ED 50%, #277DB2 100%);
pointer-events: none;
z-index: 1;
}

.header-top-row {
position: relative;
z-index: 2;
max-width: 1140px;
margin: 0 auto;
padding: 20px 40px 12px 40px;
display: flex;
align-items: center;
justify-content: space-between;
}

.header-logo-box {
display: block;
width: 68px;
height: 68px;
background: #fff;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10), 0 12px 36px -1px rgba(8, 44, 66, 0.11);
padding: 8px;
flex-shrink: 0;
}

.header-logo-box img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.header-region-tag {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
color: #A4C4ED;
line-height: 1.15;
letter-spacing: 0.01em;
}

.header-region-tag .region-dot {
display: block;
width: 8px;
height: 8px;
border-radius: 0px;
background: #277DB2;
flex-shrink: 0;
}

.header-nav-row {
position: relative;
z-index: 2;
border-top: 1px solid rgba(39, 125, 178, 0.25);
max-width: 1140px;
margin: 0 auto;
padding: 0 40px;
}

.header-nav-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 4px;
align-items: center;
}

.header-nav-list li a {
display: inline-block;
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
font-weight: 700;
color: #A4C4ED;
text-decoration: none;
padding: 20px 20px;
line-height: 1.15;
letter-spacing: 0.02em;
transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 0px;
position: relative;
}

.header-nav-list li a::after {
content: "";
display: block;
position: absolute;
bottom: 12px;
left: 20px;
right: 20px;
height: 2px;
background: #277DB2;
transform: scaleX(0);
transform-origin: left center;
transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-nav-list li a:hover {
color: #fff;
background-color: rgba(39, 125, 178, 0.12);
}

.header-nav-list li a:hover::after {
transform: scaleX(1);
}

.header-nav-list li a:focus-visible {
outline: 3px solid;
outline-color: #A4C4ED;
outline-offset: 2px;
border-radius: 6px;
}

.header-nav-list li a[aria-current="page"] {
color: #fff;
}

.header-nav-row-outer {
background: rgba(8, 44, 66, 0.6);
position: relative;
z-index: 2;
}

.header-accent-bar {
display: flex;
align-items: stretch;
gap: 0;
position: absolute;
top: 0;
right: 0;
height: 100%;
pointer-events: none;
}

.header-accent-stripe {
width: 4px;
background: #277DB2;
opacity: 0.5;
}

.header-accent-stripe-light {
width: 2px;
background: #A4C4ED;
opacity: 0.3;
margin-left: 4px;
}

.site-footer {
background: #082C42;
position: relative;
}

.site-footer::before {
content: "";
display: block;
height: 3px;
background: linear-gradient(90deg, #277DB2 0%, #A4C4ED 50%, #277DB2 100%);
}

.footer-body {
max-width: 1140px;
margin: 0 auto;
padding: 40px 40px 20px 40px;
}

.footer-logo-rule {
display: block;
width: 100%;
height: 1px;
background: rgba(164, 196, 237, 0.18);
margin-bottom: 20px;
}

.footer-logo-area {
margin-bottom: 20px;
}

.footer-logo-link {
display: inline-block;
width: 60px;
height: 60px;
background: #fff;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
padding: 8px;
flex-shrink: 0;
}

.footer-logo-link img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.footer-single-row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 12px;
padding-top: 20px;
border-top: 1px solid rgba(164, 196, 237, 0.12);
}

.footer-nav-links {
display: flex;
flex-wrap: wrap;
gap: 4px;
list-style: none;
margin: 0;
padding: 0;
align-items: center;
}

.footer-nav-links li a {
display: inline-block;
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
color: #A4C4ED;
text-decoration: none;
padding: 8px 12px;
line-height: 1.15;
border-radius: 6px;
transition: color 0.65s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.8s cubic-bezier(0.0, 0, 0.2, 1);
}

.footer-nav-links li a:hover {
color: #fff;
background-color: rgba(39, 125, 178, 0.18);
}

.footer-nav-links li a:focus-visible {
outline: 3px solid #A4C4ED;
outline-offset: 2px;
}

.footer-nav-sep {
display: inline-block;
width: 3px;
height: 3px;
background: rgba(164, 196, 237, 0.35);
border-radius: 0px;
vertical-align: middle;
margin: 0 4px;
}

.footer-cookie-pref-link {
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
color: rgba(164, 196, 237, 0.6);
text-decoration: underline;
text-underline-offset: 3px;
background: none;
border: none;
cursor: pointer;
padding: 8px 12px;
line-height: 1.15;
transition: color 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-cookie-pref-link:hover {
color: #A4C4ED;
}

.footer-cookie-pref-link:focus-visible {
outline: 3px solid #A4C4ED;
outline-offset: 2px;
border-radius: 6px;
}

.footer-copy {
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
color: rgba(164, 196, 237, 0.5);
line-height: 1.15;
white-space: nowrap;
}

.cookie-popup {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 2000;
background: #fff;
border-radius: 10px;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10), 0 12px 36px -1px rgba(8, 44, 66, 0.11);
max-width: 320px;
width: 100%;
padding: 20px;
border-top: 3px solid #277DB2;
}

.cookie-popup-headline {
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
font-weight: 700;
color: #082C42;
line-height: 1.15;
margin: 0 0 8px 0;
}

.cookie-popup-desc {
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
color: #277DB2;
line-height: 1.7;
margin: 0 0 12px 0;
}

.cookie-datasale-notice {
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
color: #082C42;
line-height: 1.7;
margin: 0 0 12px 0;
padding: 8px 12px;
background: rgba(164, 196, 237, 0.18);
border-radius: 6px;
}

.cookie-datasale-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
margin-top: 8px;
}

.cookie-datasale-label {
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
color: #082C42;
line-height: 1.15;
}

.cookie-datasale-toggle {
display: flex;
align-items: center;
gap: 8px;
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
color: #082C42;
cursor: pointer;
}

.cookie-popup-actions {
display: flex;
gap: 12px;
align-items: center;
justify-content: flex-end;
}

.cookie-btn-accept {
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
font-weight: 700;
color: #082C42;
background: none;
border: none;
cursor: pointer;
padding: 0;
text-decoration: underline;
text-underline-offset: 3px;
line-height: 1.15;
transition: color 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-btn-accept:hover {
color: #277DB2;
}

.cookie-btn-accept:focus-visible {
outline: 3px solid #082C42;
outline-offset: 2px;
border-radius: 6px;
}

.cookie-btn-decline {
font-family: "Red Hat Display", sans-serif;
font-size: 15px;
color: rgba(8, 44, 66, 0.55);
background: none;
border: none;
cursor: pointer;
padding: 0;
text-decoration: underline;
text-underline-offset: 3px;
line-height: 1.15;
transition: color 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-btn-decline:hover {
color: #082C42;
}

.cookie-btn-decline:focus-visible {
outline: 3px solid #082C42;
outline-offset: 2px;
border-radius: 6px;
}

@media (max-width: 768px) {
.header-top-row {
padding: 20px 20px 12px 20px;
}

.header-nav-row {
padding: 0 20px;
}

.header-nav-list li a {
padding: 12px 12px;
font-size: 15px;
}

.footer-body {
padding: 40px 20px 20px 20px;
}

.footer-single-row {
flex-direction: column;
align-items: flex-start;
gap: 12px;
}

.footer-copy {
white-space: normal;
}

.cookie-popup {
right: 12px;
left: 12px;
max-width: none;
bottom: 12px;
}
}

@media (min-width: 769px) and (max-width: 1280px) {
.header-top-row {
padding: 20px 40px 12px 40px;
}

.header-nav-row {
padding: 0 40px;
}
}

.terms-block {
max-width: 1140px;
margin: 0 auto;
padding: 80px 40px;
}

.terms-block p {
font-size: 15px;
line-height: 1.7;
color: #082C42;
margin-bottom: 20px;
}

.terms-block em,
.terms-block i {
font-style: italic;
color: #277DB2;
}

.terms-block a {
color: #277DB2;
text-decoration: underline;
text-decoration-thickness: 1px;
text-underline-offset: 3px;
transition: color 0.65s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.terms-block a:hover {
color: #082C42;
text-decoration-color: #A4C4ED;
}

.terms-block table {
width: 100%;
border-collapse: collapse;
margin-bottom: 40px;
font-size: 15px;
line-height: 1.7;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
border-radius: 10px;
overflow: hidden;
}

.terms-block thead {
background-color: #082C42;
}

.terms-block thead th {
color: #ffffff;
font-size: 15px;
font-weight: 600;
letter-spacing: -0.01em;
padding: 12px 20px;
text-align: left;
}

.terms-block tbody tr {
border-bottom: 1px solid #A4C4ED;
transition: background-color 0.7s cubic-bezier(0.0, 0, 0.2, 1);
}

.terms-block tbody tr:last-child {
border-bottom: none;
}

.terms-block tbody tr:nth-child(even) {
background-color: #f2f7fc;
}

.terms-block tbody tr:hover {
background-color: #e4eef8;
}

.terms-block td {
padding: 12px 20px;
color: #082C42;
font-size: 15px;
line-height: 1.7;
vertical-align: top;
}

.terms-block th {
padding: 12px 20px;
}

.terms-block hr {
border: none;
height: 1px;
background: linear-gradient(90deg, #A4C4ED 0%, #277DB2 50%, #A4C4ED 100%);
margin: 40px 0;
border-radius: 0px;
opacity: 0.5;
}

@media (max-width: 768px) {
.terms-block {
padding: 40px 20px;
}

.terms-block table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border-radius: 10px;
}

.terms-block td,
.terms-block thead th {
padding: 12px;
min-width: 120px;
}
}

@media (min-width: 769px) and (max-width: 1280px) {
.terms-block {
padding: 80px 40px;
}
}

.ss-det {
background: #fff;
overflow-x: clip;
position: relative;
}

.ss-det .breadcrumb-bar {
background: #f4f8fd;
border-bottom: 1px solid #d0e4f5;
padding: 12px 20px;
}

.ss-det .breadcrumb-bar .bc-inner {
max-width: 1140px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}

.ss-det .breadcrumb-bar .bc-link {
color: #277DB2;
text-decoration: none;
font-size: 15px;
line-height: 1.7;
transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-det .breadcrumb-bar .bc-link:hover {
color: #082C42;
}

.ss-det .breadcrumb-bar .bc-sep {
display: flex;
align-items: center;
}

.ss-det .breadcrumb-bar .bc-sep svg {
display: block;
}

.ss-det .breadcrumb-bar .bc-current {
color: #082C42;
font-size: 15px;
line-height: 1.7;
font-weight: 600;
}

.ss-det .article-title-block {
max-width: 1140px;
margin: 0 auto;
padding: 80px 20px 40px;
display: grid;
grid-template-columns: 1fr 2fr 1fr;
gap: 40px;
align-items: center;
position: relative;
}

.ss-det .article-title-block .curved-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
overflow: hidden;
border-radius: 16px;
}

.ss-det .article-title-block .curved-bg svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ss-det .title-img-left,
.ss-det .title-img-right {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
}

.ss-det .title-img-left img,
.ss-det .title-img-right img {
width: 100%;
height: 280px;
object-fit: cover;
display: block;
filter: saturate(0.9) contrast(1.05);
transition: filter 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-det .title-img-left img:hover,
.ss-det .title-img-right img:hover {
filter: saturate(0) contrast(1.05);
}

.ss-det .title-img-right {
transform: scaleX(-1);
}

.ss-det .title-text-center {
text-align: center;
position: relative;
z-index: 1;
}

.ss-det .title-text-center .article-label {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(107deg, #082C42 0%, #fff 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 12px;
}

.ss-det .title-text-center .article-label svg {
flex-shrink: 0;
-webkit-text-fill-color: initial;
}

.ss-det .title-text-center .art-h1 {
font-size: 43px;
line-height: 1.15;
font-weight: 800;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 2px #082C42;
margin: 0 0 20px;
}

.ss-det .title-text-center .art-h1 .pause-line {
display: block;
}

.ss-det .title-text-center .title-accent-line {
width: 48px;
height: 3px;
background: linear-gradient(107deg, #277DB2, #A4C4ED);
margin: 0 auto 20px;
border-radius: 0px;
}

.ss-det .title-text-center .meta-row {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
}

.ss-det .title-text-center .meta-item {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
color: #277DB2;
font-size: 15px;
line-height: 1.7;
}

.ss-det .title-text-center .meta-item svg {
flex-shrink: 0;
}

.ss-det .title-text-center .meta-item span {
color: #082C42;
}

.ss-det .chevron-divider {
width: 100%;
line-height: 0;
overflow: hidden;
}

.ss-det .chevron-divider svg {
display: block;
width: 100%;
}

.ss-det .article-body-wrap {
background: linear-gradient(107deg, #f4f8fd 0%, #fff 100%);
padding: 80px 20px;
}

.ss-det .article-body-inner {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 340px;
gap: 40px;
align-items: start;
}

.ss-det .article-body-text .art-text-label {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
color: #277DB2;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
margin-bottom: 20px;
}

.ss-det .article-body-text .art-text-label svg {
flex-shrink: 0;
}

.ss-det .article-body-text .body-accent-line {
width: 32px;
height: 2px;
background: #277DB2;
margin-bottom: 20px;
border-radius: 0px;
}

.ss-det .article-body-text p {
font-size: 18px;
line-height: 1.7;
color: #082C42;
margin: 0 0 20px;
counter-increment: para-count;
}

.ss-det .article-body-text .numbered-paras {
counter-reset: para-count;
}

.ss-det .article-body-text .numbered-paras p::before {
content: counter(para-count, decimal-leading-zero) ".";
color: #A4C4ED;
font-weight: 700;
font-size: 15px;
margin-right: 8px;
}

.ss-det .article-body-text h2 {
font-size: 43px;
line-height: 1.15;
font-weight: 800;
color: transparent;
-webkit-text-stroke: 1.5px #082C42;
letter-spacing: -0.02em;
margin: 40px 0 20px;
}

.ss-det .article-body-text h4 {
font-size: 18px;
line-height: 1.7;
font-weight: 700;
color: #277DB2;
margin: 20px 0 8px;
}

.ss-det .article-body-text ins {
text-decoration: none;
background: linear-gradient(107deg, rgba(39, 125, 178, 0.15), rgba(164, 196, 237, 0.15));
border-radius: 6px;
padding: 4px 8px;
color: #082C42;
font-weight: 600;
}

.ss-det .article-body-text ol {
padding-left: 20px;
margin: 0 0 20px;
}

.ss-det .article-body-text ol li {
font-size: 18px;
line-height: 1.7;
color: #082C42;
margin-bottom: 8px;
}

.ss-det .article-body-text blockquote {
margin: 40px 0;
padding: 20px 20px 20px 40px;
background: linear-gradient(107deg, #f4f8fd, #fff);
border-radius: 10px;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
position: relative;
}

.ss-det .article-body-text blockquote::before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
background: linear-gradient(107deg, #277DB2, #A4C4ED);
border-radius: 10px 0 0 10px;
}

.ss-det .article-body-text blockquote p {
font-size: 18px;
line-height: 1.7;
color: #082C42;
font-style: italic;
margin: 0;
}

.ss-det .article-body-text blockquote p::before {
display: none;
}

.ss-det .article-body-text table {
width: 100%;
border-collapse: collapse;
margin: 20px 0 40px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06);
}

.ss-det .article-body-text table tr:first-child td {
background: #082C42;
color: #fff;
font-weight: 700;
font-size: 15px;
}

.ss-det .article-body-text table tr:nth-child(even) td {
background: #f4f8fd;
}

.ss-det .article-body-text table td {
padding: 12px 20px;
font-size: 15px;
line-height: 1.7;
color: #082C42;
border-bottom: 1px solid #d0e4f5;
}

.ss-det .article-sidebar {
display: flex;
flex-direction: column;
gap: 20px;
}

.ss-det .sidebar-card {
background: #fff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
}

.ss-det .sidebar-card .sc-heading {
font-size: 15px;
line-height: 1.7;
font-weight: 700;
color: #082C42;
margin: 0 0 12px;
text-align: center;
}

.ss-det .sidebar-card .sc-accent {
width: 28px;
height: 2px;
background: linear-gradient(107deg, #277DB2, #A4C4ED);
margin: 0 auto 12px;
border-radius: 0px;
}

.ss-det .sidebar-card .sc-text {
font-size: 15px;
line-height: 1.7;
color: #082C42;
text-align: center;
margin: 0 0 12px;
}

.ss-det .sidebar-card .sc-btn {
display: block;
width: 100%;
padding: 12px 20px;
background: #277DB2;
color: #fff;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
border: none !important;
border-radius: 6px;
text-align: center;
text-decoration: none;
cursor: pointer;
transition: background 0.65s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.65s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 3px -1px rgba(39, 125, 178, 0.06), 0 7px 28px -1px rgba(39, 125, 178, 0.10);
outline: 2px solid transparent;
outline-offset: 4px;
}

.ss-det .sidebar-card .sc-btn:hover {
background: #082C42;
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
outline: 2px solid #277DB2;
outline-offset: 6px;
}

.ss-det .sidebar-card .sc-btn:focus {
outline: 2px solid #277DB2;
outline-offset: 6px;
}

.ss-det .sidebar-card .sc-btn:active {
background: #082C42;
}

.ss-det .growth-chart-card {
background: #082C42;
border-radius: 10px;
padding: 20px;
}

.ss-det .growth-chart-card .gc-heading {
font-size: 15px;
line-height: 1.7;
font-weight: 700;
color: #A4C4ED;
margin: 0 0 20px;
text-align: center;
}

.ss-det .growth-chart-card .gc-steps {
display: flex;
flex-direction: column;
gap: 12px;
}

.ss-det .growth-chart-card .gc-step {
display: flex;
flex-direction: row;
align-items: center;
gap: 12px;
}

.ss-det .growth-chart-card .gc-step-label {
font-size: 15px;
line-height: 1.15;
color: #A4C4ED;
width: 60px;
flex-shrink: 0;
text-align: right;
}

.ss-det .growth-chart-card .gc-bar-track {
flex: 1;
height: 12px;
background: rgba(164, 196, 237, 0.15);
border-radius: 6px;
overflow: hidden;
}

.ss-det .growth-chart-card .gc-bar-fill {
height: 100%;
border-radius: 6px;
background: linear-gradient(107deg, #277DB2, #A4C4ED);
transition: width 0.9s cubic-bezier(0.0, 0, 0.2, 1);
}

.ss-det .growth-chart-card .gc-step-val {
font-size: 15px;
line-height: 1.15;
color: #fff;
font-weight: 700;
width: 40px;
flex-shrink: 0;
}

.ss-det .chevron-divider-2 {
width: 100%;
line-height: 0;
overflow: hidden;
}

.ss-det .chevron-divider-2 svg {
display: block;
width: 100%;
}

.ss-det .split-bg-block {
position: relative;
}

.ss-det .split-bg-block .split-top {
background: linear-gradient(107deg, #082C42 0%, #0d3d5c 100%);
padding: 80px 20px 40px;
}

.ss-det .split-bg-block .split-bottom {
background: #f4f8fd;
padding: 40px 20px 80px;
}

.ss-det .split-bg-block .split-inner {
max-width: 1140px;
margin: 0 auto;
}

.ss-det .split-bg-block .split-top .split-heading {
font-size: 43px;
line-height: 1.15;
font-weight: 800;
color: transparent;
-webkit-text-stroke: 2px #A4C4ED;
letter-spacing: -0.02em;
text-align: center;
margin: 0 0 12px;
}

.ss-det .split-bg-block .split-top .split-sub {
font-size: 18px;
line-height: 1.7;
color: #A4C4ED;
text-align: center;
margin: 0 0 40px;
}

.ss-det .split-bg-block .split-top .split-accent {
width: 48px;
height: 3px;
background: linear-gradient(107deg, #A4C4ED, #277DB2);
margin: 0 auto 40px;
border-radius: 0px;
}

.ss-det .split-bg-block .cards-row {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 40px;
}

.ss-det .split-bg-block .feat-card {
background: rgba(255, 255, 255, 0.06);
border-radius: 10px;
padding: 20px;
text-align: center;
transition: background 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06);
}

.ss-det .split-bg-block .feat-card:hover {
background: rgba(255, 255, 255, 0.12);
transform: rotate(1.5deg);
}

.ss-det .split-bg-block .feat-card .fc-icon {
width: 48px;
height: 48px;
margin: 0 auto 12px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(164, 196, 237, 0.15);
border-radius: 10px;
}

.ss-det .split-bg-block .feat-card .fc-title {
font-size: 15px;
line-height: 1.7;
font-weight: 700;
color: #fff;
margin: 0 0 8px;
}

.ss-det .split-bg-block .feat-card .fc-desc {
font-size: 15px;
line-height: 1.7;
color: #A4C4ED;
margin: 0;
}

.ss-det .split-bg-block .split-bottom .multi-level {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}

.ss-det .split-bg-block .split-bottom .ml-primary {
padding: 40px;
background: #fff;
border-radius: 16px;
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-tag {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(107deg, #082C42, #277DB2);
color: #fff;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
padding: 4px 12px;
border-radius: 6px;
margin-bottom: 12px;
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-h3 {
font-size: 43px;
line-height: 1.15;
font-weight: 800;
color: transparent;
-webkit-text-stroke: 1.5px #082C42;
letter-spacing: -0.02em;
margin: 0 0 12px;
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-accent {
width: 32px;
height: 2px;
background: #277DB2;
margin-bottom: 12px;
border-radius: 0px;
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-text {
font-size: 18px;
line-height: 1.7;
color: #082C42;
margin: 0 0 20px;
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-sub-items {
display: flex;
flex-direction: column;
gap: 12px;
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-sub-item {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
padding: 12px;
background: #f4f8fd;
border-radius: 6px;
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-sub-item .msi-icon {
flex-shrink: 0;
width: 32px;
height: 32px;
background: linear-gradient(107deg, #277DB2, #A4C4ED);
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-sub-item .msi-body {}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-sub-item .msi-title {
font-size: 15px;
line-height: 1.7;
font-weight: 700;
color: #082C42;
margin: 0 0 4px;
}

.ss-det .split-bg-block .split-bottom .ml-primary .ml-sub-item .msi-desc {
font-size: 15px;
line-height: 1.7;
color: #277DB2;
margin: 0;
}

.ss-det .split-bg-block .split-bottom .ml-secondary {
display: flex;
flex-direction: column;
gap: 20px;
}

.ss-det .split-bg-block .split-bottom .ml-sec-card {
background: #fff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
text-align: center;
transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-det .split-bg-block .split-bottom .ml-sec-card:hover {
transform: rotate(-1deg);
}

.ss-det .split-bg-block .split-bottom .ml-sec-card .msc-num {
font-size: 43px;
line-height: 1.15;
font-weight: 800;
color: transparent;
-webkit-text-stroke: 1.5px #277DB2;
letter-spacing: -0.02em;
margin: 0 0 8px;
}

.ss-det .split-bg-block .split-bottom .ml-sec-card .msc-label {
font-size: 15px;
line-height: 1.7;
color: #082C42;
font-weight: 600;
margin: 0 0 8px;
}

.ss-det .split-bg-block .split-bottom .ml-sec-card .msc-desc {
font-size: 15px;
line-height: 1.7;
color: #277DB2;
margin: 0;
}

.ss-det .chevron-divider-3 {
width: 100%;
line-height: 0;
overflow: hidden;
}

.ss-det .chevron-divider-3 svg {
display: block;
width: 100%;
}

.ss-det .contact-strip {
background: #fff;
padding: 80px 20px;
}

.ss-det .contact-strip .cs-inner {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}

.ss-det .contact-strip .cs-left .cs-label {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
color: #277DB2;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
margin-bottom: 12px;
}

.ss-det .contact-strip .cs-left .cs-heading {
font-size: 43px;
line-height: 1.15;
font-weight: 800;
color: transparent;
-webkit-text-stroke: 1.5px #082C42;
letter-spacing: -0.02em;
margin: 0 0 12px;
}

.ss-det .contact-strip .cs-left .cs-accent {
width: 32px;
height: 2px;
background: #277DB2;
margin-bottom: 20px;
border-radius: 0px;
}

.ss-det .contact-strip .cs-left .cs-text {
font-size: 18px;
line-height: 1.7;
color: #082C42;
margin: 0 0 20px;
}

.ss-det .contact-strip .cs-left .cs-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #277DB2;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
text-decoration: none;
transition: color 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-det .contact-strip .cs-left .cs-link .cs-arrow {
opacity: 0;
transform: translateX(-4px);
transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-det .contact-strip .cs-left .cs-link:hover {
color: #082C42;
}

.ss-det .contact-strip .cs-left .cs-link:hover .cs-arrow {
opacity: 1;
transform: translateX(0);
}

.ss-det .contact-strip .cs-right .contact-form {
background: #f4f8fd;
border-radius: 16px;
padding: 40px;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
}

.ss-det .contact-strip .cs-right .form-group {
margin-bottom: 20px;
}

.ss-det .contact-strip .cs-right .form-label {
display: block;
font-size: 15px;
line-height: 1.7;
font-weight: 700;
color: #082C42;
margin-bottom: 8px;
}

.ss-det .contact-strip .cs-right .form-input,
.ss-det .contact-strip .cs-right .form-textarea {
width: 100%;
padding: 12px 20px;
border: 1px solid #A4C4ED;
border-radius: 6px;
font-size: 15px;
line-height: 1.7;
color: #082C42;
background: #fff;
box-sizing: border-box;
transition: border-color 0.65s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.65s cubic-bezier(0.4, 0, 0.2, 1);
outline: none;
}

.ss-det .contact-strip .cs-right .form-input::placeholder,
.ss-det .contact-strip .cs-right .form-textarea::placeholder {
color: #A4C4ED;
text-overflow: ellipsis;
}

.ss-det .contact-strip .cs-right .form-input:focus,
.ss-det .contact-strip .cs-right .form-textarea:focus {
border-color: #277DB2;
box-shadow: 0 0 0 3px rgba(39, 125, 178, 0.12);
}

.ss-det .contact-strip .cs-right .form-textarea {
resize: vertical;
min-height: 120px;
}

.ss-det .contact-strip .cs-right .form-submit {
width: 100%;
padding: 12px 20px;
background: #082C42;
color: #fff;
font-size: 18px;
line-height: 1.7;
font-weight: 700;
border: none;
border-radius: 6px;
cursor: pointer;
transition: background 0.7s cubic-bezier(0.4, 0, 0.2, 1), outline-offset 0.65s cubic-bezier(0.4, 0, 0.2, 1);
outline: 2px solid transparent;
outline-offset: 4px;
}

.ss-det .contact-strip .cs-right .form-submit:hover {
background: #277DB2;
outline: 2px solid #082C42;
outline-offset: 6px;
}

.ss-det .contact-strip .cs-right .form-submit:focus {
outline: 2px solid #277DB2;
outline-offset: 6px;
}

.ss-det .decor-circles {
position: absolute;
top: 0;
right: 0;
width: 320px;
height: 320px;
pointer-events: none;
overflow: hidden;
}

.ss-det .decor-circles svg {
position: absolute;
top: -40px;
right: -80px;
}

@media (max-width: 1280px) {
.ss-det .article-title-block {
grid-template-columns: 1fr 2fr 1fr;
padding: 40px 20px;
}

.ss-det .article-body-inner {
grid-template-columns: 1fr 300px;
}

.ss-det .split-bg-block .cards-row {
grid-template-columns: repeat(2, 1fr);
}

.ss-det .split-bg-block .split-bottom .multi-level {
grid-template-columns: 1fr;
gap: 20px;
}

.ss-det .contact-strip .cs-inner {
gap: 40px;
}
}

@media (max-width: 768px) {
.ss-det .article-title-block {
grid-template-columns: 1fr;
padding: 40px 20px;
}

.ss-det .title-img-left,
.ss-det .title-img-right {
display: none;
}

.ss-det .article-body-inner {
grid-template-columns: 1fr;
}

.ss-det .split-bg-block .cards-row {
grid-template-columns: 1fr;
}

.ss-det .contact-strip .cs-inner {
grid-template-columns: 1fr;
gap: 40px;
}

.ss-det .split-bg-block .split-bottom .multi-level {
grid-template-columns: 1fr;
}

.ss-det .article-body-text h2 {
font-size: 43px;
}

.ss-det .title-text-center .art-h1 {
font-size: 43px;
}
}

.sstories {
background: #fff;
overflow-x: clip;
}

.sstories .pg-band {
width: 100%;
max-width: 1140px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

.sstories .title-area {
background: #082C42;
padding: 80px 20px;
position: relative;
text-align: center;
}

.sstories .title-area::before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(107deg, #277DB2, #fff);
opacity: 0.4;
}

.sstories .title-area-inner {
max-width: 1140px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}

.sstories .title-eyebrow {
display: inline-block;
font-size: 15px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #A4C4ED;
margin-bottom: 20px;
line-height: 1.15;
}

.sstories .title-quote-mark {
position: absolute;
font-size: 72px;
line-height: 1.15;
color: #277DB2;
opacity: 0.12;
font-weight: 900;
top: -20px;
left: 20px;
pointer-events: none;
user-select: none;
}

.sstories .title-h1 {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 1.5px #A4C4ED;
margin: 0 auto;
max-width: 760px;
}

.sstories .title-img-wrap {
margin: 40px auto 0;
max-width: 860px;
border-radius: 16px;
overflow: hidden;
position: relative;
}

.sstories .title-img-wrap img {
width: 100%;
height: 320px;
object-fit: cover;
display: block;
filter: blur(0px);
transition: filter 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.sstories .title-img-wrap:hover img {
transform: translateX(12px);
filter: saturate(0);
}

.sstories .title-img-wrap::after {
content: "";
display: block;
position: absolute;
inset: 0;
background: radial-gradient(ellipse at 50% 50%, transparent 40%, rgba(8, 44, 66, 0.55) 100%);
pointer-events: none;
border-radius: 16px;
}

.sstories .divider-atm {
height: 2px;
background: linear-gradient(107deg, transparent 0%, #A4C4ED 40%, #277DB2 60%, transparent 100%);
opacity: 0.35;
margin: 0;
border: none;
}

.sstories .posts-area {
padding: 80px 20px;
background: #fff;
}

.sstories .posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
max-width: 1140px;
margin: 0 auto;
}

.sstories .post-card {
background: #fff;
border-radius: 16px;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
overflow: hidden;
display: flex;
flex-direction: column;
transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.7s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
}

.sstories .post-card:hover {
transform: scale(1.025);
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
}

.sstories .post-card-img-wrap {
width: 100%;
height: 180px;
overflow: hidden;
position: relative;
flex-shrink: 0;
}

.sstories .post-card-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), filter 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.sstories .post-card:hover .post-card-img-wrap img {
transform: translateY(-10px);
filter: saturate(0);
}

.sstories .post-card-body {
padding: 20px;
display: flex;
flex-direction: column;
flex: 1;
}

.sstories .post-card-meta {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
margin-bottom: 12px;
}

.sstories .post-card-date {
font-size: 15px;
color: #277DB2;
line-height: 1.15;
}

.sstories .post-card-dot {
width: 4px;
height: 4px;
border-radius: 0px;
background: #A4C4ED;
flex-shrink: 0;
}

.sstories .post-card-readtime {
font-size: 15px;
color: #A4C4ED;
line-height: 1.15;
}

.sstories .post-card-heading {
font-size: 18px;
line-height: 1.15;
color: #082C42;
letter-spacing: -0.01em;
margin-bottom: 12px;
font-weight: 700;
}

.sstories .post-card-desc {
font-size: 15px;
line-height: 1.7;
color: #3a5a72;
margin-bottom: 20px;
flex: 1;
}

.sstories .post-card-footer {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
margin-top: auto;
}

.sstories .post-card-author {
font-size: 15px;
color: #082C42;
line-height: 1.15;
font-weight: 600;
}

.sstories .post-card-link {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 4px;
font-size: 15px;
color: #277DB2;
text-decoration: none;
line-height: 1.15;
transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
}

.sstories .post-card-link .link-arrow {
display: inline-block;
opacity: 0;
transform: translateX(-6px);
transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sstories .post-card:hover .post-card-link .link-arrow {
opacity: 1;
transform: translateX(0);
}

.sstories .post-card-link svg {
width: 14px;
height: 14px;
flex-shrink: 0;
}

.sstories .divider-atm2 {
height: 2px;
background: linear-gradient(107deg, #277DB2 0%, transparent 60%, #A4C4ED 100%);
opacity: 0.25;
margin: 0;
border: none;
}

.sstories .about-area {
background: linear-gradient(107deg, #082C42 0%, #fff 100%);
padding: 80px 20px;
}

.sstories .about-inner {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: center;
}

.sstories .about-text-col {
display: flex;
flex-direction: column;
gap: 20px;
}

.sstories .about-eyebrow {
font-size: 15px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #A4C4ED;
line-height: 1.15;
}

.sstories .about-heading {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 1.5px #fff;
margin: 0;
}

.sstories .about-para {
font-size: 15px;
line-height: 1.7;
color: #d0e6f5;
}

.sstories .about-para span.para-num {
display: inline-block;
color: #A4C4ED;
font-weight: 700;
margin-right: 8px;
font-size: 15px;
}

.sstories .about-cta {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
padding: 12px 20px;
background: #277DB2;
color: #fff;
font-size: 15px;
border-radius: 10px;
text-decoration: none;
line-height: 1.15;
font-weight: 600;
border: 2px solid transparent;
transition: background 0.7s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.7s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.7s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 3px -1px rgba(39, 125, 178, 0.06);
width: fit-content;
}

.sstories .about-cta:hover {
background: #082C42;
border-color: #277DB2;
box-shadow: 0 7px 28px -1px rgba(39, 125, 178, 0.18);
}

.sstories .about-stats-col {
display: flex;
flex-direction: column;
gap: 20px;
}

.sstories .stat-item {
background: rgba(255, 255, 255, 0.07);
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 8px;
box-shadow: inset 0 1px 0 rgba(164, 196, 237, 0.18), inset 0 -1px 0 rgba(8, 44, 66, 0.18);
transition: background 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.sstories .stat-item:hover {
background: rgba(255, 255, 255, 0.13);
}

.sstories .stat-label {
font-size: 15px;
color: #A4C4ED;
line-height: 1.15;
text-transform: uppercase;
letter-spacing: 0.08em;
}

.sstories .stat-value {
font-size: 43px;
line-height: 1.15;
color: #fff;
font-weight: 800;
letter-spacing: -0.02em;
}

.sstories .stat-desc {
font-size: 15px;
color: #d0e6f5;
line-height: 1.7;
}

.sstories .divider-atm3 {
height: 2px;
background: linear-gradient(107deg, transparent 0%, #277DB2 50%, transparent 100%);
opacity: 0.3;
margin: 0;
border: none;
}

.sstories .glossary-area {
padding: 80px 20px;
background: #f2f7fc;
}

.sstories .glossary-inner {
max-width: 1140px;
margin: 0 auto;
}

.sstories .glossary-head {
text-align: center;
margin-bottom: 40px;
}

.sstories .glossary-eyebrow {
display: inline-block;
font-size: 15px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #277DB2;
line-height: 1.15;
margin-bottom: 12px;
}

.sstories .glossary-heading {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 1.5px #082C42;
margin: 0;
}

.sstories .glossary-dl {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 0;
padding: 0;
list-style: none;
}

.sstories .glossary-item {
background: #fff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.08);
display: flex;
flex-direction: column;
gap: 8px;
transition: box-shadow 0.8s cubic-bezier(0.0, 0, 0.2, 1);
}

.sstories .glossary-item:hover {
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
}

.sstories .glossary-term {
font-size: 18px;
line-height: 1.15;
color: #082C42;
font-weight: 700;
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
}

.sstories .glossary-term-icon {
width: 20px;
height: 20px;
flex-shrink: 0;
}

.sstories .glossary-def {
font-size: 15px;
line-height: 1.7;
color: #3a5a72;
margin: 0;
}

.sstories .divider-atm4 {
height: 2px;
background: linear-gradient(107deg, #A4C4ED 0%, transparent 50%, #277DB2 100%);
opacity: 0.25;
margin: 0;
border: none;
}

.sstories .contact-strip {
padding: 80px 20px;
background: #fff;
text-align: center;
}

.sstories .contact-strip-inner {
max-width: 1140px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}

.sstories .contact-eyebrow {
font-size: 15px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #277DB2;
line-height: 1.15;
}

.sstories .contact-heading {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 1.5px #082C42;
margin: 0;
max-width: 640px;
}

.sstories .contact-desc {
font-size: 18px;
line-height: 1.7;
color: #3a5a72;
max-width: 560px;
}

.sstories .contact-desc .para-num {
color: #277DB2;
font-weight: 700;
margin-right: 8px;
}

.sstories .contact-btn-row {
display: flex;
flex-direction: row;
gap: 12px;
flex-wrap: wrap;
justify-content: center;
}

.sstories .btn-primary {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
padding: 12px 20px;
background: #277DB2;
color: #fff;
font-size: 15px;
border-radius: 10px;
text-decoration: none;
line-height: 1.15;
font-weight: 600;
border: 2px solid #277DB2;
transition: background 0.75s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.75s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.75s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 1px 3px -1px rgba(39, 125, 178, 0.06);
cursor: pointer;
}

.sstories .btn-primary:hover {
background: #082C42;
border-color: #082C42;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.14);
}

.sstories .btn-ghost {
display: inline-flex;
flex-direction: row;
align-items: center;
gap: 8px;
padding: 12px 20px;
background: transparent;
color: #082C42;
font-size: 15px;
border-radius: 10px;
text-decoration: none;
line-height: 1.15;
font-weight: 600;
border: 2px solid #A4C4ED;
transition: border-color 0.75s cubic-bezier(0.4, 0, 0.2, 1), color 0.75s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.75s cubic-bezier(0.4, 0, 0.2, 1);
cursor: pointer;
}

.sstories .btn-ghost:hover {
border-color: #277DB2;
color: #277DB2;
box-shadow: 0 7px 28px -1px rgba(39, 125, 178, 0.10);
}

.sstories .dots-deco {
position: absolute;
pointer-events: none;
user-select: none;
}

.sstories .dot {
border-radius: 0px;
background: #A4C4ED;
position: absolute;
}

@media (max-width: 1280px) {
.sstories .posts-grid {
grid-template-columns: repeat(2, 1fr);
}

.sstories .about-inner {
grid-template-columns: 1fr 1fr;
gap: 20px;
}
}

@media (max-width: 768px) {
.sstories .title-h1 {
font-size: 43px;
}

.sstories .posts-grid {
grid-template-columns: 1fr;
}

.sstories .about-inner {
grid-template-columns: 1fr;
}

.sstories .glossary-dl {
grid-template-columns: 1fr;
}

.sstories .about-heading,
.sstories .contact-heading,
.sstories .glossary-heading {
font-size: 43px;
}

.sstories .stat-value {
font-size: 43px;
}

.sstories .title-area {
padding: 40px 20px;
}

.sstories .posts-area,
.sstories .about-area,
.sstories .glossary-area,
.sstories .contact-strip {
padding: 40px 20px;
}
}

.cu-pg {
background: #fff;
overflow-x: clip;
}

.cu-pg .pg-grid {
max-width: 1140px;
margin: 0 auto;
padding: 0 20px;
}

.cu-pg .title-row {
display: grid;
grid-template-columns: 1fr 1.2fr;
min-height: 520px;
background: #082C42;
position: relative;
}

.cu-pg .title-img-zone {
position: relative;
overflow: hidden;
}

.cu-pg .title-img-zone img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: saturate(0.4) brightness(0.7);
transition: filter 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .title-img-zone img:hover {
filter: saturate(0.2) brightness(0.6);
}

.cu-pg .title-img-overlay {
position: absolute;
inset: 0;
background: linear-gradient(107deg, rgba(8, 44, 66, 0.72) 0%, rgba(39, 125, 178, 0.28) 100%);
pointer-events: none;
}

.cu-pg .title-img-grain {
position: absolute;
inset: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23grain)' opacity='0.18'/%3E%3C/svg%3E");
background-size: 200px 200px;
pointer-events: none;
opacity: 0.55;
}

.cu-pg .title-text-zone {
padding: 80px 40px 80px 40px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
}

.cu-pg .title-eyebrow {
font-size: 15px;
color: #A4C4ED;
letter-spacing: 0.12em;
text-transform: uppercase;
line-height: 1.15;
}

.cu-pg .title-h1 {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 1.5px #A4C4ED;
margin: 0;
}

.cu-pg .title-sub {
font-size: 18px;
line-height: 1.7;
color: rgba(164, 196, 237, 0.85);
max-width: 460px;
margin: 0;
}

.cu-pg .title-sub span {
color: #fff;
font-weight: 600;
}

.cu-pg .contact-strip {
display: flex;
flex-direction: row;
gap: 40px;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid rgba(164, 196, 237, 0.22);
}

.cu-pg .cstrip-item {
display: flex;
flex-direction: column;
gap: 4px;
}

.cu-pg .cstrip-label {
font-size: 15px;
color: rgba(164, 196, 237, 0.6);
line-height: 1.15;
}

.cu-pg .cstrip-val {
font-size: 15px;
color: #fff;
line-height: 1.15;
text-decoration: none;
transition: color 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .cstrip-val:hover {
color: #A4C4ED;
}

.cu-pg .form-band {
padding: 80px 0;
background: linear-gradient(107deg, #f2f7fc 0%, #e8f1f9 100%);
animation: cu-bg-shift 15s linear infinite;
}

@keyframes cu-bg-shift {
0% {
background: linear-gradient(107deg, #f2f7fc 0%, #e8f1f9 100%);
}

50% {
background: linear-gradient(107deg, #e8f1f9 0%, #d8eaf6 100%);
}

100% {
background: linear-gradient(107deg, #f2f7fc 0%, #e8f1f9 100%);
}
}

.cu-pg .form-band-inner {
max-width: 1140px;
margin: 0 auto;
padding: 0 20px;
display: grid;
grid-template-columns: 1fr 1.6fr;
gap: 80px;
align-items: start;
}

.cu-pg .form-aside {
padding-top: 40px;
}

.cu-pg .form-aside-h2 {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 1.5px #082C42;
margin: 0 0 20px 0;
}

.cu-pg .form-aside-desc {
font-size: 18px;
line-height: 1.7;
color: #082C42;
margin: 0 0 20px 0;
}

.cu-pg .form-aside-desc-p {
font-size: 15px;
line-height: 1.7;
color: #277DB2;
margin: 0;
}

.cu-pg .aside-bar-wrap {
margin-top: 40px;
}

.cu-pg .aside-bar-label-row {
display: flex;
flex-direction: row;
justify-content: space-between;
margin-bottom: 8px;
}

.cu-pg .aside-bar-lbl {
font-size: 15px;
color: #082C42;
line-height: 1.15;
}

.cu-pg .aside-bar-track {
height: 10px;
background: rgba(8, 44, 66, 0.12);
border-radius: 6px;
overflow: hidden;
position: relative;
}

.cu-pg .aside-bar-fill {
height: 100%;
width: 72%;
background: linear-gradient(107deg, #082C42 0%, #277DB2 100%);
border-radius: 6px;
position: relative;
}

.cu-pg .aside-bar-marker {
position: absolute;
right: 0;
top: 50%;
transform: translate(50%, -50%);
width: 16px;
height: 16px;
border-radius: 10px;
background: #277DB2;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
}

.cu-pg .aside-bar-note {
font-size: 15px;
color: rgba(8, 44, 66, 0.55);
margin-top: 8px;
line-height: 1.7;
}

.cu-pg .form-card {
background: #fff;
border-radius: 16px;
padding: 40px;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10), 0 12px 36px -1px rgba(8, 44, 66, 0.11);
}

.cu-pg .form-card form {
display: flex;
flex-direction: column;
gap: 20px;
}

.cu-pg .field-grp {
display: flex;
flex-direction: column;
gap: 8px;
}

.cu-pg .field-grp label {
font-size: 15px;
color: #082C42;
line-height: 1.15;
font-weight: 600;
}

.cu-pg .field-grp input,
.cu-pg .field-grp select,
.cu-pg .field-grp textarea {
padding: 12px 20px;
border: 1.5px solid rgba(8, 44, 66, 0.18);
border-radius: 10px;
font-size: 15px;
color: #082C42;
background: #fff;
line-height: 1.7;
outline: none;
transition: border-color 700ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 700ms cubic-bezier(0.4, 0, 0.2, 1);
width: 100%;
box-sizing: border-box;
}

.cu-pg .field-grp input::placeholder,
.cu-pg .field-grp textarea::placeholder {
color: rgba(8, 44, 66, 0.38);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.cu-pg .field-grp input:focus,
.cu-pg .field-grp select:focus,
.cu-pg .field-grp textarea:focus {
border-color: #277DB2;
box-shadow: 0 1px 3px -1px rgba(39, 125, 178, 0.06), 0 7px 28px -1px rgba(39, 125, 178, 0.10);
}

.cu-pg .field-grp select {
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23277DB2' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
padding-right: 40px;
cursor: pointer;
}

.cu-pg .field-grp textarea {
resize: vertical;
min-height: 100px;
}

.cu-pg .radio-row {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
}

.cu-pg .radio-opt {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
cursor: pointer;
font-size: 15px;
color: #082C42;
line-height: 1.15;
}

.cu-pg .radio-opt input[type="radio"] {
width: 18px;
height: 18px;
accent-color: #277DB2;
cursor: pointer;
flex-shrink: 0;
padding: 0;
border: none;
box-shadow: none;
}

.cu-pg .radio-opt input[type="radio"]:focus {
box-shadow: none;
border: none;
}

.cu-pg .privacy-row {
display: flex;
flex-direction: row;
align-items: flex-start;
gap: 12px;
padding: 12px 0 0 0;
}

.cu-pg .privacy-row input[type="checkbox"] {
width: 18px;
height: 18px;
accent-color: #277DB2;
flex-shrink: 0;
margin-top: 2px;
cursor: pointer;
padding: 0;
border: none;
box-shadow: none;
}

.cu-pg .privacy-text {
font-size: 15px;
color: rgba(8, 44, 66, 0.65);
line-height: 1.7;
}

.cu-pg .privacy-text a {
color: #277DB2;
text-decoration: underline;
transition: color 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .privacy-text a:hover {
color: #082C42;
}

.cu-pg .submit-btn {
padding: 12px 40px;
background: #082C42;
color: #fff;
border: 2px solid #082C42;
border-radius: 10px;
font-size: 18px;
line-height: 1.15;
cursor: pointer;
align-self: flex-start;
position: relative;
transition: background 700ms cubic-bezier(0.4, 0, 0.2, 1), color 700ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 700ms cubic-bezier(0.4, 0, 0.2, 1);
outline: 2px solid transparent;
outline-offset: 4px;
}

.cu-pg .submit-btn:hover {
background: #277DB2;
border-color: #277DB2;
box-shadow: 0 7px 28px -1px rgba(39, 125, 178, 0.10), 0 12px 36px -1px rgba(39, 125, 178, 0.11);
outline-color: #A4C4ED;
outline-offset: 6px;
}

.cu-pg .submit-btn:focus {
outline-color: #277DB2;
outline-offset: 6px;
}

.cu-pg .submit-btn:active {
background: #082C42;
border-color: #082C42;
}

.cu-pg .info-band {
padding: 80px 0 80px 0;
background: #fff;
position: relative;
}

.cu-pg .info-band-inner {
max-width: 1140px;
margin: 0 auto;
padding: 0 20px;
}

.cu-pg .info-band-h3 {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 1.5px #277DB2;
margin: 0 0 40px 0;
text-align: center;
}

.cu-pg .info-cards-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.cu-pg .info-card {
background: #fff;
border-radius: 16px;
padding: 40px 20px 40px 20px;
text-align: center;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
position: relative;
overflow: hidden;
transition: box-shadow 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .info-card:hover {
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10), 0 12px 36px -1px rgba(8, 44, 66, 0.11);
}

.cu-pg .info-card-diamond {
position: absolute;
top: -18px;
right: -18px;
width: 48px;
height: 48px;
background: linear-gradient(107deg, #A4C4ED 0%, #277DB2 100%);
transform: rotate(45deg);
border-radius: 6px;
pointer-events: none;
}

.cu-pg .info-card-ico {
display: flex;
flex-direction: row;
justify-content: center;
margin-bottom: 20px;
}

.cu-pg .ico-circ {
width: 48px;
height: 48px;
border-radius: 10px;
background: linear-gradient(107deg, #082C42 0%, #277DB2 100%);
display: flex;
align-items: center;
justify-content: center;
}

.cu-pg .ico-circ svg {
display: block;
}

.cu-pg .info-card-h4 {
font-size: 15px;
color: #082C42;
font-weight: 700;
line-height: 1.15;
margin: 0 0 8px 0;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.cu-pg .info-card-val {
font-size: 18px;
color: #277DB2;
line-height: 1.7;
margin: 0;
text-decoration: none;
display: block;
transition: color 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.cu-pg .info-card-val:hover {
color: #082C42;
}

.cu-pg .info-card-note {
font-size: 15px;
color: rgba(8, 44, 66, 0.5);
line-height: 1.7;
margin: 8px 0 0 0;
}

.cu-pg .underline-anim {
display: inline-block;
position: relative;
}

.cu-pg .underline-anim::after {
content: '';
display: block;
position: absolute;
bottom: -2px;
left: 0;
width: 100%;
height: 2px;
background: #A4C4ED;
transform-origin: left center;
animation: cu-line-pulse 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes cu-line-pulse {
0% {
transform: scaleX(0);
opacity: 0;
}

30% {
transform: scaleX(1);
opacity: 1;
}

70% {
transform: scaleX(1);
opacity: 1;
}

100% {
transform: scaleX(0);
opacity: 0;
}
}

.cu-pg .field-row-two {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}

@media (max-width: 1280px) {
.cu-pg .form-band-inner {
gap: 40px;
}

.cu-pg .title-h1 {
font-size: 43px;
}
}

@media (max-width: 768px) {
.cu-pg .title-row {
grid-template-columns: 1fr;
}

.cu-pg .title-img-zone {
height: 240px;
}

.cu-pg .title-text-zone {
padding: 40px 20px;
}

.cu-pg .title-h1 {
font-size: 43px;
}

.cu-pg .contact-strip {
flex-direction: column;
gap: 20px;
}

.cu-pg .form-band-inner {
grid-template-columns: 1fr;
gap: 40px;
}

.cu-pg .form-aside {
padding-top: 0;
}

.cu-pg .info-cards-grid {
grid-template-columns: 1fr;
}

.cu-pg .field-row-two {
grid-template-columns: 1fr;
}

.cu-pg .form-card {
padding: 20px;
}

.cu-pg .radio-row {
flex-direction: column;
gap: 12px;
}
}

.prm {
max-width: 100%;
overflow-x: hidden;
}

.prm .pm-container {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}

.prm .pm-title-block {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 520px;
position: relative;
}

.prm .pm-title-img-zone {
position: relative;
overflow: hidden;
border-radius: 0 16px 16px 0;
}

.prm .pm-title-img-zone img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: saturate(1);
transition: filter 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-title-img-zone:hover img {
filter: saturate(0);
}

.prm .pm-title-vignette {
position: absolute;
inset: 0;
background: linear-gradient(107deg, rgba(8, 44, 66, 0.38) 0%, rgba(8, 44, 66, 0.05) 60%, rgba(8, 44, 66, 0.32) 100%);
pointer-events: none;
}

.prm .pm-title-text-zone {
display: flex;
flex-direction: column;
justify-content: center;
padding: 80px 40px 80px 20px;
position: relative;
background: #fff;
}

.prm .pm-title-edge-line {
position: absolute;
top: 40px;
bottom: 40px;
right: 0;
width: 2px;
background: linear-gradient(180deg, transparent, #277DB2 40%, #A4C4ED 80%, transparent);
}

.prm .pm-tag {
display: inline-block;
font-size: 15px;
color: #277DB2;
letter-spacing: 0.08em;
margin-bottom: 20px;
padding: 4px 12px;
border: 1px solid #A4C4ED;
border-radius: 6px;
background: rgba(164, 196, 237, 0.1);
}

.prm .pm-h1 {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: #082C42;
margin-bottom: 20px;
-webkit-text-stroke: 0;
}

.prm .pm-h1 .pm-accent-word {
-webkit-text-stroke: 1.5px #277DB2;
color: transparent;
}

.prm .pm-lead {
font-size: 18px;
line-height: 1.7;
color: #2a4a5e;
margin-bottom: 40px;
max-width: 440px;
}

.prm .pm-cta-primary {
display: inline-block;
padding: 12px 40px;
background: #082C42;
color: #fff;
font-size: 15px;
border-radius: 10px;
text-decoration: none;
border: 2px solid #082C42;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
transition: background 600ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 600ms cubic-bezier(0.4, 0, 0.2, 1), outline-offset 600ms cubic-bezier(0.4, 0, 0.2, 1);
outline: 2px solid transparent;
outline-offset: 0px;
}

.prm .pm-cta-primary:hover {
background: #277DB2;
border-color: #277DB2;
box-shadow: 0 12px 36px -1px rgba(39, 125, 178, 0.11);
outline: 2px solid #277DB2;
outline-offset: 4px;
}

.prm .pm-divider-asym {
display: flex;
align-items: center;
gap: 8px;
padding: 0 20px;
max-width: 1140px;
margin: 0 auto;
}

.prm .pm-divider-asym .pm-line-short {
width: 60px;
height: 1px;
background: #A4C4ED;
}

.prm .pm-divider-asym .pm-line-long {
flex: 1;
height: 1px;
background: linear-gradient(90deg, #A4C4ED, transparent);
}

.prm .pm-commitment {
background: linear-gradient(107deg, #082C42 0%, #0d3d5c 60%, #fff 100%);
padding: 80px 20px;
}

.prm .pm-commitment-inner {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: start;
}

.prm .pm-commitment-img-wrap {
position: relative;
overflow: hidden;
border-radius: 16px;
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
}

.prm .pm-commitment-img-wrap img {
width: 100%;
height: 400px;
object-fit: cover;
display: block;
filter: saturate(1);
transition: filter 750ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-commitment-img-wrap:hover img {
filter: saturate(0);
}

.prm .pm-commitment-img-vignette {
position: absolute;
inset: 0;
background: linear-gradient(107deg, rgba(8, 44, 66, 0.4) 0%, rgba(8, 44, 66, 0.05) 55%, rgba(8, 44, 66, 0.35) 100%);
pointer-events: none;
}

.prm .pm-commitment-text {
padding-top: 40px;
}

.prm .pm-section-label {
font-size: 15px;
color: #A4C4ED;
letter-spacing: 0.1em;
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 8px;
}

.prm .pm-section-label .pm-label-dot {
width: 6px;
height: 6px;
border-radius: 0px;
background: #277DB2;
display: inline-block;
transform: rotate(45deg);
}

.prm .pm-h2-outline {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
-webkit-text-stroke: 1.5px #A4C4ED;
color: transparent;
margin-bottom: 20px;
}

.prm .pm-commitment-para {
font-size: 18px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.82);
margin-bottom: 20px;
}

.prm .pm-commitment-para .pm-num {
color: #277DB2;
font-size: 15px;
margin-right: 8px;
}

.prm .pm-situations {
background: #fff;
padding: 80px 20px;
}

.prm .pm-situations-inner {
max-width: 1140px;
margin: 0 auto;
}

.prm .pm-situations-head {
text-align: center;
margin-bottom: 40px;
}

.prm .pm-h2-dark {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
-webkit-text-stroke: 1.5px #082C42;
color: transparent;
margin-bottom: 12px;
}

.prm .pm-situations-sub {
font-size: 18px;
line-height: 1.7;
color: #2a4a5e;
max-width: 560px;
margin: 0 auto;
}

.prm .pm-sit-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-top: 40px;
}

.prm .pm-sit-card {
border-radius: 10px;
padding: 40px 20px;
background: #fff;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
text-align: center;
border-top: 3px solid #A4C4ED;
transition: box-shadow 650ms cubic-bezier(0.4, 0, 0.2, 1), border-top-color 650ms cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}

.prm .pm-sit-card:hover {
box-shadow: 0 12px 36px -1px rgba(39, 125, 178, 0.11);
border-top-color: #277DB2;
}

.prm .pm-sit-icon {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}

.prm .pm-sit-card-h {
font-size: 18px;
line-height: 1.15;
color: #082C42;
font-weight: 700;
}

.prm .pm-sit-card-p {
font-size: 15px;
line-height: 1.7;
color: #3d5a6e;
}

.prm .pm-sit-img-row {
margin-top: 40px;
border-radius: 16px;
overflow: hidden;
position: relative;
height: 280px;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
}

.prm .pm-sit-img-row img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: saturate(1);
transition: filter 800ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-sit-img-row:hover img {
filter: saturate(0);
}

.prm .pm-sit-img-vignette {
position: absolute;
inset: 0;
background: linear-gradient(107deg, rgba(8, 44, 66, 0.45) 0%, rgba(8, 44, 66, 0.0) 50%, rgba(8, 44, 66, 0.38) 100%);
pointer-events: none;
}

.prm .pm-notdo {
background: linear-gradient(107deg, #f2f7fc 0%, #e8f2fb 100%);
padding: 80px 20px;
}

.prm .pm-notdo-inner {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: 5fr 7fr;
gap: 80px;
align-items: start;
}

.prm .pm-notdo-left {
position: sticky;
top: 40px;
}

.prm .pm-h3-outline {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
-webkit-text-stroke: 1.5px #082C42;
color: transparent;
margin-bottom: 20px;
}

.prm .pm-notdo-desc {
font-size: 18px;
line-height: 1.7;
color: #2a4a5e;
}

.prm .pm-notdo-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 4px;
}

.prm .pm-notdo-item {
border-radius: 10px;
background: #fff;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06);
}

.prm .pm-notdo-item-btn {
width: 100%;
background: none;
border: none;
cursor: pointer;
padding: 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
font-size: 18px;
color: #082C42;
font-weight: 600;
text-align: left;
transition: color 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-notdo-item-btn:hover {
color: #277DB2;
}

.prm .pm-notdo-chevron {
width: 20px;
height: 20px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}

.prm .pm-notdo-chevron svg {
transition: transform 650ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-notdo-item.open .pm-notdo-chevron svg {
transform: rotate(180deg);
}

.prm .pm-notdo-detail {
display: none;
padding: 0 20px 20px 20px;
font-size: 15px;
line-height: 1.7;
color: #3d5a6e;
}

.prm .pm-notdo-item.open .pm-notdo-detail {
display: block;
}

.prm .pm-clients {
background: #082C42;
padding: 80px 20px;
}

.prm .pm-clients-inner {
max-width: 1140px;
margin: 0 auto;
}

.prm .pm-clients-head {
text-align: center;
margin-bottom: 40px;
}

.prm .pm-h2-white-outline {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
-webkit-text-stroke: 1.5px #A4C4ED;
color: transparent;
margin-bottom: 12px;
}

.prm .pm-clients-sub {
font-size: 18px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.7);
max-width: 520px;
margin: 0 auto;
}

.prm .pm-clients-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}

.prm .pm-client-card {
border-radius: 10px;
background: rgba(255, 255, 255, 0.05);
padding: 40px;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
transition: background 700ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-client-card:hover {
background: rgba(39, 125, 178, 0.14);
box-shadow: 0 12px 36px -1px rgba(39, 125, 178, 0.11);
}

.prm .pm-client-name {
font-size: 15px;
color: #A4C4ED;
letter-spacing: 0.07em;
margin-bottom: 12px;
font-weight: 700;
}

.prm .pm-client-situation {
font-size: 18px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.88);
margin-bottom: 12px;
}

.prm .pm-client-outcome {
font-size: 15px;
line-height: 1.7;
color: rgba(164, 196, 237, 0.85);
}

.prm .pm-team {
background: #fff;
padding: 80px 20px;
}

.prm .pm-team-inner {
max-width: 1140px;
margin: 0 auto;
display: grid;
grid-template-columns: 7fr 5fr;
gap: 80px;
align-items: start;
}

.prm .pm-team-text {
display: flex;
flex-direction: column;
gap: 20px;
}

.prm .pm-team-label {
font-size: 15px;
color: #277DB2;
letter-spacing: 0.08em;
display: flex;
align-items: center;
gap: 8px;
}

.prm .pm-h2-team {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
-webkit-text-stroke: 1.5px #082C42;
color: transparent;
}

.prm .pm-team-para {
font-size: 18px;
line-height: 1.7;
color: #2a4a5e;
}

.prm .pm-team-para .pm-num {
color: #277DB2;
font-size: 15px;
margin-right: 8px;
}

.prm .pm-team-img-col {
padding-top: 40px;
display: flex;
flex-direction: column;
gap: 20px;
}

.prm .pm-team-img-wrap {
position: relative;
overflow: hidden;
border-radius: 16px;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
}

.prm .pm-team-img-wrap img {
width: 100%;
height: 320px;
object-fit: cover;
display: block;
filter: saturate(1);
transition: filter 700ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-team-img-wrap:hover img {
filter: saturate(0);
}

.prm .pm-team-img-vignette {
position: absolute;
inset: 0;
background: linear-gradient(107deg, rgba(8, 44, 66, 0.42) 0%, rgba(8, 44, 66, 0.04) 55%, rgba(8, 44, 66, 0.36) 100%);
pointer-events: none;
}

.prm .pm-team-stat {
background: linear-gradient(107deg, #082C42, #277DB2);
border-radius: 10px;
padding: 20px 40px;
text-align: center;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
}

.prm .pm-team-stat-num {
font-size: 43px;
line-height: 1.15;
color: #A4C4ED;
font-weight: 800;
letter-spacing: -0.02em;
}

.prm .pm-team-stat-label {
font-size: 15px;
color: rgba(255, 255, 255, 0.75);
line-height: 1.7;
}

.prm .pm-diff {
background: linear-gradient(107deg, #f2f7fc 0%, #e8f2fb 100%);
padding: 80px 20px;
}

.prm .pm-diff-inner {
max-width: 1140px;
margin: 0 auto;
}

.prm .pm-diff-head {
text-align: center;
margin-bottom: 40px;
}

.prm .pm-h2-diff {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
-webkit-text-stroke: 1.5px #082C42;
color: transparent;
margin-bottom: 12px;
}

.prm .pm-diff-sub {
font-size: 18px;
line-height: 1.7;
color: #2a4a5e;
max-width: 540px;
margin: 0 auto;
}

.prm .pm-diff-cols {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-top: 40px;
}

.prm .pm-diff-col {
border-radius: 16px;
padding: 40px;
background: #fff;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
display: flex;
flex-direction: column;
gap: 20px;
transition: box-shadow 650ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-diff-col:hover {
box-shadow: 0 12px 36px -1px rgba(39, 125, 178, 0.11);
}

.prm .pm-diff-col-icon {
width: 48px;
height: 48px;
border-radius: 10px;
background: linear-gradient(107deg, #082C42, #277DB2);
display: flex;
align-items: center;
justify-content: center;
}

.prm .pm-diff-col-h {
font-size: 18px;
line-height: 1.15;
color: #082C42;
font-weight: 700;
}

.prm .pm-diff-col-p {
font-size: 15px;
line-height: 1.7;
color: #3d5a6e;
}

.prm .pm-diff-bottom {
margin-top: 40px;
border-radius: 10px;
background: #082C42;
padding: 40px;
text-align: center;
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
}

.prm .pm-diff-bottom-text {
font-size: 18px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.85);
max-width: 680px;
margin: 0 auto 20px;
}

.prm .pm-diff-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 15px;
color: #A4C4ED;
text-decoration: none;
transition: gap 600ms cubic-bezier(0.4, 0, 0.2, 1), color 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.prm .pm-diff-link:hover {
color: #fff;
gap: 12px;
}

.prm .pm-diff-link .pm-arrow {
display: inline-block;
width: 18px;
height: 18px;
}

.prm .pm-col-anim {
opacity: 0;
transform: translateY(20px);
animation: pmColReveal 700ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.prm .pm-col-anim:nth-child(1) {
animation-delay: 100ms;
}

.prm .pm-col-anim:nth-child(2) {
animation-delay: 280ms;
}

.prm .pm-col-anim:nth-child(3) {
animation-delay: 460ms;
}

@keyframes pmColReveal {
to {
opacity: 1;
transform: translateY(0);
}
}

@media (max-width: 1280px) {

.prm .pm-h1,
.prm .pm-h2-outline,
.prm .pm-h2-dark,
.prm .pm-h3-outline,
.prm .pm-h2-white-outline,
.prm .pm-h2-team,
.prm .pm-h2-diff {
font-size: 43px;
}
}

@media (max-width: 768px) {
.prm .pm-title-block {
grid-template-columns: 1fr;
}

.prm .pm-title-img-zone {
height: 280px;
border-radius: 0;
}

.prm .pm-title-text-zone {
padding: 40px 20px;
}

.prm .pm-title-edge-line {
display: none;
}

.prm .pm-h1,
.prm .pm-h2-outline,
.prm .pm-h2-dark,
.prm .pm-h3-outline,
.prm .pm-h2-white-outline,
.prm .pm-h2-team,
.prm .pm-h2-diff {
font-size: 43px;
}

.prm .pm-commitment-inner {
grid-template-columns: 1fr;
gap: 40px;
}

.prm .pm-commitment-text {
padding-top: 0;
}

.prm .pm-sit-grid {
grid-template-columns: 1fr;
}

.prm .pm-notdo-inner {
grid-template-columns: 1fr;
gap: 40px;
}

.prm .pm-notdo-left {
position: static;
}

.prm .pm-clients-grid {
grid-template-columns: 1fr;
}

.prm .pm-team-inner {
grid-template-columns: 1fr;
gap: 40px;
}

.prm .pm-team-img-col {
padding-top: 0;
}

.prm .pm-diff-cols {
grid-template-columns: 1fr;
}

.prm .pm-commitment {
padding: 40px 20px;
}

.prm .pm-situations {
padding: 40px 20px;
}

.prm .pm-notdo {
padding: 40px 20px;
}

.prm .pm-clients {
padding: 40px 20px;
}

.prm .pm-team {
padding: 40px 20px;
}

.prm .pm-diff {
padding: 40px 20px;
}
}

.about-pg {
overflow-x: clip;
position: relative;
}

.about-pg * {
box-sizing: border-box;
}

.about-pg a {
color: #277DB2;
text-decoration: none;
transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-pg a:hover {
color: #082C42;
}

.about-pg .inline-arrow {
display: inline-block;
opacity: 0;
transform: translateX(-6px);
transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
margin-left: 4px;
}

.about-pg a:hover .inline-arrow {
opacity: 1;
transform: translateX(0);
}

.about-pg .pg-divider-edges {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 auto;
max-width: 1140px;
padding: 0 40px;
}

.about-pg .pg-divider-edges::before,
.about-pg .pg-divider-edges::after {
content: '';
display: block;
width: 80px;
height: 2px;
background: #A4C4ED;
}

.about-pg .pg-divider-edges span {
display: none;
}

@keyframes reveal-scale {
from {
opacity: 0;
transform: scale(0.94);
}

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

@keyframes blink-cursor {

0%,
100% {
border-right-color: #277DB2;
}

50% {
border-right-color: transparent;
}
}

@keyframes type-in {
from {
width: 0;
}

to {
width: 100%;
}
}

@keyframes bar-grow {
from {
width: 0;
}

to {
width: var(--bar-w);
}
}

@keyframes fade-up {
from {
opacity: 0;
transform: translateY(24px) scale(0.97);
}

to {
opacity: 1;
transform: translateY(0) scale(1);
}
}

.about-pg .anim-reveal {
animation: reveal-scale 0.85s cubic-bezier(0.0, 0, 0.2, 1) both;
}

.about-pg .anim-reveal-delay-1 {
animation: fade-up 0.8s cubic-bezier(0.0, 0, 0.2, 1) 0.15s both;
}

.about-pg .anim-reveal-delay-2 {
animation: fade-up 0.8s cubic-bezier(0.0, 0, 0.2, 1) 0.3s both;
}

.about-pg .anim-reveal-delay-3 {
animation: fade-up 0.8s cubic-bezier(0.0, 0, 0.2, 1) 0.45s both;
}

.about-pg .anim-reveal-delay-4 {
animation: fade-up 0.8s cubic-bezier(0.0, 0, 0.2, 1) 0.6s both;
}

/* ===================== SECTION 1: TITLE BLOCK ===================== */
.about-pg .title-row {
background: #fff;
padding-top: 40px;
padding-bottom: 80px;
position: relative;
overflow: hidden;
}

.about-pg .title-row-bg-symbol {
position: absolute;
right: -40px;
top: 50%;
transform: translateY(-50%);
font-size: 320px;
line-height: 1.15;
font-weight: 900;
color: transparent;
-webkit-text-stroke: 1.5px rgba(39, 125, 178, 0.07);
pointer-events: none;
user-select: none;
letter-spacing: -8px;
z-index: 0;
}

.about-pg .title-row-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 0;
}

.about-pg .title-row-pattern circle {
fill: rgba(39, 125, 178, 0.055);
}

.about-pg .title-inner {
max-width: 1140px;
margin: 0 auto;
padding: 0 40px;
display: flex;
flex-direction: row;
align-items: stretch;
gap: 40px;
position: relative;
z-index: 1;
}

.about-pg .title-img-strip {
flex: 0 0 180px;
width: 180px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
position: relative;
}

.about-pg .title-img-strip img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: grayscale(100%);
transition: filter 0.85s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-pg .title-img-strip:hover img {
filter: grayscale(0%);
}

.about-pg .title-img-strip .corner-tag {
position: absolute;
top: 12px;
left: -1px;
background: #277DB2;
color: #fff;
font-size: 15px;
line-height: 1.15;
padding: 4px 8px;
border-radius: 0 6px 6px 0;
font-weight: 600;
letter-spacing: 0.02em;
white-space: nowrap;
}

.about-pg .title-text-area {
flex: 1 1 0;
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
}

.about-pg .title-label {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 15px;
line-height: 1.15;
color: #277DB2;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}

.about-pg .title-label-dot {
width: 7px;
height: 7px;
border-radius: 0px;
background: #277DB2;
transform: rotate(45deg);
flex-shrink: 0;
}

.about-pg .title-h1 {
font-size: 43px;
line-height: 1.15;
font-weight: 900;
color: #082C42;
letter-spacing: -0.03em;
margin: 0;
}

.about-pg .title-h1 em {
font-style: normal;
color: transparent;
-webkit-text-stroke: 1.5px #082C42;
}

.about-pg .title-manifesto {
display: flex;
flex-direction: column;
gap: 12px;
}

.about-pg .title-manifesto-p {
font-size: 18px;
line-height: 1.7;
color: #1a3a52;
margin: 0;
}

.about-pg .title-manifesto-p strong {
color: #082C42;
}

.about-pg .typed-line {
display: inline-block;
overflow: hidden;
white-space: nowrap;
border-right: 2px solid #277DB2;
animation: type-in 1.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s both, blink-cursor 0.85s step-end 1.7s infinite;
max-width: 100%;
}

/* ===================== SECTION 2: TEAM + METRICS ===================== */
.about-pg .team-metrics-row {
background: linear-gradient(107deg, #082C42 0%, #fff 100%);
padding-top: 80px;
padding-bottom: 80px;
position: relative;
}

.about-pg .team-metrics-fullbg {
position: absolute;
inset: 0;
background: linear-gradient(107deg, #082C42 0%, #1a4060 40%, #fff 100%);
z-index: 0;
}

.about-pg .team-metrics-inner {
max-width: 1140px;
margin: 0 auto;
padding: 0 40px;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
gap: 40px;
}

.about-pg .team-metrics-top {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 40px;
align-items: start;
}

.about-pg .team-heading-col {
display: flex;
flex-direction: column;
gap: 20px;
}

.about-pg .team-h2 {
font-size: 43px;
line-height: 1.15;
font-weight: 900;
color: transparent;
-webkit-text-stroke: 1.5px #fff;
margin: 0;
letter-spacing: -0.02em;
}

.about-pg .team-desc {
font-size: 18px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.85);
margin: 0;
}

.about-pg .team-since {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 15px;
line-height: 1.15;
color: #A4C4ED;
font-weight: 600;
}

.about-pg .team-since-line {
display: block;
width: 24px;
height: 1px;
background: #A4C4ED;
}

.about-pg .team-cards-col {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}

.about-pg .person-card {
background: rgba(255, 255, 255, 0.06);
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
gap: 8px;
box-shadow: 0 1px 3px -1px rgba(39, 125, 178, 0.06), 0 7px 28px -1px rgba(39, 125, 178, 0.10);
transition: background 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}

.about-pg .person-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, #277DB2, #A4C4ED);
border-radius: 10px 10px 0 0;
}

.about-pg .person-card:hover {
background: rgba(255, 255, 255, 0.11);
transform: translateY(-4px);
}

.about-pg .person-name {
font-size: 15px;
line-height: 1.15;
font-weight: 700;
color: #fff;
margin: 0;
}

.about-pg .person-role {
font-size: 15px;
line-height: 1.7;
color: #A4C4ED;
margin: 0;
}

.about-pg .person-note {
font-size: 15px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.65);
margin: 0;
}

.about-pg .metrics-bars-area {
display: flex;
flex-direction: column;
gap: 20px;
background: rgba(255, 255, 255, 0.04);
border-radius: 10px;
padding: 40px;
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
}

.about-pg .metrics-label-row {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 12px;
}

.about-pg .metrics-heading {
font-size: 18px;
line-height: 1.15;
font-weight: 700;
color: #fff;
margin: 0;
}

.about-pg .metrics-legend {
display: flex;
flex-direction: row;
gap: 20px;
}

.about-pg .legend-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 15px;
line-height: 1.15;
color: rgba(255, 255, 255, 0.75);
}

.about-pg .legend-dot {
width: 10px;
height: 10px;
border-radius: 0px;
flex-shrink: 0;
}

.about-pg .legend-dot.manual {
background: rgba(164, 196, 237, 0.5);
}

.about-pg .legend-dot.auto {
background: #277DB2;
}

.about-pg .bar-group {
display: flex;
flex-direction: column;
gap: 8px;
}

.about-pg .bar-label {
font-size: 15px;
line-height: 1.15;
color: rgba(255, 255, 255, 0.8);
font-weight: 600;
}

.about-pg .bar-track {
height: 10px;
background: rgba(255, 255, 255, 0.1);
border-radius: 6px;
overflow: hidden;
position: relative;
}

.about-pg .bar-fill {
height: 100%;
border-radius: 6px;
animation: bar-grow 1.1s cubic-bezier(0.0, 0, 0.2, 1) 0.4s both;
}

.about-pg .bar-fill.manual {
background: rgba(164, 196, 237, 0.5);
}

.about-pg .bar-fill.auto {
background: #277DB2;
}

/* ===================== SECTION 3: APPROACH / FOUR COLUMNS ===================== */
.about-pg .approach-row {
background: #f4f8fc;
padding-top: 80px;
padding-bottom: 80px;
position: relative;
overflow: hidden;
}

.about-pg .approach-row-fullbg {
position: absolute;
inset: 0;
background: #f4f8fc !important;
z-index: 0;
}

.about-pg .blob-bg {
position: absolute;
pointer-events: none;
z-index: 0;
opacity: 0.13;
}

.about-pg .approach-inner {
max-width: 1140px;
margin: 0 auto;
padding: 0 40px;
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
gap: 40px;
}

.about-pg .approach-top {
display: grid;
grid-template-columns: 1fr 2fr;
gap: 40px;
align-items: start;
}

.about-pg .approach-h2 {
font-size: 43px;
line-height: 1.15;
font-weight: 900;
color: transparent;
-webkit-text-stroke: 1.5px #082C42;
margin: 0;
letter-spacing: -0.02em;
}

.about-pg .approach-desc-col {
display: flex;
flex-direction: column;
gap: 12px;
}

.about-pg .approach-p {
font-size: 18px;
line-height: 1.7;
color: #082C42;
margin: 0;
}

.about-pg .approach-p span.num {
display: inline-block;
width: 24px;
height: 24px;
background: #082C42;
color: #fff;
font-size: 15px;
line-height: 24px;
text-align: center;
border-radius: 6px;
font-weight: 700;
margin-right: 8px;
flex-shrink: 0;
}

.about-pg .approach-four-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}

.about-pg .approach-card {
background: #fff;
border-radius: 10px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 12px;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06), 0 7px 28px -1px rgba(8, 44, 66, 0.10);
transition: box-shadow 0.75s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}

.about-pg .approach-card:hover {
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
transform: translateY(-5px);
}

.about-pg .approach-card .corner-tag {
position: absolute;
top: 0;
right: 0;
background: #A4C4ED;
color: #082C42;
font-size: 15px;
line-height: 1.15;
padding: 4px 8px;
border-radius: 0 10px 0 6px;
font-weight: 700;
letter-spacing: 0.01em;
}

.about-pg .card-icon-wrap {
width: 48px;
height: 48px;
background: linear-gradient(107deg, #082C42 0%, #277DB2 100%);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}

.about-pg .card-icon-wrap svg {
width: 24px;
height: 24px;
fill: none;
stroke: #fff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}

.about-pg .card-h4 {
font-size: 15px;
line-height: 1.15;
font-weight: 700;
color: #082C42;
margin: 0;
}

.about-pg .card-body {
font-size: 15px;
line-height: 1.7;
color: #3a5a72;
margin: 0;
}

.about-pg .approach-images-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
align-items: center;
}

.about-pg .approach-img-wrap {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
position: relative;
}

.about-pg .approach-img-wrap img {
width: 100%;
height: 280px;
object-fit: cover;
display: block;
transition: filter 0.85s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-pg .approach-img-wrap:hover img {
filter: saturate(0);
}

.about-pg .approach-img-caption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(0deg, rgba(8, 44, 66, 0.82) 0%, transparent 100%);
padding: 20px;
color: #fff;
font-size: 15px;
line-height: 1.7;
font-weight: 600;
}

.about-pg .approach-text-block {
display: flex;
flex-direction: column;
justify-content: center;
gap: 20px;
}

.about-pg .approach-text-h3 {
font-size: 18px;
line-height: 1.15;
font-weight: 700;
color: #082C42;
margin: 0;
}

.about-pg .approach-text-p {
font-size: 18px;
line-height: 1.7;
color: #082C42;
margin: 0;
}

.about-pg .approach-text-p .num-prefix {
font-weight: 700;
color: #277DB2;
margin-right: 4px;
}

.about-pg .cta-link-row {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
flex-wrap: wrap;
}

.about-pg .btn-primary {
display: inline-flex;
align-items: center;
gap: 8px;
background: #277DB2;
color: #fff;
font-size: 15px;
line-height: 1.15;
font-weight: 700;
padding: 12px 20px;
border-radius: 6px;
border: 2px solid #277DB2;
cursor: pointer;
text-decoration: none;
transition: background 0.65s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.65s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.65s cubic-bezier(0.4, 0, 0.2, 1), outline-offset 0.2s cubic-bezier(0.4, 0, 0.2, 1);
outline: 2px solid transparent;
outline-offset: 0px;
}

.about-pg .btn-primary:hover {
background: #082C42;
border-color: #082C42;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
outline: 2px solid #277DB2;
outline-offset: 4px;
}

.about-pg .btn-primary:focus-visible {
outline: 2px solid #277DB2;
outline-offset: 4px;
}

.about-pg .btn-secondary {
display: inline-flex;
align-items: center;
gap: 8px;
background: transparent;
color: #082C42;
font-size: 15px;
line-height: 1.15;
font-weight: 600;
padding: 12px 20px;
border-radius: 6px;
border: 2px solid #A4C4ED;
cursor: pointer;
text-decoration: none;
transition: border-color 0.7s cubic-bezier(0.4, 0, 0.2, 1), color 0.7s cubic-bezier(0.4, 0, 0.2, 1), outline-offset 0.2s cubic-bezier(0.4, 0, 0.2, 1);
outline: 2px solid transparent;
outline-offset: 0px;
}

.about-pg .btn-secondary:hover {
border-color: #277DB2;
color: #277DB2;
outline: 2px solid #A4C4ED;
outline-offset: 4px;
}

.about-pg .btn-secondary:focus-visible {
outline: 2px solid #277DB2;
outline-offset: 4px;
}

/* Responsive */
@media (max-width: 1280px) {

.about-pg .title-inner,
.about-pg .team-metrics-inner,
.about-pg .approach-inner {
padding: 0 20px;
}

.about-pg .approach-four-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {
.about-pg .title-row {
padding-bottom: 40px;
}

.about-pg .title-inner {
flex-direction: column;
gap: 20px;
}

.about-pg .title-img-strip {
flex: 0 0 auto;
width: 100%;
height: 200px;
}

.about-pg .title-h1 {
font-size: 43px;
}

.about-pg .team-metrics-row,
.about-pg .approach-row {
padding-top: 40px;
padding-bottom: 40px;
}

.about-pg .team-metrics-top {
grid-template-columns: 1fr;
}

.about-pg .team-cards-col {
grid-template-columns: 1fr 1fr;
}

.about-pg .metrics-bars-area {
padding: 20px;
}

.about-pg .approach-top {
grid-template-columns: 1fr;
gap: 20px;
}

.about-pg .approach-four-grid {
grid-template-columns: 1fr 1fr;
}

.about-pg .approach-images-row {
grid-template-columns: 1fr;
}

.about-pg .metrics-label-row {
flex-direction: column;
align-items: flex-start;
}

.about-pg .title-row-bg-symbol {
font-size: 160px;
}
}

.success-page {
min-height: 80vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 80px 20px;
background: linear-gradient(107deg, #ffffff 0%, #A4C4ED22 100%);
}

.success-page .success-card {
max-width: 1140px;
width: 100%;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10), 0 1px 3px -1px rgba(8, 44, 66, 0.06);
padding: 80px 40px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}

.success-page .success-icon-wrap {
width: 80px;
height: 80px;
border-radius: 16px;
background: linear-gradient(107deg, #082C42 0%, #277DB2 100%);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 40px;
box-shadow: 0 12px 36px -1px rgba(39, 125, 178, 0.11);
}

.success-page .success-icon-wrap svg {
display: block;
}

.success-page .success-heading {
font-size: 43px;
line-height: 1.15;
letter-spacing: -0.02em;
color: transparent;
-webkit-text-stroke: 2px #082C42;
margin: 0 0 20px 0;
font-weight: 700;
}

.success-page .success-subtext {
font-size: 18px;
line-height: 1.7;
color: #082C42;
max-width: 520px;
margin: 0 0 40px 0;
opacity: 0.82;
}

.success-page .success-divider {
width: 60px;
height: 3px;
background: linear-gradient(107deg, #082C42, #277DB2);
border-radius: 0px;
margin: 0 auto 40px auto;
}

.success-page .success-actions {
display: flex;
flex-direction: row;
gap: 20px;
flex-wrap: wrap;
justify-content: center;
}

.success-page .btn-primary {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 40px;
background: linear-gradient(107deg, #082C42 0%, #277DB2 100%);
color: #ffffff;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
text-decoration: none;
border: 2px solid transparent;
box-shadow: 0 7px 28px -1px rgba(39, 125, 178, 0.10);
transition: box-shadow 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
outline-offset: 3px;
position: relative;
}

.success-page .btn-primary:hover {
box-shadow: 0 12px 36px -1px rgba(39, 125, 178, 0.22);
transform: translateY(-2px);
}

.success-page .btn-primary:focus-visible {
outline: 2px solid #277DB2;
outline-offset: 4px;
}

.success-page .btn-secondary {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 40px;
background: transparent;
color: #082C42;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
text-decoration: none;
border: 2px solid #A4C4ED;
transition: border-color 0.75s cubic-bezier(0.0, 0, 0.2, 1), color 0.75s cubic-bezier(0.0, 0, 0.2, 1), box-shadow 0.65s cubic-bezier(0.4, 0, 0.2, 1);
outline-offset: 3px;
}

.success-page .btn-secondary:hover {
border-color: #277DB2;
color: #277DB2;
box-shadow: 0 1px 3px -1px rgba(8, 44, 66, 0.06);
}

.success-page .btn-secondary:focus-visible {
outline: 2px solid #277DB2;
outline-offset: 4px;
}

.success-page .success-note {
margin-top: 40px;
font-size: 15px;
line-height: 1.7;
color: #277DB2;
opacity: 0.75;
}

.success-page .success-note a {
color: #277DB2;
text-decoration: underline;
text-underline-offset: 3px;
transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.success-page .success-note a:hover {
opacity: 0.6;
}

@media (max-width: 768px) {
.success-page {
padding: 40px 12px;
}

.success-page .success-card {
padding: 40px 20px;
}

.success-page .success-heading {
font-size: 43px;
}

.success-page .success-actions {
flex-direction: column;
align-items: stretch;
}

.success-page .btn-primary,
.success-page .btn-secondary {
justify-content: center;
}
}

.page-404 {
min-height: 80vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 80px 20px;
background: #ffffff;
overflow: hidden;
}

.page-404 .error-wrapper {
max-width: 1140px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}

.page-404 .error-visual {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.page-404 .error-code {
font-size: 72px;
line-height: 1.15;
font-weight: 800;
letter-spacing: -0.04em;
color: transparent;
-webkit-text-stroke: 2px #277DB2;
user-select: none;
position: relative;
}

.page-404 .error-code::after {
content: "";
display: block;
width: 60px;
height: 4px;
background: linear-gradient(107deg, #082C42, #ffffff);
margin: 12px auto 0;
border-radius: 0px;
}

.page-404 .error-icon-bar {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 8px;
}

.page-404 .error-icon-dot {
width: 8px;
height: 8px;
border-radius: 0px;
background: #A4C4ED;
display: block;
}

.page-404 .error-icon-dot.active {
background: #277DB2;
width: 20px;
}

.page-404 .error-content {
text-align: center;
max-width: 560px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}

.page-404 .error-heading {
font-size: 43px;
line-height: 1.15;
font-weight: 700;
letter-spacing: -0.02em;
color: #082C42;
margin: 0;
}

.page-404 .error-desc {
font-size: 18px;
line-height: 1.7;
color: #082C42;
margin: 0;
opacity: 0.75;
}

.page-404 .error-desc span {
color: #277DB2;
font-weight: 600;
opacity: 1;
}

.page-404 .error-actions {
display: flex;
flex-direction: row;
gap: 12px;
flex-wrap: wrap;
justify-content: center;
margin-top: 8px;
}

.page-404 .btn-primary-action {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 40px;
background: linear-gradient(107deg, #082C42, #277DB2);
color: #ffffff;
font-size: 15px;
font-weight: 600;
line-height: 1.15;
text-decoration: none;
border-radius: 10px;
border: 2px solid transparent;
box-shadow: 0 7px 28px -1px rgba(8, 44, 66, 0.10);
transition: box-shadow 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
outline: none;
}

.page-404 .btn-primary-action:hover {
box-shadow: 0 12px 36px -1px rgba(8, 44, 66, 0.11);
transform: translateY(-2px);
}

.page-404 .btn-primary-action:focus-visible {
outline: 3px solid #277DB2;
outline-offset: 4px;
}

.page-404 .btn-secondary-action {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 12px 40px;
background: transparent;
color: #082C42;
font-size: 15px;
font-weight: 600;
line-height: 1.15;
text-decoration: none;
border-radius: 10px;
border: 2px solid #A4C4ED;
box-shadow: 0 1px 3px -1px rgba(39, 125, 178, 0.06);
transition: border-color 0.7s cubic-bezier(0.0, 0, 0.2, 1), color 0.7s cubic-bezier(0.0, 0, 0.2, 1), box-shadow 0.65s cubic-bezier(0.4, 0, 0.2, 1);
outline: none;
}

.page-404 .btn-secondary-action:hover {
border-color: #277DB2;
color: #277DB2;
box-shadow: 0 7px 28px -1px rgba(39, 125, 178, 0.10);
}

.page-404 .btn-secondary-action:focus-visible {
outline: 3px solid #277DB2;
outline-offset: 4px;
}

.page-404 .btn-arrow {
display: inline-block;
width: 14px;
height: 14px;
position: relative;
flex-shrink: 0;
}

.page-404 .btn-arrow svg {
width: 14px;
height: 14px;
}

.page-404 .error-hint {
font-size: 15px;
line-height: 1.7;
color: #082C42;
opacity: 0.5;
margin: 0;
text-align: center;
}

.page-404 .error-hint a {
color: #277DB2;
text-decoration: none;
font-weight: 600;
opacity: 1;
border-bottom: 1px solid transparent;
transition: border-color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-404 .error-hint a:hover {
border-color: #277DB2;
}

.page-404 .error-decoration {
display: flex;
flex-direction: row;
gap: 8px;
align-items: flex-end;
margin-top: 4px;
}

.page-404 .deco-bar {
width: 6px;
border-radius: 6px;
background: linear-gradient(107deg, #082C42, #A4C4ED);
}

.page-404 .deco-bar:nth-child(1) {
height: 20px;
opacity: 0.3;
}

.page-404 .deco-bar:nth-child(2) {
height: 32px;
opacity: 0.5;
}

.page-404 .deco-bar:nth-child(3) {
height: 44px;
opacity: 0.7;
}

.page-404 .deco-bar:nth-child(4) {
height: 28px;
opacity: 0.4;
}

.page-404 .deco-bar:nth-child(5) {
height: 16px;
opacity: 0.25;
}

@media (max-width: 768px) {
.page-404 {
padding: 40px 20px;
}

.page-404 .error-wrapper {
gap: 20px;
}

.page-404 .error-code {
font-size: 43px;
}

.page-404 .error-heading {
font-size: 18px;
}

.page-404 .error-desc {
font-size: 15px;
}

.page-404 .error-actions {
flex-direction: column;
align-items: center;
gap: 8px;
}

.page-404 .btn-primary-action,
.page-404 .btn-secondary-action {
width: 100%;
max-width: 320px;
justify-content: center;
}
}