/**
 * 3SAFE – Page À propos Pro
 * Front-end styles, strictly scoped to .s3ap.
 */

:root {
    --s3ap-navy: #0b1f3a;
    --s3ap-navy-2: #142f55;
    --s3ap-burgundy: #8c1d40;
    --s3ap-burgundy-2: #a52950;
    --s3ap-blue: #2267a5;
    --s3ap-blue-2: #2e7abc;
    --s3ap-teal: #167c82;
    --s3ap-page: #f4f7fa;
    --s3ap-soft: #f7f9fc;
    --s3ap-white: #ffffff;
    --s3ap-text: #17233a;
    --s3ap-muted: #5d6b7d;
    --s3ap-border: #dce5ef;
    --s3ap-border-dark: rgba(255, 255, 255, 0.18);
    --s3ap-shadow-sm: 0 10px 28px rgba(11, 31, 58, 0.08);
    --s3ap-shadow-md: 0 18px 52px rgba(11, 31, 58, 0.14);
    --s3ap-shadow-lg: 0 28px 80px rgba(5, 17, 35, 0.24);
    --s3ap-radius-sm: 14px;
    --s3ap-radius: 22px;
    --s3ap-radius-lg: 32px;
    --s3ap-focus: 0 0 0 4px rgba(34, 103, 165, 0.24);
}

/* Theme corrections, limited to the configured public page. */
body.three-safe-about-active .page_title,
body.three-safe-about-active .page-title,
body.three-safe-about-active .entry-title,
body.three-safe-about-active .post-title,
body.three-safe-about-active .elementor-page-title,
body.three-safe-about-active .stm_page_bc,
body.three-safe-about-active .page_bc {
    display: none !important;
}

body.three-safe-about-active .site-content,
body.three-safe-about-active .content-area,
body.three-safe-about-active .main-content,
body.three-safe-about-active .entry-content,
body.three-safe-about-active .post-content,
body.three-safe-about-active .elementor-location-single,
body.three-safe-about-active .elementor-widget-theme-post-content {
    margin-top: 0;
}

body.three-safe-about-active {
    overflow-x: clip;
}

body.three-safe-about-active .entry-content,
body.three-safe-about-active .post-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.s3ap,
.s3ap *,
.s3ap *::before,
.s3ap *::after,
.s3ap-dialog,
.s3ap-dialog *,
.s3ap-dialog *::before,
.s3ap-dialog *::after {
    box-sizing: border-box;
}

.s3ap {
    position: relative;
    z-index: 0;
    overflow: clip;
    min-width: 0;
    margin: 0;
    color: var(--s3ap-text);
    background: var(--s3ap-white);
    font-family: Inter, Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.s3ap--full-bleed {
    width: 100vw;
    max-width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.s3ap img,
.s3ap svg {
    display: block;
}

.s3ap img {
    max-width: 100%;
}

.s3ap a {
    color: inherit;
    text-decoration: none;
}

.s3ap button,
.s3ap input,
.s3ap select,
.s3ap textarea {
    font: inherit;
}

.s3ap button,
.s3ap a {
    -webkit-tap-highlight-color: transparent;
}

.s3ap :where(a, button, input, select, textarea):focus-visible,
.s3ap-dialog :where(a, button, input, select, textarea):focus-visible {
    outline: 0;
    box-shadow: var(--s3ap-focus);
}

.s3ap h1,
.s3ap h2,
.s3ap h3,
.s3ap p,
.s3ap ul,
.s3ap ol,
.s3ap blockquote {
    margin-top: 0;
}

.s3ap h1,
.s3ap h2,
.s3ap h3 {
    color: var(--s3ap-navy);
    font-weight: 850;
    letter-spacing: -0.035em;
}

.s3ap h2 {
    margin-bottom: 18px;
    font-size: 3rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.09;
}

.s3ap h3 {
    margin-bottom: 11px;
    font-size: 1.28rem;
    font-size: clamp(1.15rem, 2vw, 1.42rem);
    line-height: 1.22;
}

.s3ap p {
    margin-bottom: 18px;
    color: var(--s3ap-muted);
}

.s3ap-container {
    position: relative;
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.s3ap-skip {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 999999;
    padding: 12px 17px;
    border-radius: 10px;
    color: var(--s3ap-white) !important;
    background: var(--s3ap-burgundy);
    font-weight: 800;
    transform: translateY(-180%);
    transition: transform 0.2s ease;
}

.s3ap-skip:focus {
    transform: translateY(0);
}

.s3ap-kicker,
.s3ap-eyebrow {
    margin: 0 0 10px;
    color: var(--s3ap-blue);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.3;
    text-transform: uppercase;
}

.s3ap-kicker--light {
    color: #b9d8f5;
}

.s3ap-title {
    max-width: 760px;
    margin: 0 0 24px;
    color: var(--s3ap-white) !important;
    font-size: 5.4rem;
    font-size: clamp(3.25rem, 7vw, 6.25rem);
    font-weight: 900;
    letter-spacing: -0.062em;
    line-height: 0.93;
    text-wrap: balance;
}

.s3ap-lead {
    max-width: 720px;
    margin-bottom: 28px !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 1.25rem;
    font-size: clamp(1.08rem, 2vw, 1.34rem);
    line-height: 1.6;
}

.s3ap-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 760px;
    padding: clamp(84px, 9vw, 130px) 0 clamp(112px, 12vw, 165px);
    color: var(--s3ap-white);
    background:
        radial-gradient(circle at 82% 18%, rgba(46, 122, 188, 0.38), transparent 30rem),
        radial-gradient(circle at 12% 100%, rgba(140, 29, 64, 0.36), transparent 34rem),
        linear-gradient(132deg, #07172d 0%, var(--s3ap-navy) 44%, #123660 100%);
}

.s3ap-hero::before {
    position: absolute;
    inset: auto -7% -39% auto;
    width: 520px;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 72px rgba(255, 255, 255, 0.025),
        0 0 0 145px rgba(255, 255, 255, 0.018);
    content: "";
}

.s3ap-hero__mesh {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.26;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.52), transparent 88%);
}

.s3ap-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.72fr);
    gap: clamp(46px, 7vw, 90px);
    align-items: center;
}

.s3ap-hero__content {
    position: relative;
    z-index: 2;
}

.s3ap-brand-line {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 34px;
}

.s3ap-brand-line > span:last-child {
    display: grid;
    gap: 2px;
}

.s3ap-brand-line strong {
    color: var(--s3ap-white);
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.s3ap-brand-line small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.s3ap-logo-frame {
    position: relative;
    display: block;
    flex: 0 0 auto;
    overflow: hidden !important;
    width: 84px;
    height: 84px;
    aspect-ratio: 1 / 1;
    border: 5px solid rgba(255, 255, 255, 0.16);
    border-radius: 50% !important;
    clip-path: circle(50% at 50% 50%) !important;
    background: var(--s3ap-white);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    line-height: 0;
}

.s3ap-logo-frame img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-radius: 50% !important;
    clip-path: circle(49.7% at 50% 50%) !important;
    object-fit: cover !important;
    object-position: center !important;
}

.s3ap-actions,
.s3ap-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.s3ap-actions {
    margin-bottom: 31px;
}

.s3ap-button {
    display: inline-flex;
    min-height: 48px;
    gap: 9px;
    align-items: center;
    justify-content: center;
    padding: 12px 19px;
    border: 1px solid transparent;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.91rem;
    font-weight: 850;
    line-height: 1.25;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.s3ap-button:hover {
    transform: translateY(-2px);
}

.s3ap-button svg,
.s3ap-card-link svg,
.s3ap-text-link svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.s3ap-button--primary {
    color: var(--s3ap-white) !important;
    background: linear-gradient(135deg, var(--s3ap-burgundy), var(--s3ap-burgundy-2));
    box-shadow: 0 12px 28px rgba(140, 29, 64, 0.3);
}

.s3ap-button--primary:hover {
    box-shadow: 0 17px 34px rgba(140, 29, 64, 0.4);
}

.s3ap-button--light {
    color: var(--s3ap-navy) !important;
    background: var(--s3ap-white);
    box-shadow: 0 12px 28px rgba(2, 12, 29, 0.2);
}

.s3ap-button--outline {
    border-color: rgba(11, 31, 58, 0.25);
    color: var(--s3ap-navy) !important;
    background: var(--s3ap-white);
}

.s3ap-button--outline:hover {
    border-color: var(--s3ap-blue);
    box-shadow: var(--s3ap-shadow-sm);
}

.s3ap-button--ghost {
    border-color: rgba(255, 255, 255, 0.42);
    color: var(--s3ap-white) !important;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.s3ap-button--ghost:hover {
    background: rgba(255, 255, 255, 0.15);
}

.s3ap-text-link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--s3ap-blue) !important;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.4;
}

.s3ap-text-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.s3ap-text-link--light {
    color: var(--s3ap-white) !important;
}

.s3ap-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.s3ap-checks li {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    font-weight: 720;
}

.s3ap-checks svg {
    width: 18px;
    height: 18px;
    color: #89caef;
}

.s3ap-identity {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--s3ap-radius-lg);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: var(--s3ap-shadow-lg);
    backdrop-filter: blur(14px);
}

.s3ap-identity::before {
    position: absolute;
    z-index: 3;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent 38%);
    content: "";
    pointer-events: none;
}

.s3ap-identity__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 0.91 / 1;
    background: #dfe8ef;
}

.s3ap-identity__image::after {
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    background: linear-gradient(to top, rgba(6, 20, 39, 0.94), transparent);
    content: "";
}

.s3ap-identity__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 24%;
    filter: saturate(0.92) contrast(1.03);
}

.s3ap-identity__badge {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    color: var(--s3ap-white);
    background: rgba(11, 31, 58, 0.68);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    backdrop-filter: blur(8px);
}

.s3ap-identity__body {
    position: relative;
    z-index: 4;
    padding: 27px 28px 29px;
}

.s3ap-identity .s3ap-eyebrow {
    color: #b9d8f5;
}

.s3ap-identity h2 {
    margin-bottom: 12px;
    color: var(--s3ap-white);
    font-size: 1.95rem;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    letter-spacing: -0.04em;
}

.s3ap-identity p {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.94rem;
}

.s3ap-identity__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.s3ap-identity__facts span {
    display: grid;
    gap: 2px;
    padding: 13px 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.s3ap-identity__facts strong {
    color: var(--s3ap-white);
    font-size: 0.94rem;
}

.s3ap-identity__facts small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
}

.s3ap-metrics-wrap {
    position: relative;
    z-index: 5;
    margin-top: -74px;
}

.s3ap-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--s3ap-border);
    border-radius: 24px;
    background: var(--s3ap-white);
    box-shadow: var(--s3ap-shadow-md);
}

.s3ap-metric {
    position: relative;
    min-height: 154px;
    padding: 29px 26px;
}

.s3ap-metric:not(:last-child)::after {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 25px;
    width: 1px;
    background: var(--s3ap-border);
    content: "";
}

.s3ap-metric strong {
    display: block;
    margin-bottom: 8px;
    color: var(--s3ap-navy);
    font-size: 2.85rem;
    font-size: clamp(2.1rem, 4vw, 3.2rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1;
}

.s3ap-metric span {
    display: block;
    color: var(--s3ap-muted);
    font-size: 0.84rem;
    font-weight: 720;
    line-height: 1.45;
}

.s3ap-metric--accent {
    color: var(--s3ap-white);
    background: linear-gradient(145deg, var(--s3ap-burgundy), #6e1231);
}

.s3ap-metric--accent strong,
.s3ap-metric--accent span {
    color: var(--s3ap-white);
}

.s3ap-section {
    position: relative;
    padding: clamp(74px, 8vw, 118px) 0;
    background: var(--s3ap-white);
}

.s3ap-section--soft {
    background:
        radial-gradient(circle at 8% 8%, rgba(34, 103, 165, 0.055), transparent 24rem),
        var(--s3ap-soft);
}

.s3ap-section--navy {
    overflow: hidden;
    color: var(--s3ap-white);
    background:
        radial-gradient(circle at 90% 10%, rgba(46, 122, 188, 0.28), transparent 27rem),
        linear-gradient(135deg, #08192f, var(--s3ap-navy) 57%, #173a65);
}

.s3ap-section--navy::before {
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    pointer-events: none;
}

.s3ap-section--digital {
    background:
        radial-gradient(circle at 96% 20%, rgba(140, 29, 64, 0.08), transparent 30rem),
        linear-gradient(180deg, #fff, #f2f6fa);
}

.s3ap-section--cta {
    padding-top: 38px;
    padding-bottom: 40px;
    background: var(--s3ap-page);
}

.s3ap-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.68fr);
    gap: clamp(42px, 8vw, 100px);
    align-items: center;
}

.s3ap-story-grid > div > p:not(.s3ap-kicker) {
    max-width: 760px;
    font-size: 1.03rem;
}

.s3ap-quote-card {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 4vw, 45px);
    border: 1px solid var(--s3ap-border);
    border-radius: var(--s3ap-radius-lg);
    background: var(--s3ap-white);
    box-shadow: var(--s3ap-shadow-md);
}

.s3ap-quote-card::before {
    position: absolute;
    top: -82px;
    right: -72px;
    width: 220px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(34, 103, 165, 0.08);
    content: "";
}

.s3ap-quote-card__icon,
.s3ap-icon-box {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 17px;
    color: var(--s3ap-white);
    background: linear-gradient(135deg, var(--s3ap-navy-2), var(--s3ap-blue));
    box-shadow: 0 12px 24px rgba(34, 103, 165, 0.2);
}

.s3ap-quote-card__icon svg,
.s3ap-icon-box svg {
    width: 27px;
    height: 27px;
}

.s3ap-quote-card blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
    color: var(--s3ap-navy);
    font-size: 1.6rem;
    font-size: clamp(1.33rem, 2.5vw, 1.8rem);
    font-weight: 760;
    letter-spacing: -0.025em;
    line-height: 1.4;
}

.s3ap-quote-card__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.s3ap-quote-card__footer span,
.s3ap-tag-list span {
    padding: 7px 11px;
    border: 1px solid var(--s3ap-border);
    border-radius: 999px;
    color: var(--s3ap-navy);
    background: var(--s3ap-soft);
    font-size: 0.76rem;
    font-weight: 820;
}

.s3ap-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
    gap: 42px;
    align-items: end;
    margin-bottom: 42px;
}

.s3ap-section-heading h2 {
    max-width: 780px;
    margin-bottom: 0;
}

.s3ap-section-heading > p {
    margin: 0;
    font-size: 0.98rem;
}

.s3ap-section-heading > .s3ap-text-link {
    justify-self: end;
    margin-bottom: 7px;
}

.s3ap-section-heading--light h2,
.s3ap-section-heading--light p {
    color: var(--s3ap-white);
}

.s3ap-section-heading--light > p {
    color: rgba(255, 255, 255, 0.7);
}

.s3ap-card-grid {
    display: grid;
    gap: 20px;
}

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

.s3ap-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 345px;
    padding: 31px 29px 27px;
    border: 1px solid var(--s3ap-border);
    border-radius: var(--s3ap-radius);
    background: var(--s3ap-white);
    box-shadow: var(--s3ap-shadow-sm);
    transition: transform 0.23s ease, box-shadow 0.23s ease, border-color 0.23s ease;
}

.s3ap-feature-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--s3ap-blue), var(--s3ap-burgundy));
    content: "";
}

.s3ap-feature-card:hover {
    border-color: #cbd9e7;
    box-shadow: var(--s3ap-shadow-md);
    transform: translateY(-5px);
}

.s3ap-feature-card p:not(.s3ap-eyebrow) {
    min-height: 102px;
    font-size: 0.93rem;
}

.s3ap-card-link {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--s3ap-blue) !important;
    font-size: 0.85rem;
    font-weight: 850;
}

.s3ap-card-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.s3ap-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(320px, 0.68fr);
    gap: 34px;
    align-items: stretch;
}

.s3ap-profile-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid var(--s3ap-border);
    border-radius: var(--s3ap-radius-lg);
    background:
        radial-gradient(circle at 100% 0, rgba(46, 122, 188, 0.11), transparent 22rem),
        linear-gradient(135deg, var(--s3ap-white), #f6f9fc);
    box-shadow: var(--s3ap-shadow-md);
}

.s3ap-profile-panel::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: linear-gradient(180deg, var(--s3ap-blue), var(--s3ap-burgundy));
    content: "";
}

.s3ap-profile-panel__body {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 6vw, 72px);
}

.s3ap-profile-panel__body h2 {
    font-size: 2.7rem;
    font-size: clamp(2rem, 3.6vw, 3rem);
}

.s3ap-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.s3ap-timeline {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.s3ap-timeline li {
    display: grid;
    grid-template-columns: 53px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--s3ap-border);
    border-radius: 18px;
    background: var(--s3ap-white);
    box-shadow: 0 8px 24px rgba(11, 31, 58, 0.055);
}

.s3ap-timeline li > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: var(--s3ap-white);
    background: var(--s3ap-navy);
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.s3ap-timeline strong {
    display: block;
    margin-bottom: 5px;
    color: var(--s3ap-navy);
    font-size: 0.98rem;
    line-height: 1.35;
}

.s3ap-timeline p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
}

.s3ap-credential-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.s3ap-credential {
    display: grid;
    min-height: 178px;
    align-content: start;
    padding: 23px;
    border: 1px solid var(--s3ap-border-dark);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.s3ap-credential:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.13);
    transform: translateY(-4px);
}

.s3ap-credential > span {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 19px;
    border-radius: 14px;
    color: var(--s3ap-white);
    background: linear-gradient(135deg, var(--s3ap-blue), #4595d4);
}

.s3ap-credential > span svg {
    width: 23px;
    height: 23px;
}

.s3ap-credential strong {
    display: block;
    margin-bottom: 5px;
    color: var(--s3ap-white);
    font-size: 1rem;
    line-height: 1.35;
}

.s3ap-credential small {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.78rem;
    line-height: 1.45;
}

.s3ap-quality-note {
    position: relative;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.76rem;
}

.s3ap-method {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.s3ap-method li {
    position: relative;
    min-height: 255px;
    padding: 28px 25px;
    border: 1px solid var(--s3ap-border);
    border-radius: var(--s3ap-radius);
    background: var(--s3ap-white);
    box-shadow: var(--s3ap-shadow-sm);
}

.s3ap-method li::after {
    position: absolute;
    right: -13px;
    top: 50%;
    z-index: 2;
    width: 25px;
    height: 1px;
    background: var(--s3ap-border);
    content: "";
}

.s3ap-method li:last-child::after {
    display: none;
}

.s3ap-method li > span {
    display: inline-flex;
    margin-bottom: 28px;
    color: var(--s3ap-burgundy);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.13em;
}

.s3ap-method h3 {
    margin-bottom: 10px;
    font-size: 1.19rem;
}

.s3ap-method p {
    margin: 0;
    font-size: 0.87rem;
}

.s3ap-domain-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    margin-bottom: 31px;
    border: 1px solid var(--s3ap-border);
    border-radius: var(--s3ap-radius);
    background: var(--s3ap-white);
    box-shadow: var(--s3ap-shadow-sm);
}

.s3ap-domain-grid span {
    position: relative;
    display: flex;
    min-height: 82px;
    align-items: center;
    padding: 19px 20px 19px 37px;
    border-right: 1px solid var(--s3ap-border);
    border-bottom: 1px solid var(--s3ap-border);
    color: var(--s3ap-navy);
    font-size: 0.84rem;
    font-weight: 790;
    line-height: 1.35;
}

.s3ap-domain-grid span::before {
    position: absolute;
    left: 20px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--s3ap-blue);
    content: "";
}

.s3ap-domain-grid span:nth-child(4n) {
    border-right: 0;
}

.s3ap-domain-grid span:nth-last-child(-n + 4) {
    border-bottom: 0;
}

.s3ap-inline-actions {
    justify-content: center;
}

.s3ap-digital-grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(34px, 6vw, 72px);
    align-items: center;
}

.s3ap-app-card {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 5vw, 56px);
    border-radius: var(--s3ap-radius-lg);
    color: var(--s3ap-white);
    background:
        radial-gradient(circle at 90% 0, rgba(255, 255, 255, 0.18), transparent 16rem),
        linear-gradient(145deg, #6e1431, var(--s3ap-burgundy) 52%, #a22c53);
    box-shadow: 0 28px 62px rgba(101, 19, 47, 0.28);
}

.s3ap-app-card::before {
    position: absolute;
    right: -112px;
    bottom: -112px;
    width: 300px;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    box-shadow: 0 0 0 46px rgba(255, 255, 255, 0.035), 0 0 0 92px rgba(255, 255, 255, 0.02);
    content: "";
}

.s3ap-app-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}

.s3ap-app-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    color: var(--s3ap-white);
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(8px);
}

.s3ap-app-icon svg {
    width: 31px;
    height: 31px;
}

.s3ap-app-badge {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: var(--s3ap-white);
    background: rgba(255, 255, 255, 0.1);
    font-size: 0.74rem;
    font-weight: 850;
}

.s3ap-app-card h2,
.s3ap-app-card p {
    position: relative;
    z-index: 1;
    color: var(--s3ap-white);
}

.s3ap-app-card h2 {
    max-width: 100%;
    font-size: 3rem;
    font-size: clamp(2.15rem, 3.5vw, 3rem);
    line-height: 1.04;
    overflow-wrap: normal;
    hyphens: none;
}

.s3ap-app-card > p:not(.s3ap-kicker):not(.s3ap-app-card__source) {
    color: rgba(255, 255, 255, 0.78);
}

.s3ap-app-card .s3ap-actions {
    position: relative;
    z-index: 1;
    margin: 29px 0 17px;
}

.s3ap-app-card__source {
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 0.72rem;
}

.s3ap-digital-content > p:not(.s3ap-kicker) {
    font-size: 1rem;
}

.s3ap-resource-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.s3ap-resource-list > a {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 20px;
    gap: 15px;
    align-items: center;
    padding: 17px 19px;
    border: 1px solid var(--s3ap-border);
    border-radius: 17px;
    background: var(--s3ap-white);
    box-shadow: 0 8px 22px rgba(11, 31, 58, 0.055);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.s3ap-resource-list > a:hover {
    border-color: #c3d5e6;
    box-shadow: var(--s3ap-shadow-sm);
    transform: translateX(4px);
}

.s3ap-resource-list > a > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: var(--s3ap-white);
    background: linear-gradient(135deg, var(--s3ap-navy-2), var(--s3ap-blue));
}

.s3ap-resource-list > a > span svg {
    width: 24px;
    height: 24px;
}

.s3ap-resource-list > a > svg {
    width: 19px;
    height: 19px;
    color: var(--s3ap-blue);
}

.s3ap-resource-list strong,
.s3ap-resource-list small {
    display: block;
}

.s3ap-resource-list strong {
    color: var(--s3ap-navy);
    font-size: 0.94rem;
}

.s3ap-resource-list small {
    margin-top: 3px;
    color: var(--s3ap-muted);
    font-size: 0.77rem;
}

.s3ap-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(290px, 0.75fr);
    gap: 44px;
    align-items: center;
    padding: clamp(34px, 5vw, 58px);
    border-radius: var(--s3ap-radius-lg);
    color: var(--s3ap-white);
    background:
        radial-gradient(circle at 90% 20%, rgba(46, 122, 188, 0.3), transparent 24rem),
        linear-gradient(135deg, #07172d, var(--s3ap-navy) 62%, #16385f);
    box-shadow: var(--s3ap-shadow-md);
}

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

.s3ap-cta h2 {
    margin-bottom: 13px;
    font-size: 2.85rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.s3ap-cta > div:first-child > p:last-child {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.s3ap-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.s3ap-cta__actions .s3ap-text-link {
    justify-content: center;
    margin-top: 5px;
}

.s3ap-legal-line {
    margin: 18px 0 0 !important;
    color: #6c7889 !important;
    font-size: 0.7rem;
    line-height: 1.5;
    text-align: center;
}

/* Accessible contact dialog. */
.s3ap-dialog {
    width: min(780px, calc(100vw - 30px));
    max-width: 780px;
    max-height: min(880px, calc(100vh - 30px));
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 25px;
    color: var(--s3ap-text);
    background: transparent;
    box-shadow: var(--s3ap-shadow-lg);
    font-family: Inter, Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.s3ap-dialog::backdrop {
    background: rgba(3, 13, 27, 0.78);
    backdrop-filter: blur(5px);
}

.s3ap-dialog[open] {
    animation: s3ap-dialog-in 0.22s ease-out both;
}

.s3ap-dialog__panel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: inherit;
    background: var(--s3ap-white);
}

.s3ap-dialog__header {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 25px 27px;
    color: var(--s3ap-white);
    background:
        radial-gradient(circle at 90% 0, rgba(46, 122, 188, 0.32), transparent 18rem),
        linear-gradient(135deg, #07172d, var(--s3ap-navy));
}

.s3ap-dialog__header h2 {
    margin: 0;
    color: var(--s3ap-white);
    font-size: 2rem;
    font-size: clamp(1.55rem, 4vw, 2.2rem);
}

.s3ap-dialog__header .s3ap-eyebrow {
    color: #b9d8f5;
}

.s3ap-dialog__close {
    display: grid;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    color: var(--s3ap-white);
    background: rgba(255, 255, 255, 0.09);
    cursor: pointer;
    font-size: 1.65rem;
    line-height: 1;
}

.s3ap-dialog__close:hover {
    background: rgba(255, 255, 255, 0.16);
}

.s3ap-form {
    overflow: auto;
    max-height: calc(100vh - 145px);
    padding: 27px;
}

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

.s3ap-form-grid label,
.s3ap-consent {
    display: grid;
    gap: 7px;
}

.s3ap-form-grid label > span {
    color: var(--s3ap-navy);
    font-size: 0.8rem;
    font-weight: 820;
}

.s3ap-form em,
.s3ap-consent em {
    color: var(--s3ap-burgundy);
    font-style: normal;
}

.s3ap-form-grid input,
.s3ap-form-grid select,
.s3ap-form-grid textarea {
    width: 100%;
    min-height: 47px;
    padding: 11px 13px;
    border: 1px solid #cdd8e4;
    border-radius: 11px;
    color: var(--s3ap-text);
    background: var(--s3ap-white);
    outline: 0;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.s3ap-form-grid textarea {
    min-height: 136px;
    resize: vertical;
}

.s3ap-form-grid input:hover,
.s3ap-form-grid select:hover,
.s3ap-form-grid textarea:hover {
    border-color: #aebed0;
}

.s3ap-form-grid input:focus,
.s3ap-form-grid select:focus,
.s3ap-form-grid textarea:focus {
    border-color: var(--s3ap-blue);
    box-shadow: var(--s3ap-focus);
}

.s3ap-form-grid__full {
    grid-column: 1 / -1;
}

.s3ap-consent {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 20px 0;
    color: var(--s3ap-muted);
    font-size: 0.77rem;
    line-height: 1.45;
}

.s3ap-consent input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: var(--s3ap-burgundy);
}

.s3ap-form-footer {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding-top: 19px;
    border-top: 1px solid var(--s3ap-border);
}

.s3ap-form-footer p {
    margin: 0;
    color: var(--s3ap-muted);
    font-size: 0.76rem;
}

.s3ap-form-status {
    min-height: 0;
    margin-top: 14px;
    padding: 0;
    border-radius: 10px;
    font-size: 0.83rem;
    font-weight: 750;
}

.s3ap-form-status:not(:empty) {
    padding: 11px 13px;
}

.s3ap-form-status.is-success {
    color: #155c3f;
    background: #e7f7ef;
}

.s3ap-form-status.is-error {
    color: #8b1733;
    background: #fdebf0;
}

.s3ap-honeypot {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.s3ap-back-top {
    position: fixed;
    z-index: 9990;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.23);
    border-radius: 50%;
    color: var(--s3ap-white);
    background: var(--s3ap-navy);
    box-shadow: 0 14px 32px rgba(11, 31, 58, 0.25);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.s3ap-back-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.s3ap-back-top:hover {
    background: var(--s3ap-burgundy);
}

.s3ap-back-top svg {
    width: 22px;
    height: 22px;
}

/* Progressive reveal: content remains visible without JavaScript. */
.s3ap.s3ap--js [data-s3ap-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.62s ease, transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.s3ap.s3ap--js [data-s3ap-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@keyframes s3ap-dialog-in {
    from { opacity: 0; transform: translateY(12px) scale(0.985); }
    to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
    .s3ap-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
        gap: 45px;
    }

    .s3ap-title {
        font-size: clamp(3.05rem, 7vw, 5.2rem);
    }

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

    .s3ap-metric:nth-child(2)::after {
        display: none;
    }

    .s3ap-metric:nth-child(-n + 2) {
        border-bottom: 1px solid var(--s3ap-border);
    }

    .s3ap-card-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s3ap-feature-card:last-child {
        grid-column: 1 / -1;
        min-height: 275px;
    }

    .s3ap-feature-card p:not(.s3ap-eyebrow) {
        min-height: 75px;
    }

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

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

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

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

    .s3ap-method li:nth-child(2)::after,
    .s3ap-method li:last-child::after {
        display: none;
    }

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

    .s3ap-domain-grid span:nth-child(4n) {
        border-right: 1px solid var(--s3ap-border);
    }

    .s3ap-domain-grid span:nth-child(3n) {
        border-right: 0;
    }

    .s3ap-domain-grid span:nth-last-child(-n + 4) {
        border-bottom: 1px solid var(--s3ap-border);
    }

    .s3ap-domain-grid span:nth-last-child(-n + 1) {
        border-bottom: 0;
    }
}

@media (max-width: 880px) {
    .s3ap-container {
        width: min(100% - 34px, 740px);
    }

    .s3ap-hero {
        min-height: auto;
        padding-top: 76px;
        padding-bottom: 126px;
    }

    .s3ap-hero__grid,
    .s3ap-story-grid,
    .s3ap-digital-grid,
    .s3ap-cta {
        grid-template-columns: 1fr;
    }

    .s3ap-hero__content {
        max-width: 730px;
    }

    .s3ap-identity {
        width: min(100%, 570px);
    }

    .s3ap-identity__image {
        aspect-ratio: 1.25 / 1;
    }

    .s3ap-identity__image img {
        object-position: 50% 20%;
    }

    .s3ap-section-heading {
        grid-template-columns: 1fr;
        gap: 14px;
        align-items: start;
    }

    .s3ap-section-heading > .s3ap-text-link {
        justify-self: start;
        margin-bottom: 0;
    }

    .s3ap-profile-panel {
        grid-template-columns: 1fr;
    }

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

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

    .s3ap-domain-grid span:nth-child(3n) {
        border-right: 1px solid var(--s3ap-border);
    }

    .s3ap-domain-grid span:nth-child(2n) {
        border-right: 0;
    }

    .s3ap-domain-grid span:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .s3ap-cta__actions {
        align-items: flex-start;
    }

    .s3ap-cta__actions .s3ap-text-link {
        justify-content: flex-start;
    }
}

@media (max-width: 660px) {
    .s3ap {
        font-size: 15px;
    }

    .s3ap-container {
        width: min(100% - 26px, 620px);
    }

    .s3ap-hero {
        padding-top: 58px;
        padding-bottom: 106px;
    }

    .s3ap-brand-line {
        margin-bottom: 27px;
    }

    .s3ap-logo-frame {
        width: 68px;
        height: 68px;
        border-width: 4px;
    }

    .s3ap-brand-line strong {
        font-size: 1rem;
    }

    .s3ap-brand-line small {
        font-size: 0.73rem;
    }

    .s3ap-title {
        font-size: clamp(2.7rem, 14vw, 4.1rem);
        line-height: 0.98;
    }

    .s3ap-lead {
        font-size: 1rem;
    }

    .s3ap-actions,
    .s3ap-inline-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .s3ap-actions .s3ap-button,
    .s3ap-inline-actions .s3ap-button,
    .s3ap-actions .s3ap-text-link {
        width: 100%;
        justify-content: center;
    }

    .s3ap-checks {
        display: grid;
        gap: 9px;
    }

    .s3ap-identity__image {
        aspect-ratio: 1 / 0.95;
    }

    .s3ap-identity__body {
        padding: 23px 21px 24px;
    }

    .s3ap-metrics-wrap {
        margin-top: -60px;
    }

    .s3ap-metrics {
        grid-template-columns: 1fr;
        border-radius: 20px;
    }

    .s3ap-metric {
        min-height: auto;
        padding: 23px;
    }

    .s3ap-metric:not(:last-child)::after {
        top: auto;
        right: 22px;
        bottom: 0;
        left: 22px;
        width: auto;
        height: 1px;
    }

    .s3ap-metric:nth-child(2)::after {
        display: block;
    }

    .s3ap-metric:nth-child(-n + 2) {
        border-bottom: 0;
    }

    .s3ap-section {
        padding: 68px 0;
    }

    .s3ap-section--cta {
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .s3ap h2 {
        font-size: clamp(1.85rem, 9vw, 2.65rem);
    }

    .s3ap-card-grid--three,
    .s3ap-timeline,
    .s3ap-credential-grid,
    .s3ap-method,
    .s3ap-domain-grid {
        grid-template-columns: 1fr;
    }

    .s3ap-feature-card,
    .s3ap-feature-card:last-child {
        grid-column: auto;
        min-height: auto;
        padding: 26px 23px;
    }

    .s3ap-feature-card p:not(.s3ap-eyebrow) {
        min-height: 0;
    }

    .s3ap-profile-panel {
        grid-template-columns: 1fr;
    }

    .s3ap-profile-panel__body {
        padding: 32px 24px 34px;
    }

    .s3ap-timeline li {
        grid-template-columns: 47px minmax(0, 1fr);
        padding: 19px;
    }

    .s3ap-timeline li > span {
        width: 43px;
        height: 43px;
    }

    .s3ap-credential {
        min-height: auto;
    }

    .s3ap-method li {
        min-height: auto;
    }

    .s3ap-method li::after {
        display: none;
    }

    .s3ap-domain-grid span,
    .s3ap-domain-grid span:nth-child(n) {
        min-height: 68px;
        border-right: 0;
        border-bottom: 1px solid var(--s3ap-border);
    }

    .s3ap-domain-grid span:last-child {
        border-bottom: 0;
    }

    .s3ap-app-card,
    .s3ap-cta {
        padding: 29px 23px;
        border-radius: 24px;
    }

    .s3ap-app-card__top {
        margin-bottom: 30px;
    }

    .s3ap-app-card .s3ap-actions .s3ap-button {
        width: 100%;
    }

    .s3ap-resource-list > a {
        grid-template-columns: 43px minmax(0, 1fr) 18px;
        gap: 12px;
        padding: 15px;
    }

    .s3ap-resource-list > a > span {
        width: 43px;
        height: 43px;
    }

    .s3ap-cta__actions {
        align-items: stretch;
    }

    .s3ap-cta__actions .s3ap-text-link {
        justify-content: center;
    }

    .s3ap-form-grid {
        grid-template-columns: 1fr;
    }

    .s3ap-form-grid__full {
        grid-column: auto;
    }

    .s3ap-dialog__header,
    .s3ap-form {
        padding: 20px;
    }

    .s3ap-form-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .s3ap-form-footer .s3ap-button {
        width: 100%;
    }

    .s3ap-back-top {
        right: 14px;
        bottom: 78px;
        width: 43px;
        height: 43px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .s3ap *,
    .s3ap *::before,
    .s3ap *::after,
    .s3ap-dialog,
    .s3ap-dialog * {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .s3ap.s3ap--js [data-s3ap-reveal] {
        opacity: 1;
        transform: none;
    }
}

@media print {
    .s3ap {
        color: #000;
        background: #fff;
    }

    .s3ap--full-bleed {
        width: 100%;
        margin: 0;
    }

    .s3ap-hero,
    .s3ap-section--navy,
    .s3ap-app-card,
    .s3ap-cta {
        color: #000;
        background: #fff;
        box-shadow: none;
    }

    .s3ap-hero *,
    .s3ap-section--navy *,
    .s3ap-app-card *,
    .s3ap-cta * {
        color: #000 !important;
    }

    .s3ap-button,
    .s3ap-back-top,
    .s3ap-dialog,
    .s3ap-actions,
    .s3ap-inline-actions,
    .s3ap-cta__actions {
        display: none !important;
    }
}
