/*
 * SK-Synergie product landing pages
 * Shared visual system for SK-EVM, SK-DOCS, SK-RESOURCES, SK-EXECUTIVE,
 * SK-PROCUREMENT, SK-AUFMASS, SK-OneSign, SK-OneCheck and SK-OneVote.
 * Functional markup, links and product content remain untouched.
 */

:root {
    --sk-navy: #0a1a2f;
    --sk-navy-2: #10243d;
    --sk-ink: #122238;
    --sk-muted: #65748a;
    --sk-line: #dce4ee;
    --sk-surface: #ffffff;
    --sk-soft: #f4f7fb;
    --sk-soft-2: #edf2f8;
    --sk-radius-sm: 14px;
    --sk-radius: 22px;
    --sk-radius-lg: 34px;
    --sk-shadow-sm: 0 12px 30px rgba(10, 26, 47, .08);
    --sk-shadow: 0 24px 70px rgba(10, 26, 47, .13);
    --sk-shadow-strong: 0 36px 100px rgba(10, 26, 47, .22);
    --sk-content: 1240px;
    --sk-accent: #0052a1;
    --sk-accent-rgb: 0, 82, 161;
    --sk-accent-soft: #e8f2fc;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-SYNERGIE";
    --sk-hero-image: none;
}

body.sk-theme-evm {
    --sk-accent: #0052a1;
    --sk-accent-rgb: 0, 82, 161;
    --sk-accent-soft: #e7f2fc;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-EVM";
    --sk-hero-image: url("../../images/evm/we_01.png");
}

body.sk-theme-docs {
    --sk-accent: #3a4a58;
    --sk-accent-rgb: 58, 74, 88;
    --sk-accent-soft: #eef1f4;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-DOCS";
    --sk-hero-image: url("../../images/skdocs/we_01.png");
}

body.sk-theme-resources {
    --sk-accent: #13795b;
    --sk-accent-rgb: 19, 121, 91;
    --sk-accent-soft: #e8f5f0;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-RESOURCES";
    --sk-hero-image: url("../../images/RES/we_01.png");
}

body.sk-theme-executive {
    --sk-accent: #7b3fb3;
    --sk-accent-rgb: 123, 63, 179;
    --sk-accent-soft: #f1eafa;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-EXECUTIVE";
    --sk-hero-image: url("../../images/EXEC/we_01.png");
}

body.sk-theme-procurement {
    --sk-accent: #0e6f7c;
    --sk-accent-rgb: 14, 111, 124;
    --sk-accent-soft: #e7f4f5;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-PROCUREMENT";
    --sk-hero-image: url("../../images/proc/we_01.png");
}

body.sk-theme-aufmass {
    --sk-accent: #a45e78;
    --sk-accent-rgb: 164, 94, 120;
    --sk-accent-soft: #f8edf1;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-AUFMASS";
    --sk-hero-image: url("../../images/aufm/we_01.png");
}

body.sk-theme-sign {
    --sk-accent: #00a86b;
    --sk-accent-rgb: 0, 168, 107;
    --sk-accent-soft: #e5f8f0;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-OneSign";
    --sk-hero-image: url("../../images/sign/we_01.png");
}

body.sk-theme-check {
    --sk-accent: #f6e842;
    --sk-accent-rgb: 246, 232, 66;
    --sk-accent-soft: #fffce2;
    --sk-accent-contrast: #142238;
    --sk-product-name: "SK-OneCheck";
    --sk-hero-image: url("../../images/check/we_01.png");
}

body.sk-theme-vote {
    --sk-accent: #e67e22;
    --sk-accent-rgb: 230, 126, 34;
    --sk-accent-soft: #fff1e5;
    --sk-accent-contrast: #ffffff;
    --sk-product-name: "SK-OneVote";
    --sk-hero-image: url("../../images/vote/we_01.png");
}

html {
    scroll-behavior: smooth;
    background: var(--sk-soft);
}

body.sk-product-page {
    margin: 0;
    overflow-x: hidden;
    color: var(--sk-ink);
    background:
        radial-gradient(circle at 90% 2%, rgba(var(--sk-accent-rgb), .08), transparent 24rem),
        var(--sk-soft);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.sk-product-page *,
body.sk-product-page *::before,
body.sk-product-page *::after {
    box-sizing: border-box;
}

body.sk-product-page .container {
    width: min(calc(100% - 40px), var(--sk-content)) !important;
    max-width: var(--sk-content) !important;
}

body.sk-product-page h1,
body.sk-product-page h2,
body.sk-product-page h3,
body.sk-product-page h4,
body.sk-product-page h5,
body.sk-product-page h6,
body.sk-product-page .display-1,
body.sk-product-page .display-2,
body.sk-product-page .display-5 {
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    color: var(--sk-ink);
    letter-spacing: -.035em;
    text-wrap: balance;
}

body.sk-product-page h1,
body.sk-product-page .display-2 {
    font-size: clamp(2.35rem, 4.2vw, 4.35rem) !important;
    line-height: 1.02 !important;
    font-weight: 850 !important;
}

body.sk-product-page h2 {
    font-size: clamp(1.85rem, 3vw, 3.15rem);
    line-height: 1.12;
    font-weight: 800;
}

body.sk-product-page h3,
body.sk-product-page .display-5 {
    font-size: clamp(1.15rem, 1.7vw, 1.55rem) !important;
    line-height: 1.35 !important;
    font-weight: 690 !important;
}

body.sk-product-page p,
body.sk-product-page .display-7,
body.sk-product-page .mbr-text {
    color: var(--sk-muted);
    font-family: inherit !important;
    font-size: 1rem !important;
    line-height: 1.72 !important;
}

body.sk-product-page a {
    color: var(--sk-accent);
    text-underline-offset: 3px;
}

body.sk-product-page a:focus-visible,
body.sk-product-page button:focus-visible {
    outline: 3px solid rgba(var(--sk-accent-rgb), .35) !important;
    outline-offset: 3px;
}

/* Header / navigation */
body.sk-product-page #extMenu6-4e {
    position: sticky !important;
    top: 0;
    z-index: 10050;
    min-height: 76px;
    background: rgba(255, 255, 255, .93) !important;
    border-bottom: 1px solid rgba(10, 26, 47, .08);
    box-shadow: 0 8px 30px rgba(10, 26, 47, .05);
    backdrop-filter: saturate(170%) blur(18px);
    -webkit-backdrop-filter: saturate(170%) blur(18px);
}

body.sk-product-page #extMenu6-4e::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: linear-gradient(90deg, var(--sk-accent), rgba(var(--sk-accent-rgb), .18) 45%, transparent 75%);
}

body.sk-product-page #extMenu6-4e .navbar {
    width: min(calc(100% - 32px), var(--sk-content));
    min-height: 76px;
    margin: 0 auto;
    padding: 10px 0 !important;
    background: transparent !important;
}

body.sk-product-page #extMenu6-4e .navbar-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0;
}

body.sk-product-page #extMenu6-4e .navbar-logo img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px;
    object-fit: contain;
    border-radius: 13px;
    box-shadow: 0 9px 24px rgba(10, 26, 47, .14);
}

body.sk-product-page #extMenu6-4e .navbar-caption {
    color: var(--sk-navy) !important;
    font-size: 1.03rem !important;
    font-weight: 800 !important;
    letter-spacing: -.02em;
    text-transform: none;
}

body.sk-product-page #extMenu6-4e .nav-link,
body.sk-product-page #extMenu6-4e .dropdown-item {
    color: var(--sk-ink) !important;
    font-family: inherit !important;
    font-size: .83rem !important;
    font-weight: 720 !important;
    letter-spacing: .02em;
}

body.sk-product-page #extMenu6-4e .nav-link {
    position: relative;
    margin: 0 2px;
    padding: 12px 10px !important;
    border-radius: 10px;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

body.sk-product-page #extMenu6-4e .nav-link:hover,
body.sk-product-page #extMenu6-4e .nav-link.active {
    color: var(--sk-accent) !important;
    background: var(--sk-accent-soft);
    transform: translateY(-1px);
}

body.sk-product-page #extMenu6-4e .dropdown-menu {
    min-width: 245px;
    margin-top: 8px;
    padding: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, .98) !important;
    border: 1px solid rgba(10, 26, 47, .09) !important;
    border-radius: 17px !important;
    box-shadow: var(--sk-shadow) !important;
}

body.sk-product-page #extMenu6-4e .dropdown-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 9px 11px !important;
    border-radius: 10px;
    transition: background .18s ease, transform .18s ease;
}

body.sk-product-page #extMenu6-4e .dropdown-item:hover {
    color: var(--sk-ink) !important;
    background: var(--sk-soft) !important;
    transform: translateX(3px);
}

body.sk-product-page #extMenu6-4e .sk-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(10, 26, 47, .04);
}

body.sk-product-page #extMenu6-4e .sk-lang-inline .nav-link {
    min-width: 37px;
    padding-inline: 8px !important;
    text-align: center;
    background: var(--sk-soft);
}

body.sk-product-page #extMenu6-4e .sk-lang-inline .nav-link.active {
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
}

body.sk-product-page #extMenu6-4e .navbar-toggler {
    width: 46px;
    height: 46px;
    padding: 10px;
    background: var(--sk-soft) !important;
    border: 1px solid var(--sk-line) !important;
    border-radius: 13px;
}

body.sk-product-page #extMenu6-4e .hamburger span {
    background: var(--sk-navy) !important;
}

/* The old empty spacer is not needed with the sticky header. */
body.sk-product-page section.content1[id^="content1-"] {
    display: none !important;
}

/* Main hero */
body.sk-product-page .sk-product-hero {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    padding: 108px 0 102px !important;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(var(--sk-accent-rgb), .26), transparent 26rem),
        radial-gradient(circle at 72% 110%, rgba(var(--sk-accent-rgb), .29), transparent 34rem),
        linear-gradient(135deg, #09182b 0%, #10263f 58%, #0b1d33 100%) !important;
}

body.sk-product-page .sk-product-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 520px;
    height: 520px;
    right: -210px;
    bottom: -250px;
    border-radius: 50%;
    background: rgba(var(--sk-accent-rgb), .28);
    filter: saturate(120%);
}

body.sk-product-page .sk-product-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 105px;
    right: max(28px, calc((100vw - var(--sk-content)) / 2));
    width: min(43vw, 555px);
    height: 455px;
    border: 12px solid rgba(255, 255, 255, .98);
    border-radius: 29px;
    background-color: #f8fafc;
    background-image: var(--sk-hero-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: var(--sk-shadow-strong);
    transform: rotate(1.2deg);
}

body.sk-product-page .sk-product-hero > .container {
    position: relative;
    z-index: 3;
    margin-inline: auto !important;
}

body.sk-product-page .sk-product-hero > .container:first-of-type::before {
    content: var(--sk-product-name);
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    margin-bottom: 24px;
    padding: 6px 12px;
    color: var(--sk-accent-contrast);
    background: var(--sk-accent);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(var(--sk-accent-rgb), .24);
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .13em;
    line-height: 1;
    text-transform: uppercase;
}

body.sk-product-page .sk-product-hero .media-container-row,
body.sk-product-page .sk-product-hero .row {
    justify-content: flex-start !important;
}

body.sk-product-page .sk-product-hero .title,
body.sk-product-page .sk-product-hero .col-lg-10,
body.sk-product-page .sk-product-hero .col-md-8,
body.sk-product-page .sk-product-hero .col-md-9,
body.sk-product-page .sk-product-hero .col-md-10 {
    flex: 0 0 53% !important;
    width: 53% !important;
    max-width: 630px !important;
    padding: 0 !important;
}

body.sk-product-page .sk-product-hero h1,
body.sk-product-page .sk-product-hero h2.display-2,
body.sk-product-page .sk-product-hero .display-2 {
    margin: 0 0 24px !important;
    font-size: clamp(2.55rem, 3.8vw, 4rem) !important;
    color: #ffffff !important;
    text-align: left !important;
    text-shadow: 0 5px 30px rgba(0, 0, 0, .16);
}

body.sk-product-page .sk-product-hero .mbr-section-subtitle,
body.sk-product-page .sk-product-hero h2:not(.display-2),
body.sk-product-page .sk-product-hero h3,
body.sk-product-page .sk-product-hero p,
body.sk-product-page .sk-product-hero .text-center {
    color: #dbe6f2 !important;
    text-align: left !important;
}

body.sk-product-page .sk-product-hero .mbr-section-subtitle,
body.sk-product-page .sk-product-hero h3 {
    max-width: 610px;
    margin: 0 !important;
    font-size: clamp(1.05rem, 1.5vw, 1.28rem) !important;
    font-weight: 470 !important;
    letter-spacing: -.012em;
    line-height: 1.6 !important;
}

body.sk-product-page .sk-product-hero > br {
    display: none;
}

body.sk-product-page .sk-product-hero > .container:nth-of-type(2) {
    margin-top: 30px !important;
}

body.sk-product-page .sk-product-hero > .container:nth-of-type(2) h2 {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-size: 1.08rem;
    letter-spacing: -.01em;
}

body.sk-product-page .sk-product-hero > .container:nth-of-type(2) p {
    margin: 0;
    color: #bfcddd !important;
    font-size: .98rem !important;
}

/* CTA directly beneath the hero */
body.sk-product-page .sk-product-hero + .container,
body.sk-product-page .sk-product-cta-strip {
    position: relative;
    z-index: 10;
    margin-top: -45px !important;
    margin-bottom: 70px !important;
}

body.sk-product-page .sk-product-hero + .container > .media-container-row,
body.sk-product-page .sk-product-cta-strip .media-container-row {
    display: block;
}

body.sk-product-page .sk-product-hero + .container .col-12,
body.sk-product-page .sk-product-cta-strip .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0;
}

body.sk-product-page .sk-product-hero + .container .mbr-section-btn,
body.sk-product-page .sk-product-cta-strip .mbr-section-btn {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
    padding: 16px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(10, 26, 47, .08);
    border-radius: 23px;
    box-shadow: var(--sk-shadow);
    backdrop-filter: blur(12px);
}

body.sk-product-page .btn,
body.sk-product-page .mbr-section-btn .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 0 !important;
    padding: 12px 19px !important;
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
    border: 1px solid var(--sk-accent) !important;
    border-radius: 12px !important;
    box-shadow: 0 9px 24px rgba(var(--sk-accent-rgb), .20);
    font-family: inherit !important;
    font-size: .86rem !important;
    font-weight: 780 !important;
    letter-spacing: .01em;
    line-height: 1.2;
    text-transform: none !important;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease !important;
}

body.sk-product-page .btn:hover,
body.sk-product-page .mbr-section-btn .btn:hover {
    color: var(--sk-accent-contrast) !important;
    transform: translateY(-2px);
    filter: brightness(.96);
    box-shadow: 0 14px 30px rgba(var(--sk-accent-rgb), .28);
}

body.sk-product-page .btn-secondary,
body.sk-product-page .btn-warning {
    color: var(--sk-ink) !important;
    background: #ffffff !important;
    border-color: var(--sk-line) !important;
    box-shadow: none;
}

body.sk-product-page .btn-secondary:hover,
body.sk-product-page .btn-warning:hover {
    color: var(--sk-accent) !important;
    background: var(--sk-accent-soft) !important;
    border-color: rgba(var(--sk-accent-rgb), .28) !important;
}

body.sk-product-page .btn-primary-outline {
    color: var(--sk-accent) !important;
    background: transparent !important;
    border-color: rgba(var(--sk-accent-rgb), .48) !important;
    box-shadow: none;
}

/* Business value two-column section */
body.sk-product-page section[id$="-business"],
body.sk-product-page #extContent2-2a {
    padding: 92px 0 !important;
    background: #ffffff !important;
}

body.sk-product-page section[id$="-business"] .title,
body.sk-product-page #extContent2-2a .title {
    margin-inline: auto;
}

body.sk-product-page section[id$="-business"] .title h2,
body.sk-product-page #extContent2-2a .title h2 {
    max-width: 850px;
    margin: 0 auto 35px !important;
    padding: 0 !important;
    text-align: center !important;
}

body.sk-product-page section[id$="-business"] .media-container-row,
body.sk-product-page #extContent2-2a .media-container-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 0 !important;
}

body.sk-product-page section[id$="-business"] .article,
body.sk-product-page #extContent2-2a .article {
    position: relative;
    width: auto !important;
    max-width: none !important;
    padding: 38px !important;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, var(--sk-soft));
    border: 1px solid var(--sk-line) !important;
    border-radius: var(--sk-radius);
    box-shadow: var(--sk-shadow-sm);
    text-align: left !important;
}

body.sk-product-page section[id$="-business"] .article::after,
body.sk-product-page #extContent2-2a .article::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -78px;
    bottom: -86px;
    border-radius: 50%;
    background: rgba(var(--sk-accent-rgb), .10);
}

body.sk-product-page section[id$="-business"] .article-counter-left,
body.sk-product-page section[id$="-business"] .article-counter-right,
body.sk-product-page #extContent2-2a .article-counter-left,
body.sk-product-page #extContent2-2a .article-counter-right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 0 0 22px !important;
    padding: 0 !important;
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent);
    border-radius: 14px;
    font-size: 1rem !important;
    font-weight: 850 !important;
    text-align: center !important;
}

body.sk-product-page section[id$="-business"] .article h3,
body.sk-product-page #extContent2-2a .article h3,
body.sk-product-page section[id$="-business"] .article p,
body.sk-product-page #extContent2-2a .article p {
    padding: 0 !important;
    text-align: left !important;
}

body.sk-product-page section[id$="-business"] .article h3,
body.sk-product-page #extContent2-2a .article h3 {
    margin: 0 0 16px;
    color: var(--sk-ink) !important;
}

body.sk-product-page section[id$="-business"] .article p,
body.sk-product-page #extContent2-2a .article p {
    margin: 0;
}

/* Why / benefit card grid */
body.sk-product-page section[id$="-why"] {
    padding: 100px 0 !important;
    background:
        linear-gradient(180deg, var(--sk-soft) 0%, #ffffff 100%) !important;
}

body.sk-product-page section[id$="-why"] > br {
    display: none;
}

body.sk-product-page section[id$="-why"] .title {
    width: 100% !important;
    max-width: 1050px !important;
    flex: 0 0 100% !important;
    margin: 0 auto;
}

body.sk-product-page section[id$="-why"] h2,
body.sk-product-page section[id$="-why"] h3,
body.sk-product-page section[id$="-why"] > .container > * > * > p {
    text-align: center !important;
}

body.sk-product-page section[id$="-why"] h2 {
    margin: 0 auto 18px !important;
    padding: 0 !important;
}

body.sk-product-page section[id$="-why"] h3 {
    max-width: 840px;
    margin: 0 auto !important;
    color: var(--sk-muted) !important;
    font-size: 1.17rem !important;
    font-weight: 520 !important;
}

body.sk-product-page section[id$="-why"] .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0 8px !important;
    padding: 0 !important;
}

body.sk-product-page section[id$="-why"] .row > div {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

body.sk-product-page section[id$="-why"] .row p {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 25px 25px 25px 60px !important;
    color: var(--sk-ink) !important;
    background: #ffffff;
    border: 1px solid var(--sk-line);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(10, 26, 47, .055);
    text-align: left !important;
}

body.sk-product-page section[id$="-why"] .row p::before {
    content: "✓";
    position: absolute;
    left: 22px;
    top: 23px;
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    color: var(--sk-accent-contrast);
    background: var(--sk-accent);
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 900;
}

/* Highlight box that previously used a yellow inline style */
body.sk-product-page .col-lg-10 > div[style*="background:#fff8d6"],
body.sk-product-page .col-lg-10 > div[style*="background: #fff8d6"] {
    position: relative;
    margin: 0 auto 80px !important;
    padding: 34px 38px !important;
    overflow: hidden;
    background: linear-gradient(135deg, var(--sk-accent-soft), #ffffff) !important;
    border: 1px solid rgba(var(--sk-accent-rgb), .22) !important;
    border-radius: var(--sk-radius) !important;
    box-shadow: var(--sk-shadow-sm);
}

body.sk-product-page .col-lg-10 > div[style*="background:#fff8d6"]::before,
body.sk-product-page .col-lg-10 > div[style*="background: #fff8d6"]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background: var(--sk-accent);
}

body.sk-product-page .col-lg-10 > div[style*="background:#fff8d6"] h2,
body.sk-product-page .col-lg-10 > div[style*="background: #fff8d6"] h2 {
    margin: 0 0 10px;
    color: var(--sk-ink);
    font-size: 1.55rem;
}

body.sk-product-page .col-lg-10 > div[style*="background:#fff8d6"] p,
body.sk-product-page .col-lg-10 > div[style*="background: #fff8d6"] p {
    margin: 0;
}

/* Videos */
body.sk-product-page #sk-videos {
    padding: 90px 0 !important;
    background: #ffffff !important;
}

body.sk-product-page #sk-videos .sk-video-grid,
body.sk-product-page #sk-videos .row {
    gap: 22px;
}

body.sk-product-page #sk-videos video,
body.sk-product-page .sk-video-card,
body.sk-product-page .video-wrapper {
    overflow: hidden;
    background: var(--sk-navy) !important;
    border: 1px solid rgba(10, 26, 47, .10) !important;
    border-radius: var(--sk-radius) !important;
    box-shadow: var(--sk-shadow) !important;
}

/* PDF sample card */
body.sk-product-page #sk-sample-report {
    padding: 75px 0 !important;
    background: var(--sk-soft) !important;
}

body.sk-product-page #sk-sample-report > div,
body.sk-product-page #sk-sample-report .sk-pdf-card {
    border-radius: var(--sk-radius) !important;
}

/* Main screenshot gallery. Inline component logic remains unchanged. */
body.sk-product-page #sk-gallery {
    padding: 105px 0 !important;
    background:
        radial-gradient(circle at 8% 10%, rgba(var(--sk-accent-rgb), .10), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, var(--sk-soft) 100%) !important;
}

body.sk-product-page #sk-gallery::before {
    height: 5px !important;
    background: linear-gradient(90deg, var(--sk-navy), var(--sk-accent), rgba(var(--sk-accent-rgb), .22)) !important;
}

body.sk-product-page .sk-gallery-shell {
    padding: 15px !important;
    background: rgba(255, 255, 255, .92) !important;
    border: 1px solid rgba(10, 26, 47, .08) !important;
    border-radius: 30px !important;
    box-shadow: var(--sk-shadow-strong) !important;
}

body.sk-product-page .sk-gallery-stage {
    background:
        linear-gradient(90deg, rgba(10, 26, 47, .04) 1px, transparent 1px),
        linear-gradient(rgba(10, 26, 47, .04) 1px, transparent 1px),
        #ffffff !important;
    background-size: 28px 28px !important;
    border-radius: 22px !important;
}

body.sk-product-page .sk-gallery-slide img {
    border: 1px solid rgba(10, 26, 47, .08);
    border-radius: 15px !important;
    box-shadow: 0 20px 55px rgba(10, 26, 47, .16) !important;
}

body.sk-product-page .sk-gallery-arrow,
body.sk-product-page .sk-gallery-btn {
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
    border-color: rgba(255, 255, 255, .28) !important;
    box-shadow: 0 12px 30px rgba(var(--sk-accent-rgb), .28) !important;
}

body.sk-product-page .sk-gallery-arrow:hover,
body.sk-product-page .sk-gallery-btn:hover {
    filter: brightness(.94);
}

body.sk-product-page .sk-gallery-dot.active {
    background: var(--sk-accent) !important;
}

body.sk-product-page .sk-image-overlay {
    background: rgba(6, 17, 31, .91) !important;
}

body.sk-product-page .sk-overlay-close:hover {
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
}

/* Accordions */
body.sk-product-page .accordion1 {
    padding: 100px 0 !important;
    background: #ffffff !important;
}

body.sk-product-page .accordion1 .mbr-section-title,
body.sk-product-page .accordion1 .mbr-section-subtitle {
    max-width: 850px;
    margin-inline: auto;
    text-align: center !important;
}

body.sk-product-page .accordion1 .card,
body.sk-product-page .accordion1 .accordion-item {
    margin-bottom: 12px !important;
    overflow: hidden;
    background: #ffffff !important;
    border: 1px solid var(--sk-line) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(10, 26, 47, .05);
}

body.sk-product-page .accordion1 .card-header,
body.sk-product-page .accordion1 .accordion-header {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

body.sk-product-page .accordion1 .card-header a,
body.sk-product-page .accordion1 .panel-title,
body.sk-product-page .accordion1 .accordion-button {
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 17px 20px !important;
    color: var(--sk-ink) !important;
    background: #ffffff !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 760 !important;
    text-decoration: none !important;
}

body.sk-product-page .accordion1 .card-header a:hover,
body.sk-product-page .accordion1 .panel-title:hover,
body.sk-product-page .accordion1 .accordion-button:hover {
    color: var(--sk-accent) !important;
    background: var(--sk-accent-soft) !important;
}

body.sk-product-page .accordion1 .card-body,
body.sk-product-page .accordion1 .panel-body,
body.sk-product-page .accordion1 .accordion-body {
    padding: 4px 20px 22px !important;
    color: var(--sk-muted) !important;
    background: #ffffff !important;
}

/* Generic feature / process cards */
body.sk-product-page .extFeatures {
    padding: 100px 0 !important;
    background: linear-gradient(180deg, #ffffff, var(--sk-soft)) !important;
}

body.sk-product-page .extFeatures .main-wrapper {
    gap: 16px;
    margin-top: 45px;
}

body.sk-product-page .extFeatures .icon-main {
    padding: 0 8px !important;
}

body.sk-product-page .extFeatures .process-icon {
    height: 100%;
    padding: 28px 22px;
    background: #ffffff;
    border: 1px solid var(--sk-line);
    border-radius: 19px;
    box-shadow: var(--sk-shadow-sm);
}

body.sk-product-page .extFeatures .icon-wrapper,
body.sk-product-page .extFeatures .icon-number {
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
}

body.sk-product-page .extFeatures .subicon-title {
    margin-top: 20px;
    color: var(--sk-ink) !important;
    font-size: 1.16rem !important;
}

body.sk-product-page .extFeatures .subicon-text {
    color: var(--sk-muted) !important;
}

/* Media, testimonial and detail sections */
body.sk-product-page .testimonials2,
body.sk-product-page .testimonials3,
body.sk-product-page .extСontent:not([id$="-business"]),
body.sk-product-page .extContent:not(#extContent2-2a),
body.sk-product-page .content9,
body.sk-product-page .extSlider,
body.sk-product-page .extGallery {
    position: relative;
    padding-top: 95px !important;
    padding-bottom: 95px !important;
}

body.sk-product-page .testimonials2,
body.sk-product-page .content9,
body.sk-product-page .extСontent:not([id$="-business"]) {
    background: #ffffff !important;
}

body.sk-product-page .testimonials3,
body.sk-product-page .extSlider {
    background: var(--sk-soft) !important;
}

body.sk-product-page .testimonials2 .card,
body.sk-product-page .testimonials3 .card,
body.sk-product-page .extСontent .card,
body.sk-product-page .extContent .card,
body.sk-product-page .features3 .card-wrapper,
body.sk-product-page .testimonials-slider .carousel-inner {
    overflow: hidden;
    background: #ffffff !important;
    border: 1px solid var(--sk-line) !important;
    border-radius: var(--sk-radius) !important;
    box-shadow: var(--sk-shadow-sm) !important;
}

body.sk-product-page .mbr-parallax-background {
    background-attachment: scroll !important;
}

body.sk-product-page .mbr-overlay {
    background-color: rgba(10, 26, 47, .76) !important;
}

body.sk-product-page .mbr-parallax-background h2,
body.sk-product-page .mbr-parallax-background h3,
body.sk-product-page .mbr-parallax-background p,
body.sk-product-page section[id$="-approval"] h2,
body.sk-product-page section[id$="-approval"] h3,
body.sk-product-page section[id$="-approval"] p,
body.sk-product-page #sk-costmanager h2,
body.sk-product-page #sk-costmanager h3,
body.sk-product-page #sk-costmanager p {
    color: #ffffff !important;
}

body.sk-product-page section[id$="-approval"],
body.sk-product-page #sk-costmanager {
    background:
        radial-gradient(circle at 80% 10%, rgba(var(--sk-accent-rgb), .32), transparent 25rem),
        linear-gradient(135deg, var(--sk-navy), var(--sk-navy-2)) !important;
}

body.sk-product-page .carousel-control-prev,
body.sk-product-page .carousel-control-next,
body.sk-product-page .carousel-control {
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
    border-radius: 999px;
}

body.sk-product-page .carousel-indicators li,
body.sk-product-page .carousel-indicators button {
    background-color: rgba(var(--sk-accent-rgb), .36) !important;
}

body.sk-product-page .carousel-indicators .active {
    background-color: var(--sk-accent) !important;
}


/* SK-DOCS legacy benefit block follows the shared product palette. */
body.sk-product-page #skdocs-benefits {
    padding: 92px 0 !important;
    background:
        radial-gradient(circle at 88% 8%, rgba(var(--sk-accent-rgb), .24), transparent 24rem),
        linear-gradient(135deg, var(--sk-navy), var(--sk-accent)) !important;
}

body.sk-product-page #skdocs-benefits h2,
body.sk-product-page #skdocs-benefits h3,
body.sk-product-page #skdocs-benefits p,
body.sk-product-page #skdocs-benefits strong {
    color: #ffffff !important;
}

body.sk-product-page #skdocs-benefits::after {
    background: rgba(255, 255, 255, .72) !important;
}

/* Tables / license blocks */
body.sk-product-page .section-table,
body.sk-product-page .extTable {
    padding: 100px 0 !important;
    background: #ffffff !important;
}

body.sk-product-page .section-table .table-wrapper,
body.sk-product-page .section-table .container > div:not(.mbr-section-title) {
    overflow: hidden;
    border: 1px solid var(--sk-line);
    border-radius: var(--sk-radius);
    box-shadow: var(--sk-shadow-sm);
}

body.sk-product-page table {
    width: 100%;
    margin: 0 !important;
    color: var(--sk-ink) !important;
    background: #ffffff;
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

body.sk-product-page table thead th {
    padding: 17px 16px !important;
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
    border-color: rgba(255, 255, 255, .16) !important;
    font-family: inherit !important;
    font-size: .82rem !important;
    font-weight: 800 !important;
    letter-spacing: .03em;
    vertical-align: middle !important;
}

body.sk-product-page table tbody td,
body.sk-product-page table tbody th {
    padding: 15px 16px !important;
    color: var(--sk-ink) !important;
    background: #ffffff !important;
    border-color: var(--sk-line) !important;
    font-family: inherit !important;
    font-size: .91rem !important;
    vertical-align: middle !important;
}

body.sk-product-page table tbody tr:nth-child(even) td,
body.sk-product-page table tbody tr:nth-child(even) th {
    background: var(--sk-soft) !important;
}

body.sk-product-page table tbody tr:hover td,
body.sk-product-page table tbody tr:hover th {
    background: var(--sk-accent-soft) !important;
}

/* Final action cards */
body.sk-product-page .features3 {
    padding: 92px 0 !important;
    background:
        radial-gradient(circle at 10% 90%, rgba(var(--sk-accent-rgb), .24), transparent 26rem),
        linear-gradient(135deg, var(--sk-navy), #102944) !important;
}

body.sk-product-page .features3 h2,
body.sk-product-page .features3 h3,
body.sk-product-page .features3 p,
body.sk-product-page .features3 .card-title,
body.sk-product-page .features3 .card-text {
    color: #ffffff !important;
}

body.sk-product-page .features3 .card-wrapper {
    background: rgba(255, 255, 255, .07) !important;
    border-color: rgba(255, 255, 255, .13) !important;
    backdrop-filter: blur(10px);
}

body.sk-product-page .features3 .mbr-iconfont {
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
    border-radius: 16px;
}

/* Footer */
body.sk-product-page .extFooter {
    position: relative;
    padding: 66px 0 40px !important;
    background: #071526 !important;
    border-top: 4px solid var(--sk-accent);
}

body.sk-product-page .extFooter,
body.sk-product-page .extFooter p,
body.sk-product-page .extFooter h1,
body.sk-product-page .extFooter h2,
body.sk-product-page .extFooter h3,
body.sk-product-page .extFooter h4,
body.sk-product-page .extFooter a {
    color: #dbe5f0 !important;
}

body.sk-product-page .extFooter a:hover {
    color: #ffffff !important;
}

body.sk-product-page .extFooter img {
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .22));
}

/* Side language tab in the same product color */
body.sk-product-page .sk-language-tab {
    color: #ffffff !important;
    background: var(--sk-navy) !important;
    border-left-color: var(--sk-accent) !important;
    border-radius: 14px 0 0 14px !important;
    box-shadow: 0 12px 35px rgba(5, 15, 28, .30) !important;
}

body.sk-product-page .sk-language-tab:hover {
    background: var(--sk-navy-2) !important;
}

body.sk-product-page .sk-language-options a:hover,
body.sk-product-page .sk-language-options a.active {
    color: var(--sk-accent-contrast) !important;
    background: var(--sk-accent) !important;
}

/* Deactivated product wall */
body.sk-product-page .deactivate-box {
    max-width: 760px !important;
    margin: 90px auto !important;
    padding: 46px !important;
    background: #ffffff !important;
    border: 1px solid var(--sk-line);
    border-top: 6px solid var(--sk-accent);
    border-radius: var(--sk-radius) !important;
    box-shadow: var(--sk-shadow) !important;
}

/* Subtle scroll reveal enhancement; content stays visible without JS. */
body.sk-product-page.sk-enhanced .sk-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .62s ease, transform .62s ease;
}

body.sk-product-page.sk-enhanced .sk-reveal.sk-in-view {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    body.sk-product-page *,
    body.sk-product-page *::before,
    body.sk-product-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

@media (max-width: 1199px) {
    body.sk-product-page .sk-product-hero::after {
        right: 28px;
        width: 43vw;
        height: 410px;
    }

    body.sk-product-page #extMenu6-4e .nav-link {
        padding-inline: 7px !important;
        font-size: .78rem !important;
    }
}

@media (max-width: 991px) {
    body.sk-product-page .container {
        width: min(calc(100% - 30px), var(--sk-content)) !important;
    }

    body.sk-product-page #extMenu6-4e .navbar {
        width: calc(100% - 28px);
    }

    body.sk-product-page #extMenu6-4e .navbar-collapse {
        margin-top: 10px;
        padding: 13px;
        background: #ffffff;
        border: 1px solid var(--sk-line);
        border-radius: 16px;
        box-shadow: var(--sk-shadow);
    }

    body.sk-product-page #extMenu6-4e .nav-link {
        margin: 2px 0;
        padding: 10px 12px !important;
    }

    body.sk-product-page #extMenu6-4e .dropdown-menu {
        margin: 4px 0 8px 10px;
        box-shadow: none !important;
    }

    body.sk-product-page .sk-product-hero {
        min-height: auto;
        padding: 82px 0 70px !important;
    }

    body.sk-product-page .sk-product-hero::after {
        position: relative;
        display: block;
        top: auto;
        right: auto;
        width: min(calc(100% - 30px), 720px);
        height: min(58vw, 430px);
        margin: 48px auto 0;
        transform: none;
    }

    body.sk-product-page .sk-product-hero .title,
    body.sk-product-page .sk-product-hero .col-lg-10,
    body.sk-product-page .sk-product-hero .col-md-8,
    body.sk-product-page .sk-product-hero .col-md-9,
    body.sk-product-page .sk-product-hero .col-md-10 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 760px !important;
    }

    body.sk-product-page .sk-product-hero h1,
    body.sk-product-page .sk-product-hero h2.display-2,
    body.sk-product-page .sk-product-hero .display-2,
    body.sk-product-page .sk-product-hero .mbr-section-subtitle,
    body.sk-product-page .sk-product-hero h2:not(.display-2),
    body.sk-product-page .sk-product-hero h3,
    body.sk-product-page .sk-product-hero p,
    body.sk-product-page .sk-product-hero .text-center {
        text-align: center !important;
    }

    body.sk-product-page .sk-product-hero > .container:first-of-type::before {
        display: table;
        margin-inline: auto;
    }

    body.sk-product-page .sk-product-hero > .container:nth-of-type(2) {
        margin-top: 28px !important;
    }

    body.sk-product-page .sk-product-hero + .container,
    body.sk-product-page .sk-product-cta-strip {
        margin-top: -24px !important;
        margin-bottom: 55px !important;
    }

    body.sk-product-page section[id$="-business"] .media-container-row,
    body.sk-product-page #extContent2-2a .media-container-row,
    body.sk-product-page section[id$="-why"] .row {
        grid-template-columns: 1fr;
    }

    body.sk-product-page .extFeatures .main-wrapper {
        row-gap: 16px;
    }

    body.sk-product-page .section-table .table-wrapper,
    body.sk-product-page .section-table .container > div:not(.mbr-section-title) {
        overflow-x: auto;
    }
}

@media (max-width: 640px) {
    body.sk-product-page {
        font-size: 15px;
    }

    body.sk-product-page .container {
        width: min(calc(100% - 22px), var(--sk-content)) !important;
    }

    body.sk-product-page #extMenu6-4e {
        min-height: 68px;
    }

    body.sk-product-page #extMenu6-4e .navbar {
        min-height: 68px;
        width: calc(100% - 22px);
    }

    body.sk-product-page #extMenu6-4e .navbar-logo img {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
    }

    body.sk-product-page .sk-product-hero {
        padding: 68px 0 58px !important;
    }

    body.sk-product-page .sk-product-hero h1,
    body.sk-product-page .sk-product-hero h2.display-2,
    body.sk-product-page .sk-product-hero .display-2 {
        font-size: 2.18rem !important;
        line-height: 1.08 !important;
    }

    body.sk-product-page .sk-product-hero .mbr-section-subtitle,
    body.sk-product-page .sk-product-hero h3 {
        font-size: 1rem !important;
        line-height: 1.55 !important;
    }

    body.sk-product-page .sk-product-hero::after {
        width: calc(100% - 22px);
        height: 62vw;
        min-height: 245px;
        margin-top: 36px;
        border-width: 7px;
        border-radius: 20px;
    }

    body.sk-product-page .sk-product-hero + .container .mbr-section-btn,
    body.sk-product-page .sk-product-cta-strip .mbr-section-btn {
        display: grid;
        grid-template-columns: 1fr;
        padding: 12px;
        border-radius: 18px;
    }

    body.sk-product-page .btn,
    body.sk-product-page .mbr-section-btn .btn {
        width: 100%;
        min-height: 48px;
    }

    body.sk-product-page section[id$="-business"],
    body.sk-product-page #extContent2-2a,
    body.sk-product-page section[id$="-why"],
    body.sk-product-page #sk-videos,
    body.sk-product-page #sk-gallery,
    body.sk-product-page .accordion1,
    body.sk-product-page .extFeatures,
    body.sk-product-page .section-table,
    body.sk-product-page .extTable,
    body.sk-product-page .features3 {
        padding-top: 68px !important;
        padding-bottom: 68px !important;
    }

    body.sk-product-page section[id$="-business"] .article,
    body.sk-product-page #extContent2-2a .article {
        padding: 27px !important;
    }

    body.sk-product-page section[id$="-why"] .row p {
        padding: 22px 20px 22px 55px !important;
    }

    body.sk-product-page section[id$="-why"] .row p::before {
        left: 19px;
        top: 21px;
    }

    body.sk-product-page .col-lg-10 > div[style*="background:#fff8d6"],
    body.sk-product-page .col-lg-10 > div[style*="background: #fff8d6"] {
        padding: 27px 24px !important;
        margin-bottom: 55px !important;
    }

    body.sk-product-page .sk-gallery-shell {
        padding: 8px !important;
        border-radius: 20px !important;
    }

    body.sk-product-page .sk-gallery-stage {
        border-radius: 15px !important;
    }

    body.sk-product-page table thead th,
    body.sk-product-page table tbody td,
    body.sk-product-page table tbody th {
        padding: 12px !important;
        font-size: .82rem !important;
    }
}
