/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

:root {
    --home-bg: #edf4fb;
    --home-surface: rgba(255, 255, 255, 0.94);
    --home-surface-soft: #f6f9fd;
    --home-surface-deep: #08111f;
    --home-text: #102033;
    --home-muted: #5e7288;
    --home-line: #d8e4ef;
    --home-primary: #0b67c2;
    --home-primary-strong: #08488a;
    --home-primary-soft: #e8f1fd;
    --home-accent: #16b57c;
    --home-accent-strong: #109264;
    --home-accent-soft: #e7faf2;
    --home-dark: #07111f;
    --home-dark-soft: #102540;
    --home-shadow: 0 18px 42px rgba(10, 25, 43, 0.08);
    --home-shadow-strong: 0 28px 60px rgba(10, 25, 43, 0.16);
    --home-glow: 0 0 0 1px rgba(84, 155, 255, 0.12), 0 18px 44px rgba(7, 17, 31, 0.12);
}

html {
    scroll-behavior: smooth;
}

body.page-home {
    background: var(--home-bg);
    color: var(--home-text);
    font-size: 16px;
    line-height: 1.65;
}

.page-home a {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-home section#header {
    position: relative;
    z-index: 30;
    padding: 16px 0 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0, rgba(255, 255, 255, 0.96) 100%);
    border: 0;
    border-bottom: 1px solid var(--home-line);
    border-radius: 0;
    box-shadow: none;
}

.page-home section#header .top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    float: none;
}

.page-home section#header .top-nav > li {
    float: none;
}

.page-home section#header .top-nav > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(--home-muted);
    font-size: 14px;
    font-weight: 600;
}

.page-home section#header .top-nav > li > a:hover,
.page-home section#header .top-nav > li > a:focus {
    color: var(--home-primary);
    border-color: #d6e2ed;
    background: #f7fafd;
}

.page-home section#header .top-nav > li.primary-action a.btn {
    padding: 8px 18px;
    border: 1px solid #cad9e7;
    border-radius: 999px;
    background: var(--home-primary-soft);
    color: var(--home-primary-strong);
    box-shadow: none;
}

.page-home section#header .top-nav > li.primary-action a.btn:hover,
.page-home section#header .top-nav > li.primary-action a.btn:focus {
    background: #dce8f4;
    border-color: #b8cbdd;
}

.page-home .header-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.page-home .header-brand-lockup {
    display: flex;
    align-items: center;
    gap: 0;
    min-width: 0;
    max-width: 320px;
    flex: 1 1 auto;
}

.page-home .header-brand-lockup .logo {
    width: 100%;
    justify-content: flex-start;
}

.page-home section#header .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.page-home section#header .logo img {
    display: block;
    width: auto;
    max-width: min(260px, 34vw);
    max-height: clamp(42px, 5vw, 58px);
    height: auto;
}

.page-home .header-quick-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.page-home .header-quick-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    background: var(--home-surface);
    color: var(--home-text);
    font-size: 15px;
    font-weight: 700;
    box-shadow: var(--home-shadow);
}

.page-home .header-quick-action:hover,
.page-home .header-quick-action:focus {
    text-decoration: none;
    color: var(--home-text);
    transform: translateY(-2px);
    box-shadow: var(--home-shadow-strong);
}

.page-home .header-quick-action i {
    font-size: 18px;
}

.page-home .header-quick-action.action-test {
    border-color: #d2e8df;
    background: var(--home-accent-soft);
    color: var(--home-accent-strong);
}

.page-home .header-quick-action.action-panel {
    border-color: #d2deeb;
    background: var(--home-primary-soft);
    color: var(--home-primary-strong);
}

.page-home section#main-menu {
    position: sticky;
    top: 0;
    z-index: 35;
    padding-bottom: 18px;
    background: linear-gradient(180deg, rgba(238, 243, 248, 0.94) 0, rgba(238, 243, 248, 0.85) 72%, rgba(238, 243, 248, 0) 100%);
    backdrop-filter: blur(14px);
}

.page-home section#main-menu .navbar-main {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-home .menu-surface {
    position: relative;
    overflow: visible;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--home-dark) 0, #122640 58%, #15375d 100%);
    box-shadow: 0 22px 46px rgba(14, 27, 45, 0.18);
}

.page-home .menu-surface-accent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, var(--home-accent) 0, #59b4ff 55%, rgba(255, 255, 255, 0.9) 100%);
    pointer-events: none;
}

.page-home section#main-menu .navbar-collapse {
    padding-left: 16px;
    padding-right: 16px;
}

.page-home section#main-menu .navbar-main .navbar-nav > li {
    position: relative;
}

.page-home section#main-menu .navbar-main .navbar-nav > li > a {
    position: relative;
    padding: 22px 18px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.page-home section#main-menu .navbar-main .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    right: 18px;
    bottom: 12px;
    left: 18px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--home-accent) 0, #59b4ff 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.2s ease;
}

.page-home section#main-menu .navbar-main .navbar-nav > li > a:hover,
.page-home section#main-menu .navbar-main .navbar-nav > li > a:focus,
.page-home section#main-menu .navbar-main .navbar-nav > .open > a,
.page-home section#main-menu .navbar-main .navbar-nav > .open > a:hover,
.page-home section#main-menu .navbar-main .navbar-nav > .open > a:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.page-home section#main-menu .navbar-main .navbar-nav > li > a:hover::after,
.page-home section#main-menu .navbar-main .navbar-nav > li > a:focus::after,
.page-home section#main-menu .navbar-main .navbar-nav > .open > a::after {
    transform: scaleX(1);
}

.page-home section#main-menu .navbar-main .navbar-nav > li.dropdown > a .caret {
    margin-left: 8px;
    border-top-color: currentColor;
    transition: transform 0.2s ease;
}

.page-home section#main-menu .navbar-main .navbar-nav > li.dropdown:hover > a .caret,
.page-home section#main-menu .navbar-main .navbar-nav > li.open > a .caret {
    transform: rotate(180deg);
}

.page-home section#main-menu .navbar-main .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.page-home section#main-menu .navbar-main .navbar-toggle {
    margin: 12px 14px 12px 0;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.page-home section#main-menu .navbar-main .navbar-toggle:hover,
.page-home section#main-menu .navbar-main .navbar-toggle:focus {
    background: rgba(255, 255, 255, 0.08);
}

.page-home section#main-menu .navbar-main .dropdown-menu {
    min-width: 250px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid #d8e3ec;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 38px rgba(18, 34, 51, 0.12);
    overflow: hidden;
}

.page-home section#main-menu .navbar-main .dropdown-menu > li > a {
    padding: 13px 16px;
    border-radius: 12px;
    color: var(--home-text);
    font-weight: 600;
}

.page-home section#main-menu .navbar-main .dropdown-menu > li > a:hover,
.page-home section#main-menu .navbar-main .dropdown-menu > li > a:focus {
    background: var(--home-primary-soft);
    color: var(--home-primary-strong);
}

.page-home section#main-menu .navbar-main .navbar-right {
    margin-right: 0;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 992px) {
    .page-home section#main-menu .navbar-main .navbar-collapse.collapse {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    .page-home section#main-menu .navbar-main .navbar-nav {
        float: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .page-home section#main-menu .navbar-main .navbar-nav > li {
        float: none;
    }

    .page-home section#main-menu .navbar-main .navbar-right {
        margin-left: auto;
    }

    .page-home section#main-menu .navbar-main .dropdown-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 10px;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(14px);
        pointer-events: none;
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    }

    .page-home section#main-menu .navbar-main .navbar-nav > li.dropdown:hover > .dropdown-menu,
    .page-home section#main-menu .navbar-main .navbar-nav > li.open > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

.homepage-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 60px;
    background: linear-gradient(135deg, var(--home-dark) 0, var(--home-dark-soft) 100%);
    color: #ffffff;
}

.homepage-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.24;
    filter: saturate(1.05);
}

.homepage-hero.has-hero-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(3, 8, 15, 0.92) 0, rgba(3, 8, 15, 0.72) 48%, rgba(3, 8, 15, 0.9) 100%),
        linear-gradient(180deg, rgba(3, 8, 15, 0.14) 0, rgba(3, 8, 15, 0.82) 100%);
}

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

.homepage-hero.hero-theme-emerald {
    background: linear-gradient(135deg, #061b15 0, #0d3a2d 54%, #071018 100%);
}

.homepage-hero.hero-theme-blue {
    background: linear-gradient(135deg, #06101f 0, #123a70 58%, #071018 100%);
}

.homepage-hero.hero-theme-cinema {
    background: linear-gradient(135deg, #10070d 0, #421827 52%, #08080d 100%);
}

.homepage-hero.hero-theme-blue .btn-home-primary {
    background: #2d7df0;
    border-color: #2d7df0;
    box-shadow: 0 14px 28px rgba(45, 125, 240, 0.24);
}

.homepage-hero.hero-theme-blue .hero-points li i,
.homepage-hero.hero-theme-blue .hero-media-indicators .active {
    color: #8fc2ff;
}

.homepage-hero.hero-theme-cinema .btn-home-primary {
    background: #d64161;
    border-color: #d64161;
    box-shadow: 0 14px 28px rgba(214, 65, 97, 0.24);
}

.homepage-hero.hero-theme-cinema .hero-points li i {
    color: #ff9caf;
}

.homepage-hero-shape {
    display: none;
}

.homepage-hero-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-kicker,
.section-kicker,
.cta-band-kicker,
.hero-summary-label,
.card-link-meta {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-kicker {
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.06);
}

.homepage-hero h1 {
    max-width: 10ch;
    margin: 0 0 18px;
    font-family: 'Raleway';
    font-size: clamp(46px, 5vw, 62px);
    line-height: 1.02;
    font-weight: 700;
    color: #ffffff;
}

.hero-copy {
    max-width: 620px;
    margin: 0;
    font-size: 18px;
    line-height: 1.78;
    color: rgba(255, 255, 255, 0.78);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0 28px;
}

.btn-home-primary,
.btn-home-secondary {
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 700;
}

.btn-home-primary {
    background: var(--home-accent);
    border-color: var(--home-accent);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(28, 156, 118, 0.24);
}

.btn-home-primary:hover,
.btn-home-primary:focus {
    background: var(--home-accent-strong);
    border-color: var(--home-accent-strong);
    color: #ffffff;
    transform: translateY(-2px);
}

.btn-home-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.btn-home-secondary:hover,
.btn-home-secondary:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.34);
    color: #ffffff;
    transform: translateY(-2px);
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
    margin: 0;
    padding: 0;
}

.hero-points li {
    display: flex;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.62;
}

.hero-points li i {
    margin-top: 4px;
    margin-right: 10px;
    color: #8be2c3;
}

.hero-media-stage {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(5, 14, 26, 0.28);
    box-shadow: 0 28px 54px rgba(4, 10, 19, 0.28);
    backdrop-filter: blur(14px);
}

.hero-media-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.hero-media-head strong {
    display: block;
    margin-top: 6px;
    font-family: 'Raleway';
    font-size: 24px;
    line-height: 1.25;
}

.hero-media-label,
.hero-media-chip,
.hero-media-kind {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-media-label {
    color: rgba(255, 255, 255, 0.72);
}

.hero-media-chip {
    flex-shrink: 0;
    padding: 8px 12px;
    border: 1px solid rgba(139, 226, 195, 0.3);
    background: rgba(28, 156, 118, 0.12);
    color: #8be2c3;
}

.hero-media-carousel {
    margin: 0;
}

.hero-media-carousel .carousel-inner {
    border-radius: 24px;
    box-shadow: 0 20px 42px rgba(7, 15, 26, 0.38);
}

.hero-media-slide {
    position: relative;
    min-height: 460px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-media-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 12, 22, 0.12) 0, rgba(5, 12, 22, 0.55) 56%, rgba(5, 12, 22, 0.9) 100%),
        linear-gradient(90deg, rgba(7, 15, 26, 0.9) 0, rgba(7, 15, 26, 0.25) 60%, rgba(7, 15, 26, 0.42) 100%);
}

.hero-media-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 28px;
}

.hero-media-kind {
    margin-bottom: 14px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
}

.hero-media-copy h2 {
    max-width: 13ch;
    margin: 0 0 10px;
    font-family: 'Raleway';
    font-size: 38px;
    line-height: 1.06;
    color: #ffffff;
}

.hero-media-copy p {
    max-width: 420px;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.hero-media-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-media-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 600;
}

.hero-media-control {
    top: auto;
    bottom: 18px;
    z-index: 4;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(7, 15, 26, 0.4);
    background-image: none !important;
    color: #ffffff;
    filter: none;
    text-shadow: none;
    opacity: 1;
}

.hero-media-control:hover,
.hero-media-control:focus {
    background: rgba(7, 15, 26, 0.62);
    color: #ffffff;
}

.hero-media-control .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.hero-media-control-prev {
    left: auto;
    right: 72px;
}

.hero-media-control-next {
    right: 18px;
}

.hero-media-indicators {
    bottom: 22px;
    left: 28px;
    width: auto;
    margin: 0;
    text-align: left;
}

.hero-media-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 8px 0 0;
    border: 0;
    background: rgba(255, 255, 255, 0.28);
}

.hero-media-indicators .active {
    width: 28px;
    margin: 0 8px 0 0;
    border-radius: 999px;
    background: #8be2c3;
}

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

.hero-media-foot-item {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
}

.hero-media-foot-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    color: #ffffff;
}

.hero-media-foot-item span {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.6;
}

.homepage-quick-links {
    padding: 28px 0 0;
    background: transparent;
}

.home-links-row,
.home-info-row,
.pricing-row,
.updates-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.home-links-row > [class*="col-"],
.home-info-row > [class*="col-"],
.pricing-row > [class*="col-"],
.updates-row > [class*="col-"] {
    margin-bottom: 24px;
}

.homepage-card-link,
.info-card,
.pricing-card,
.update-card,
.homepage-twitter {
    height: 100%;
    border-radius: 20px;
}

.homepage-card-link {
    display: block;
    padding: 26px;
    border: 1px solid var(--home-line);
    background: var(--home-surface);
    color: var(--home-text);
    box-shadow: var(--home-shadow);
}

.homepage-card-link:hover,
.homepage-card-link:focus {
    text-decoration: none;
    color: var(--home-text);
    border-color: #c1d5e6;
    box-shadow: var(--home-shadow-strong);
    transform: translateY(-4px);
}

.card-link-icon,
.info-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--home-primary) 0, var(--home-accent) 100%);
    color: #ffffff;
    font-size: 22px;
}

.card-link-meta,
.section-kicker,
.cta-band-kicker {
    color: var(--home-primary);
}

.card-link-meta {
    margin-bottom: 10px;
}

.card-link-title,
.info-card h3,
.pricing-card h3,
.update-card h3,
.homepage-cta-band h3,
.section-heading h2 {
    font-family: 'Raleway';
    font-weight: 700;
}

.card-link-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.3;
}

.card-link-copy,
.info-card p,
.pricing-context,
.update-card p,
.section-heading p,
.cta-band-copy {
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.72;
}

.card-link-copy {
    margin: 0 0 18px;
}

.card-link-arrow,
.update-card-link {
    display: inline-block;
    font-weight: 700;
    color: var(--home-primary);
}

.homepage-card-link:hover .card-link-arrow,
.homepage-card-link:focus .card-link-arrow {
    transform: translateX(4px);
}

.page-home section#main-body {
    padding-top: 0;
    padding-bottom: 76px;
    background: transparent;
}

.page-home .main-content {
    margin-bottom: 0;
    min-height: 0;
}

.homepage-shell {
    padding-top: 28px;
}

.homepage-section {
    margin-top: 28px;
}

.homepage-benefits,
.homepage-pricing,
.homepage-updates {
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--home-line);
    border-radius: 24px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading.centered {
    text-align: center;
}

.section-heading h2 {
    margin: 8px 0 14px;
    font-size: clamp(34px, 4vw, 42px);
    line-height: 1.08;
    color: var(--home-text);
}

.section-heading p {
    max-width: 760px;
    margin: 0;
}

.section-heading.centered p {
    margin-left: auto;
    margin-right: auto;
}

.info-card,
.pricing-card,
.update-card,
.homepage-twitter {
    border: 1px solid var(--home-line);
    background: var(--home-surface-soft);
}

.info-card {
    padding: clamp(20px, 2.5vw, 26px);
}

.info-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.28;
    color: var(--home-text);
}

.info-card p {
    margin: 0;
}

.pricing-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: clamp(20px, 2.4vw, 26px) clamp(18px, 2vw, 22px) clamp(18px, 2vw, 22px);
}

.product-group-card {
    min-height: 100%;
}

.pricing-card:hover {
    border-color: #c6d8e7;
    box-shadow: var(--home-shadow);
    transform: translateY(-3px);
}

.pricing-tier {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--home-primary-soft);
    color: var(--home-primary-strong);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pricing-card-featured {
    border-color: transparent;
    background: linear-gradient(135deg, var(--home-primary) 0, var(--home-primary-strong) 100%);
    box-shadow: 0 20px 40px rgba(15, 76, 129, 0.24);
}

.pricing-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.pricing-card h3 {
    margin: 0;
    font-size: 22px;
    color: var(--home-text);
}

.product-group-headline {
    margin: 0;
    color: var(--home-primary-strong);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pricing-price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-bottom: 4px;
}

.pricing-price strong {
    font-family: 'Raleway';
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1;
    color: var(--home-primary-strong);
}

.pricing-price span {
    font-size: 12px;
    color: var(--home-muted);
}

.pricing-unit {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--home-primary);
}

.pricing-context {
    margin: 0 0 4px;
}

.pricing-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 6px;
}

.pricing-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 7px 11px;
    border: 1px solid #d9e5ef;
    border-radius: 999px;
    background: #ffffff;
    color: var(--home-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.pricing-meta i {
    color: var(--home-accent);
}

.product-group-card .pricing-meta {
    margin-bottom: 4px;
}

.product-group-action {
    align-self: flex-start;
    margin-top: 6px;
    padding-left: 18px;
    padding-right: 18px;
}

.pricing-card-featured h3,
.pricing-card-featured .pricing-tier,
.pricing-card-featured .pricing-price strong,
.pricing-card-featured .pricing-price span,
.pricing-card-featured .pricing-unit,
.pricing-card-featured .pricing-context {
    color: #ffffff;
}

.pricing-card-featured .pricing-tier {
    background: rgba(255, 255, 255, 0.16);
}

.pricing-card-featured .pricing-context,
.pricing-card-featured .pricing-price span {
    color: rgba(255, 255, 255, 0.82);
}

.pricing-card-featured .pricing-meta span {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.pricing-card-featured .pricing-meta i {
    color: #8be2c3;
}

.pricing-card-featured .product-group-headline {
    color: rgba(255, 255, 255, 0.9);
}

.pricing-card-featured .product-group-action {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--home-primary-strong);
}

.pricing-card-featured .product-group-action:hover,
.pricing-card-featured .product-group-action:focus {
    background: rgba(255, 255, 255, 0.92);
    color: var(--home-primary-strong);
}

.homepage-cta-band {
    padding: clamp(24px, 3vw, 36px);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--home-primary) 0, var(--home-dark-soft) 100%);
    box-shadow: var(--home-shadow-strong);
}

.homepage-cta-band h3 {
    margin: 10px 0 12px;
    font-size: clamp(30px, 3.2vw, 36px);
    color: #ffffff;
}

.cta-band-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
}

.cta-band-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

.homepage-twitter,
.update-card {
    padding: clamp(20px, 2.5vw, 26px);
}

.update-card-date {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--home-primary-soft);
    color: var(--home-primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.update-card h3 {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 1.3;
}

.update-card h3 a {
    color: var(--home-text);
}

.update-card p {
    margin-bottom: 18px;
}

.page-home section#footer {
    padding: 28px 10px;
    background: #102033;
    border-top: 0;
    color: #a8b7c7;
}

.page-home section#footer .back-to-top i {
    background: #1c3550;
    color: #ffffff;
    opacity: 1;
}

#whatsapp-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 18px;
    border-radius: 999px;
    background: #128c7e;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 18px 38px rgba(18, 140, 126, 0.28);
}

#whatsapp-float:hover,
#whatsapp-float:focus {
    background: #0f7a6d;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

#whatsapp-float i {
    font-size: 20px;
}

@media (max-width: 991px) {
    .page-home .header-brand-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-home .header-quick-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .page-home section#main-menu {
        padding-bottom: 14px;
    }

    .page-home section#main-menu .navbar-main .navbar-right {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }

    .homepage-hero {
        padding: 62px 0 46px;
    }

    .homepage-hero h1 {
        max-width: none;
        font-size: 44px;
    }

    .hero-media-stage {
        margin-top: 28px;
    }

    .hero-media-slide {
        min-height: 410px;
    }

    .cta-band-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .page-home section#header {
        padding-bottom: 18px;
    }

    .page-home section#header .top-nav {
        justify-content: flex-start;
        margin-bottom: 18px;
    }

    .page-home section#header .top-nav > li > a {
        padding: 8px 12px;
    }

    .page-home .header-brand-lockup {
        max-width: none;
    }

    .page-home .header-quick-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .page-home .header-quick-action {
        width: 100%;
        justify-content: center;
    }

    .page-home section#header .logo img {
        max-width: min(220px, 58vw);
        max-height: 48px;
    }

    .page-home .menu-surface {
        border-radius: 18px;
    }

    .page-home section#main-menu {
        position: relative;
        top: auto;
        backdrop-filter: none;
    }

    .page-home section#main-menu .navbar-collapse {
        padding: 6px 10px 12px;
    }

    .page-home section#main-menu .navbar-main .navbar-nav > li > a {
        padding-top: 12px;
        padding-right: 14px;
        padding-bottom: 12px;
        padding-left: 14px;
        font-size: 14px;
    }

    .page-home section#main-menu .navbar-main .open .dropdown-menu {
        margin-top: 0;
        border: 0;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.05);
        box-shadow: none;
    }

    .page-home section#main-menu .navbar-main .open .dropdown-menu > li > a {
        color: rgba(255, 255, 255, 0.82);
    }

    .page-home section#main-menu .navbar-main .open .dropdown-menu > li > a:hover,
    .page-home section#main-menu .navbar-main .open .dropdown-menu > li > a:focus {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }

    .homepage-hero h1 {
        font-size: 36px;
    }

    .hero-copy {
        font-size: 16px;
    }

    .hero-points,
    .hero-media-foot {
        grid-template-columns: 1fr;
    }

    .hero-media-stage {
        padding: 16px;
        border-radius: 22px;
    }

    .hero-media-head {
        flex-direction: column;
    }

    .hero-media-head strong {
        font-size: 22px;
    }

    .hero-media-slide {
        min-height: 340px;
    }

    .hero-media-copy {
        padding: 22px 20px;
    }

    .hero-media-copy h2 {
        max-width: none;
        font-size: 30px;
    }

    .hero-media-copy p {
        font-size: 15px;
    }

    .hero-media-control {
        bottom: 14px;
        width: 40px;
        height: 40px;
    }

    .hero-media-control-prev {
        right: 62px;
    }

    .hero-media-control-next {
        right: 14px;
    }

    .hero-media-indicators {
        bottom: 18px;
        left: 20px;
    }

    .homepage-card-link,
    .homepage-benefits,
    .homepage-pricing,
    .homepage-updates,
    .info-card,
    .pricing-card,
    .update-card,
    .homepage-twitter,
    .homepage-cta-band {
        padding: 22px 18px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .pricing-card h3,
    .update-card h3,
    .info-card h3 {
        font-size: 22px;
    }

    .pricing-price strong {
        font-size: 24px;
    }

    .homepage-cta-band h3 {
        font-size: 28px;
    }

    #whatsapp-float {
        right: 16px;
        bottom: 16px;
        padding: 12px 14px;
    }

    #whatsapp-float span {
        display: none;
    }
}

body.site-shell {
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(84, 155, 255, 0.14), transparent 34%),
        radial-gradient(circle at top right, rgba(22, 181, 124, 0.12), transparent 30%),
        linear-gradient(180deg, #f3f8fd 0, #edf4fb 46%, #f8fbfe 100%);
    color: var(--home-text);
    font-size: 16px;
    line-height: 1.65;
}

body.site-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(9, 35, 64, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(9, 35, 64, 0.04) 1px, transparent 1px);
    background-size: 32px 32px;
    opacity: 0.4;
    pointer-events: none;
    z-index: -1;
}

.site-shell a {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.site-shell section#header .top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    float: none;
}

.site-shell section#header .top-nav > li {
    float: none;
}

.site-shell section#header .top-nav > li > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: var(--home-muted);
    font-size: 14px;
    font-weight: 600;
}

.site-shell section#header .top-nav > li > a:hover,
.site-shell section#header .top-nav > li > a:focus {
    color: var(--home-primary);
    border-color: #d6e2ed;
    background: #f7fafd;
}

.site-shell section#header .top-nav > li.primary-action a.btn {
    padding: 8px 18px;
    border: 1px solid #cad9e7;
    border-radius: 999px;
    background: var(--home-primary-soft);
    color: var(--home-primary-strong);
    box-shadow: none;
}

.site-shell .header-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-shell section#header .logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.site-shell section#header .logo img {
    display: block;
    width: auto;
    max-width: min(260px, 34vw);
    max-height: clamp(42px, 5vw, 58px);
    height: auto;
}

.site-shell .header-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 540px;
}

.site-shell .header-brand-copy h2 {
    margin: 0;
    font-family: 'Raleway';
    font-size: clamp(22px, 2.8vw, 30px);
    line-height: 1.14;
    color: var(--home-text);
}

.site-shell .header-brand-copy p {
    margin: 0;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.72;
}

.site-shell .header-brand-label {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 32px;
    padding: 7px 12px;
    border: 1px solid rgba(11, 103, 194, 0.14);
    border-radius: 999px;
    background: rgba(11, 103, 194, 0.08);
    color: var(--home-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-shell .header-brand-lockup {
    max-width: none;
    gap: 18px;
    align-items: center;
}

.site-shell .header-brand-lockup .logo {
    width: auto;
}

.site-shell .header-quick-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.site-shell .header-quick-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid var(--home-line);
    border-radius: 16px;
    background: var(--home-surface);
    color: var(--home-text);
    font-size: 15px;
    font-weight: 700;
    box-shadow: var(--home-shadow);
}

.site-shell .header-quick-action:hover,
.site-shell .header-quick-action:focus {
    text-decoration: none;
    color: var(--home-text);
    transform: translateY(-2px);
    box-shadow: var(--home-shadow-strong);
}

.site-shell .header-quick-action i {
    font-size: 18px;
}

.site-shell .header-quick-action.action-test {
    border-color: #d2e8df;
    background: var(--home-accent-soft);
    color: var(--home-accent-strong);
}

.site-shell .header-quick-action.action-plans {
    border-color: #d9e7fb;
    background: rgba(11, 103, 194, 0.08);
    color: var(--home-primary-strong);
}

.site-shell .header-quick-action.action-panel {
    border-color: #d2deeb;
    background: var(--home-primary-soft);
    color: var(--home-primary-strong);
}

.site-shell.page-home .home-intent-strip {
    position: relative;
    z-index: 12;
    margin-top: -8px;
    padding-bottom: 22px;
}

.site-shell.page-home .home-intent-shell {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(6, 15, 27, 0.84);
    box-shadow: 0 22px 52px rgba(7, 17, 31, 0.18);
    backdrop-filter: blur(18px);
}

.site-shell.page-home .home-intent-label {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-shell.page-home .home-intent-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.site-shell.page-home .home-intent-link:hover,
.site-shell.page-home .home-intent-link:focus {
    text-decoration: none;
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.site-shell.page-home .hero-intent-bar {
    margin: 26px 0 0;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-shell.page-home .hero-intent-title {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    font-weight: 700;
}

.site-shell.page-home .hero-intent-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.site-shell.page-home .hero-intent-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.site-shell.page-home .hero-intent-links a:hover,
.site-shell.page-home .hero-intent-links a:focus {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

.site-shell.page-home .journey-row,
.site-shell.page-home .proof-row,
.site-shell.page-home .faq-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.site-shell.page-home .journey-row > [class*="col-"],
.site-shell.page-home .proof-row > [class*="col-"],
.site-shell.page-home .faq-row > [class*="col-"] {
    margin-bottom: 24px;
}

.site-shell.page-home .journey-card,
.site-shell.page-home .proof-card,
.site-shell.page-home .faq-card {
    height: 100%;
    border: 1px solid rgba(11, 103, 194, 0.09);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0, rgba(247, 250, 253, 0.98) 100%);
    box-shadow: var(--home-glow);
}

.site-shell.page-home .journey-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 28px 24px;
}

.site-shell.page-home .journey-card-featured {
    background: linear-gradient(145deg, #08111f 0, #0d223b 100%);
    border-color: transparent;
}

.site-shell.page-home .journey-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--home-primary) 0, var(--home-accent) 100%);
    color: #ffffff;
    font-size: 24px;
}

.site-shell.page-home .journey-label {
    color: var(--home-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-shell.page-home .journey-card h3,
.site-shell.page-home .proof-card strong,
.site-shell.page-home .faq-card h3 {
    margin: 0;
    font-family: 'Raleway';
    font-weight: 700;
    color: var(--home-text);
}

.site-shell.page-home .journey-card h3 {
    font-size: 27px;
    line-height: 1.18;
}

.site-shell.page-home .journey-card p,
.site-shell.page-home .proof-card p,
.site-shell.page-home .faq-card p {
    margin: 0;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.72;
}

.site-shell.page-home .journey-points {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.site-shell.page-home .journey-points li {
    position: relative;
    padding-left: 18px;
    color: var(--home-muted);
    line-height: 1.68;
}

.site-shell.page-home .journey-points li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--home-primary) 0, var(--home-accent) 100%);
}

.site-shell.page-home .journey-action {
    align-self: flex-start;
    margin-top: auto;
}

.site-shell.page-home .journey-card-featured .journey-label,
.site-shell.page-home .journey-card-featured h3,
.site-shell.page-home .journey-card-featured p,
.site-shell.page-home .journey-card-featured .journey-points li {
    color: #ffffff;
}

.site-shell.page-home .journey-card-featured .journey-points li::before {
    background: #8be2c3;
}

.site-shell.page-home .homepage-proof {
    background:
        linear-gradient(135deg, rgba(8, 17, 31, 0.96) 0, rgba(16, 37, 64, 0.98) 100%);
    border-color: transparent;
}

.site-shell.page-home .homepage-proof .section-heading h2,
.site-shell.page-home .homepage-proof .section-heading p,
.site-shell.page-home .homepage-proof .section-kicker {
    color: #ffffff;
}

.site-shell.page-home .homepage-proof .section-heading p {
    color: rgba(255, 255, 255, 0.76);
}

.site-shell.page-home .proof-card {
    padding: 22px 20px;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.site-shell.page-home .proof-card strong {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
}

.site-shell.page-home .proof-card p {
    color: rgba(255, 255, 255, 0.74);
}

.site-shell.page-home .faq-card {
    padding: 24px 22px;
}

.site-shell.page-home .faq-card h3 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.25;
}

.site-shell section#footer {
    position: relative;
    padding: 44px 0 24px;
    background: linear-gradient(135deg, #07111f 0, #0b1c33 54%, #102540 100%);
    border-top: 0;
    color: rgba(255, 255, 255, 0.82);
}

.site-shell .footer-shell {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    box-shadow: 0 26px 60px rgba(4, 10, 19, 0.24);
}

.site-shell .footer-shell::before {
    content: "";
    position: absolute;
    inset: auto -60px -100px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(84, 155, 255, 0.3) 0, rgba(84, 155, 255, 0) 68%);
    pointer-events: none;
}

.site-shell .footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.site-shell .footer-brand h3,
.site-shell .footer-column h4 {
    margin: 0 0 14px;
    font-family: 'Raleway';
    font-weight: 700;
    color: #ffffff;
}

.site-shell .footer-brand p,
.site-shell .footer-column p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.72;
}

.site-shell .footer-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    min-height: 56px;
    margin-bottom: 18px;
    padding: 10px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
}

.site-shell .footer-brand-mark img {
    max-width: 180px;
    max-height: 46px;
}

.site-shell .footer-brand-mark span {
    color: #ffffff;
    font-weight: 700;
}

.site-shell .footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.site-shell .footer-badges span,
.site-shell .footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.site-shell .footer-badges span {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 600;
}

.site-shell .footer-links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.site-shell .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.site-shell .footer-links a:hover,
.site-shell .footer-links a:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateX(2px);
}

.site-shell .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.site-shell .footer-cta {
    align-self: flex-start;
}

.site-shell .footer-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-shell .footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
}

.site-shell section#footer .back-to-top i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    opacity: 1;
}

body.site-shell:not(.page-home) section#header {
    padding: 18px 0 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0, rgba(255, 255, 255, 0.93) 100%);
    border-bottom: 1px solid rgba(216, 228, 239, 0.8);
}

body.site-shell:not(.page-home) section#main-menu {
    position: sticky;
    top: 0;
    z-index: 35;
    padding-bottom: 18px;
    background: linear-gradient(180deg, rgba(237, 244, 251, 0.92) 0, rgba(237, 244, 251, 0.84) 72%, rgba(237, 244, 251, 0) 100%);
    backdrop-filter: blur(14px);
}

body.site-shell:not(.page-home) .menu-surface {
    position: relative;
    overflow: visible;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(135deg, var(--home-dark) 0, #10233c 58%, #12345a 100%);
    box-shadow: 0 22px 46px rgba(14, 27, 45, 0.16);
}

body.site-shell:not(.page-home) .menu-surface-accent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, var(--home-accent) 0, #59b4ff 55%, rgba(255, 255, 255, 0.9) 100%);
}

body.site-shell:not(.page-home) .navbar-main {
    margin-bottom: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.site-shell:not(.page-home) .navbar-main .navbar-collapse {
    padding-left: 16px;
    padding-right: 16px;
}

body.site-shell:not(.page-home) .navbar-main .navbar-nav > li > a {
    padding: 20px 18px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.site-shell:not(.page-home) .navbar-main .navbar-nav > li > a:hover,
body.site-shell:not(.page-home) .navbar-main .navbar-nav > li > a:focus,
body.site-shell:not(.page-home) .navbar-main .navbar-nav > .open > a,
body.site-shell:not(.page-home) .navbar-main .navbar-nav > .open > a:hover,
body.site-shell:not(.page-home) .navbar-main .navbar-nav > .open > a:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

body.site-shell:not(.page-home) .navbar-main .navbar-toggle {
    margin: 12px 14px 12px 0;
    padding: 11px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

body.site-shell:not(.page-home) .navbar-main .navbar-toggle .icon-bar {
    background: #ffffff;
}

body.site-shell:not(.page-home) .navbar-main .dropdown-menu {
    min-width: 250px;
    margin-top: 0;
    padding: 10px;
    border: 1px solid #d8e3ec;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 38px rgba(18, 34, 51, 0.12);
    overflow: hidden;
}

body.site-shell:not(.page-home) .navbar-main .dropdown-menu > li > a {
    padding: 13px 16px;
    border-radius: 12px;
    color: var(--home-text);
    font-weight: 600;
}

body.site-shell:not(.page-home) .navbar-main .dropdown-menu > li > a:hover,
body.site-shell:not(.page-home) .navbar-main .dropdown-menu > li > a:focus {
    background: var(--home-primary-soft);
    color: var(--home-primary-strong);
}

body.site-shell:not(.page-home) .navbar-main .navbar-right {
    margin-right: 0;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

body.site-shell:not(.page-home) #main-body {
    padding-top: 8px;
    padding-bottom: 80px;
    background: transparent;
}

.site-shell .page-header {
    margin: 0 0 24px;
    padding: 22px 24px;
    border: 1px solid rgba(11, 103, 194, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--home-glow);
}

.site-shell .page-header h1,
.site-shell .page-header .h1,
.site-shell .page-header h2 {
    font-family: 'Raleway';
    font-weight: 700;
    color: var(--home-text);
}

.site-shell .page-header p,
.site-shell .page-header .lead {
    color: var(--home-muted);
}

.site-shell .breadcrumb {
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(11, 103, 194, 0.06);
}

.site-shell .breadcrumb > li,
.site-shell .breadcrumb a {
    color: var(--home-primary-strong);
    font-weight: 600;
}

.site-shell .main-content > .panel,
.site-shell .main-content > .card,
.site-shell .sidebar .panel,
.site-shell .sidebar .panel-sidebar,
.site-shell .sidebar .list-group,
.site-shell .modal-content,
.site-shell .alert,
.site-shell .well {
    border: 1px solid rgba(11, 103, 194, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--home-glow);
}

.site-shell .panel,
.site-shell .panel-default,
.site-shell .panel-sidebar {
    overflow: hidden;
}

.site-shell .panel-heading,
.site-shell .panel-title,
.site-shell .panel-sidebar .panel-heading {
    border: 0;
    background: linear-gradient(180deg, rgba(11, 103, 194, 0.08) 0, rgba(11, 103, 194, 0.03) 100%);
    color: var(--home-primary-strong);
}

.site-shell .panel-body,
.site-shell .panel-footer,
.site-shell .list-group-item,
.site-shell .well,
.site-shell .alert {
    color: var(--home-text);
}

.site-shell .sidebar .list-group-item,
.site-shell .panel-sidebar a.list-group-item {
    border-color: rgba(216, 228, 239, 0.7);
    color: var(--home-text);
    font-weight: 600;
}

.site-shell .sidebar .list-group-item:hover,
.site-shell .sidebar .list-group-item:focus,
.site-shell .panel-sidebar a.list-group-item:hover,
.site-shell .panel-sidebar a.list-group-item:focus {
    background: rgba(11, 103, 194, 0.06);
    color: var(--home-primary-strong);
}

.site-shell .btn-primary,
.site-shell .btn-success {
    border-color: var(--home-accent);
    background: var(--home-accent);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(22, 181, 124, 0.2);
}

.site-shell .btn-primary:hover,
.site-shell .btn-primary:focus,
.site-shell .btn-success:hover,
.site-shell .btn-success:focus {
    border-color: var(--home-accent-strong);
    background: var(--home-accent-strong);
    color: #ffffff;
    transform: translateY(-1px);
}

.site-shell .btn-default,
.site-shell .btn-info,
.site-shell .btn-warning {
    border-color: rgba(11, 103, 194, 0.12);
    background: rgba(11, 103, 194, 0.06);
    color: var(--home-primary-strong);
}

.site-shell .btn-default:hover,
.site-shell .btn-default:focus,
.site-shell .btn-info:hover,
.site-shell .btn-info:focus,
.site-shell .btn-warning:hover,
.site-shell .btn-warning:focus {
    border-color: rgba(11, 103, 194, 0.2);
    background: rgba(11, 103, 194, 0.12);
    color: var(--home-primary-strong);
}

.site-shell .form-control,
.site-shell .input-group-addon,
.site-shell .form-control:focus {
    border-color: rgba(11, 103, 194, 0.12);
    border-radius: 14px;
    box-shadow: none;
}

.site-shell .form-control {
    min-height: 46px;
    background: rgba(255, 255, 255, 0.96);
}

.site-shell table.table,
.site-shell .dataTables_wrapper table {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
}

.site-shell table.table thead th,
.site-shell .dataTables_wrapper table thead th {
    background: rgba(11, 103, 194, 0.08);
    color: var(--home-primary-strong);
    border-bottom: 0;
}

.site-shell table.table > tbody > tr > td,
.site-shell table.table > tbody > tr > th {
    border-color: rgba(216, 228, 239, 0.7);
}

.site-shell .nav-tabs {
    border-bottom: 0;
}

.site-shell .nav-tabs > li > a {
    border: 1px solid rgba(11, 103, 194, 0.08);
    border-radius: 14px;
    color: var(--home-primary-strong);
    font-weight: 700;
}

.site-shell .nav-tabs > li.active > a,
.site-shell .nav-tabs > li.active > a:focus,
.site-shell .nav-tabs > li.active > a:hover {
    border-color: transparent;
    background: linear-gradient(135deg, var(--home-primary) 0, var(--home-accent) 100%);
    color: #ffffff;
}

@media (max-width: 1199px) {
    .site-shell .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    body.site-shell:not(.page-home) .navbar-main .navbar-collapse.collapse {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    body.site-shell:not(.page-home) .navbar-main .navbar-nav {
        float: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    body.site-shell:not(.page-home) .navbar-main .navbar-nav > li {
        float: none;
    }

    body.site-shell:not(.page-home) .navbar-main .navbar-right {
        margin-left: auto;
    }

    body.site-shell:not(.page-home) .navbar-main .dropdown-menu {
        position: absolute;
        top: calc(100% + 8px);
        left: 10px;
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(14px);
        pointer-events: none;
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    }

    body.site-shell:not(.page-home) .navbar-main .navbar-nav > li.dropdown:hover > .dropdown-menu,
    body.site-shell:not(.page-home) .navbar-main .navbar-nav > li.open > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}

@media (max-width: 991px) {
    .site-shell .header-brand-lockup {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-shell .header-brand-copy {
        max-width: none;
    }

    .site-shell .header-quick-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .site-shell.page-home .home-intent-shell {
        gap: 10px;
    }

    body.site-shell:not(.page-home) section#main-menu {
        padding-bottom: 14px;
    }

    body.site-shell:not(.page-home) .navbar-main .navbar-right {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .site-shell .header-brand-copy h2 {
        font-size: 24px;
    }

    .site-shell section#header .top-nav {
        justify-content: flex-start;
    }

    .site-shell .header-quick-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-shell .header-quick-action {
        width: 100%;
        justify-content: center;
    }

    .site-shell.page-home .home-intent-shell {
        padding: 14px;
        border-radius: 18px;
    }

    .site-shell.page-home .home-intent-label,
    .site-shell.page-home .home-intent-link {
        width: 100%;
        justify-content: center;
    }

    .site-shell.page-home .hero-intent-bar {
        padding: 16px;
        border-radius: 18px;
    }

    .site-shell.page-home .journey-card,
    .site-shell.page-home .proof-card,
    .site-shell.page-home .faq-card {
        border-radius: 20px;
    }

    .site-shell .footer-shell {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .site-shell .footer-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .site-shell .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    body.site-shell:not(.page-home) section#main-menu {
        position: relative;
        top: auto;
        backdrop-filter: none;
    }

    body.site-shell:not(.page-home) .navbar-main .navbar-collapse {
        padding: 6px 10px 12px;
    }

    body.site-shell:not(.page-home) .navbar-main .navbar-nav > li > a {
        padding: 12px 14px;
        font-size: 14px;
    }

    body.site-shell:not(.page-home) .navbar-main .open .dropdown-menu {
        margin-top: 0;
        border: 0;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.05);
        box-shadow: none;
    }

    body.site-shell:not(.page-home) .navbar-main .open .dropdown-menu > li > a {
        color: rgba(255, 255, 255, 0.82);
    }

    body.site-shell:not(.page-home) .navbar-main .open .dropdown-menu > li > a:hover,
body.site-shell:not(.page-home) .navbar-main .open .dropdown-menu > li > a:focus {
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
    }
}

.site-shell.page-home .sigma-plan-row {
    align-items: stretch;
}

.site-shell.page-home .sigma-plan-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.site-shell.page-home .sigma-plan-description {
    margin: 0 0 10px;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.7;
}

.site-shell.page-home .sigma-plan-meta {
    margin-bottom: 4px;
}

.site-shell.page-home .sigma-plan-card .product-group-action,
.site-shell.page-home .journey-action {
    align-self: flex-start;
}

.site-shell.page-home .sigma-plan-card .product-group-action {
    margin-top: auto;
}

.site-shell.page-home .sigma-plan-empty {
    padding: 28px;
    border: 1px dashed #bfd3e3;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(11, 103, 194, 0.04) 0, rgba(11, 103, 194, 0.01) 100%);
    text-align: center;
}

.site-shell.page-home .sigma-plan-empty strong {
    display: block;
    margin-bottom: 10px;
    font-family: 'Raleway';
    font-size: 24px;
    line-height: 1.2;
    color: var(--home-text);
}

.site-shell.page-home .sigma-plan-empty p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--home-muted);
}

.site-shell.page-home .reseller-focus {
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid var(--home-line);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(11, 103, 194, 0.06) 0, rgba(8, 17, 31, 0.02) 100%);
}

.site-shell.page-home .reseller-focus h3 {
    margin: 10px 0 12px;
    font-family: 'Raleway';
    font-size: clamp(28px, 3vw, 34px);
    line-height: 1.12;
    color: var(--home-text);
}

.site-shell.page-home .reseller-focus p {
    margin: 0;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.76;
}

.site-shell.page-home .reseller-focus-card {
    height: 100%;
    padding: 24px;
    border: 1px solid rgba(11, 103, 194, 0.12);
    border-radius: 22px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.site-shell.page-home .reseller-focus-card strong {
    display: block;
    margin-bottom: 10px;
    font-family: 'Raleway';
    font-size: 22px;
    line-height: 1.24;
    color: var(--home-text);
}

.site-shell.page-home .reseller-focus-card p {
    margin-bottom: 18px;
}

.site-shell.page-home .reseller-focus-actions {
    justify-content: flex-start;
    margin-top: 0;
}

@media (max-width: 767px) {
    .site-shell.page-home .sigma-plan-empty,
    .site-shell.page-home .reseller-focus,
    .site-shell.page-home .reseller-focus-card {
        padding: 22px 18px;
    }
}

.site-shell.page-home .gestor-site-section {
    position: relative;
}

.site-shell.page-home .gestor-site-section-copy {
    max-width: 760px;
    margin: -8px auto 28px;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}

.site-shell.page-home .gestor-site-card-row {
    display: flex;
    flex-wrap: wrap;
}

.site-shell.page-home .gestor-site-card-row > [class*="col-"] {
    margin-bottom: 24px;
}

.site-shell.page-home .gestor-site-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px;
    border: 1px solid var(--home-line);
    border-radius: 22px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.site-shell.page-home .gestor-site-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: var(--home-primary-soft);
    color: var(--home-primary-strong);
    font-size: 19px;
}

.site-shell.page-home .gestor-site-card h3,
.site-shell.page-home .gestor-site-content-copy h2 {
    margin: 0 0 12px;
    font-family: 'Raleway';
    line-height: 1.2;
    color: var(--home-text);
}

.site-shell.page-home .gestor-site-card h3 {
    font-size: 23px;
}

.site-shell.page-home .gestor-site-card p,
.site-shell.page-home .gestor-site-content-copy p {
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.72;
}

.site-shell.page-home .gestor-site-card p {
    margin-bottom: 18px;
}

.site-shell.page-home .gestor-site-card-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: auto;
    color: var(--home-primary);
    font-weight: 800;
}

.site-shell.page-home .gestor-site-card-link:hover,
.site-shell.page-home .gestor-site-card-link:focus {
    color: var(--home-primary-strong);
    text-decoration: none;
}

.site-shell.page-home .gestor-site-content-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: clamp(24px, 4vw, 40px);
    border: 1px solid var(--home-line);
    border-radius: 24px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.site-shell.page-home .gestor-site-content-panel.has-media {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    align-items: center;
}

.site-shell.page-home .gestor-site-content-copy h2 {
    font-size: clamp(28px, 3vw, 38px);
}

.site-shell.page-home .gestor-site-lead {
    margin-bottom: 14px;
    font-size: 17px;
}

.site-shell.page-home .gestor-site-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.site-shell.page-home .gestor-site-media {
    overflow: hidden;
    border-radius: 20px;
    background: var(--home-surface-soft);
}

.site-shell.page-home .gestor-site-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.site-shell.page-home .gestor-site-faq-card {
    height: calc(100% - 24px);
}

.site-shell.page-home .gestor-site-cta-band {
    margin-top: 0;
}

@media (max-width: 991px) {
    .site-shell.page-home .gestor-site-content-panel.has-media {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .site-shell.page-home .gestor-site-card,
    .site-shell.page-home .gestor-site-content-panel {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .site-shell.page-home .gestor-site-card h3 {
        font-size: 21px;
    }

    .site-shell.page-home .gestor-site-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .site-shell.page-home .gestor-site-actions .btn {
        width: 100%;
    }
}

.site-shell.page-home .gestor-site-product-row {
    display: flex;
    flex-wrap: wrap;
}

.site-shell.page-home .gestor-site-product-row > [class*="col-"] {
    margin-bottom: 24px;
}

.site-shell.page-home .gestor-site-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px;
    border: 1px solid var(--home-line);
    border-radius: 22px;
    background: var(--home-surface);
    box-shadow: var(--home-shadow);
}

.site-shell.page-home .gestor-site-product-card.is-featured {
    border-color: rgba(22, 181, 124, 0.42);
    box-shadow: var(--home-shadow-strong);
}

.site-shell.page-home .gestor-site-product-badge {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    background: var(--home-accent-soft);
    color: var(--home-accent-strong);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-shell.page-home .gestor-site-product-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.site-shell.page-home .gestor-site-product-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 18px;
    background: var(--home-surface-soft);
    color: var(--home-primary);
    font-size: 22px;
}

.site-shell.page-home .gestor-site-product-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.site-shell.page-home .gestor-site-product-label {
    display: block;
    margin-bottom: 4px;
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-shell.page-home .gestor-site-product-card h3 {
    margin: 0;
    font-family: 'Raleway';
    font-size: 24px;
    line-height: 1.18;
    color: var(--home-text);
}

.site-shell.page-home .gestor-site-product-description {
    margin: 0 0 18px;
    color: var(--home-muted);
    font-size: 15px;
    line-height: 1.72;
}

.site-shell.page-home .gestor-site-product-price {
    padding: 16px 0;
    border-top: 1px solid var(--home-line);
    border-bottom: 1px solid var(--home-line);
}

.site-shell.page-home .gestor-site-product-price strong {
    display: block;
    font-family: 'Raleway';
    font-size: 32px;
    line-height: 1;
    color: var(--home-text);
}

.site-shell.page-home .gestor-site-product-price span {
    display: block;
    margin-top: 6px;
    color: var(--home-muted);
    font-size: 14px;
    font-weight: 700;
}

.site-shell.page-home .gestor-site-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}

.site-shell.page-home .gestor-site-product-meta span,
.site-shell.page-home .stack-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid var(--home-line);
    border-radius: 999px;
    background: var(--home-surface-soft);
    color: var(--home-text);
    font-size: 13px;
    font-weight: 700;
}

.site-shell.page-home .gestor-site-product-meta i {
    color: var(--home-primary);
}

.site-shell.page-home .gestor-site-product-stack {
    margin-bottom: 16px;
}

.site-shell.page-home .stack-title {
    display: block;
    margin-bottom: 8px;
    color: var(--home-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.site-shell.page-home .stack-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.site-shell.page-home .stack-chip img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 5px;
}

.site-shell.page-home .gestor-site-product-action {
    align-self: flex-start;
    margin-top: auto;
}

@media (max-width: 767px) {
    .site-shell.page-home .gestor-site-product-card {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .site-shell.page-home .gestor-site-product-action {
        width: 100%;
    }
}

/* GoodX header refinement - 2026-07-12 */
.site-shell.page-home section#header {
    padding: 12px 0 14px;
    background: #ffffff;
    border-bottom: 1px solid #dbe7f2;
}

.site-shell.page-home section#header .top-nav {
    display: none;
}

.site-shell.page-home .header-brand-row {
    min-height: 82px;
    align-items: center;
    gap: 32px;
}

.site-shell.page-home .header-brand-lockup {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 620px;
    min-width: 0;
}

.site-shell.page-home section#header .logo {
    width: 74px;
    height: 62px;
    padding: 8px;
    border-radius: 14px;
    box-shadow: none;
}

.site-shell.page-home section#header .logo img {
    max-width: 58px;
    max-height: 42px;
}

.site-shell.page-home .header-brand-copy {
    gap: 7px;
    min-width: 0;
}

.site-shell.page-home .header-brand-label {
    min-height: 26px;
    padding: 5px 12px;
    font-size: 10px;
    letter-spacing: 0.16em;
}

.site-shell.page-home .header-brand-copy p {
    max-width: 460px;
    font-size: 14px;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-shell.page-home .header-quick-actions {
    gap: 10px;
    justify-content: flex-end;
}

.site-shell.page-home .header-quick-action {
    min-height: 44px;
    padding: 10px 15px;
    border-radius: 14px;
    box-shadow: none;
    font-size: 14px;
    white-space: nowrap;
}

.site-shell.page-home .header-quick-action:hover,
.site-shell.page-home .header-quick-action:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.site-shell.page-home section#main-menu {
    display: none;
}

@media (max-width: 991px) {
    .site-shell.page-home .header-brand-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        min-height: 0;
    }

    .site-shell.page-home .header-brand-lockup {
        max-width: none;
        width: 100%;
    }

    .site-shell.page-home .header-brand-copy p {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .site-shell.page-home .header-quick-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .site-shell.page-home section#header {
        padding: 10px 0 12px;
    }

    .site-shell.page-home .header-brand-lockup {
        gap: 12px;
    }

    .site-shell.page-home section#header .logo {
        width: 64px;
        height: 56px;
    }

    .site-shell.page-home .header-quick-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .site-shell.page-home .header-quick-action {
        width: 100%;
        justify-content: center;
    }
}

/* GoodX simplified hero panels - 2026-07-12 */
.site-shell.page-home .homepage-hero {
    padding-top: 50px;
}

.site-shell.page-home .homepage-hero h1 {
    max-width: 620px;
    font-size: clamp(42px, 5.2vw, 76px);
    line-height: 1.02;
}

.site-shell.page-home .hero-copy {
    max-width: 660px;
}

.site-shell.page-home .hero-points-simple {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: 650px;
}

.site-shell.page-home .hero-points-simple li {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.site-shell.page-home .hero-panel-showcase {
    min-height: 0;
    padding: 24px;
    border-radius: 24px;
}

.site-shell.page-home .hero-panel-showcase-head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.site-shell.page-home .hero-panel-showcase-head strong {
    max-width: 360px;
    color: #fff;
    font-size: 28px;
    line-height: 1.12;
}

.site-shell.page-home .hero-panel-cards {
    display: grid;
    gap: 14px;
}

.site-shell.page-home .hero-panel-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 112px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.58);
}

.site-shell.page-home .hero-panel-card strong {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 22px;
    line-height: 1.1;
}

.site-shell.page-home .hero-panel-card span {
    display: block;
    color: #b9c8dc;
    font-size: 14px;
    line-height: 1.45;
}

.site-shell.page-home .hero-panel-card-copy {
    min-width: 0;
}

.site-shell.page-home .hero-panel-test-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    margin-top: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #128c7e;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    white-space: normal;
}

.site-shell.page-home .hero-panel-test-link:hover,
.site-shell.page-home .hero-panel-test-link:focus {
    background: #0f7a6d;
    color: #ffffff;
    text-decoration: none;
}

.site-shell.page-home .hero-panel-test-link i {
    flex-shrink: 0;
    font-size: 14px;
}

.site-shell.page-home .hero-panel-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 76px;
    border-radius: 14px;
    background: #070c14;
    overflow: hidden;
}

.site-shell.page-home .hero-panel-logo img {
    display: block;
    max-width: 74px;
    max-height: 52px;
    width: auto;
    height: auto;
}

.site-shell.page-home .hero-panel-logo-text {
    background: radial-gradient(circle at 50% 15%, rgba(244, 114, 35, 0.42), #070c14 62%);
}

.site-shell.page-home .hero-panel-logo-text span {
    color: #f8fafc;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.site-shell.page-home .hero-panel-livegood .hero-panel-logo {
    background: #05111f;
}

.site-shell.page-home .hero-panel-goodplay .hero-panel-logo {
    background: #050b12;
}

.site-shell.page-home .hero-layout-center .homepage-hero-grid {
    justify-content: center;
    text-align: center;
}

.site-shell.page-home .hero-layout-center .homepage-hero-grid > [class*="col-"] {
    float: none;
    width: 100%;
    max-width: 920px;
}

.site-shell.page-home .hero-layout-center .homepage-hero-grid > .col-md-5 {
    max-width: 780px;
    margin-top: 34px;
}

.site-shell.page-home .hero-layout-center .hero-kicker,
.site-shell.page-home .hero-layout-center .hero-copy,
.site-shell.page-home .hero-layout-center .homepage-hero h1,
.site-shell.page-home .hero-layout-center .hero-points-simple {
    margin-right: auto;
    margin-left: auto;
}

.site-shell.page-home .hero-layout-center .hero-actions,
.site-shell.page-home .hero-layout-center .hero-intent-links {
    justify-content: center;
}

.site-shell.page-home .hero-layout-compact {
    padding-top: 36px;
    padding-bottom: 42px;
}

.site-shell.page-home .hero-layout-compact .homepage-hero h1 {
    max-width: 760px;
    font-size: clamp(36px, 4.4vw, 58px);
}

.site-shell.page-home .hero-layout-compact .hero-copy {
    line-height: 1.62;
}

.site-shell.page-home .hero-layout-compact .hero-intent-bar,
.site-shell.page-home .hero-layout-compact .hero-actions {
    margin-top: 22px;
    margin-bottom: 18px;
}

.site-shell.page-home .hero-layout-compact .hero-panel-showcase {
    padding: 18px;
}

@media (max-width: 991px) {
    .site-shell.page-home .homepage-hero {
        padding-top: 34px;
    }

    .site-shell.page-home .hero-panel-showcase {
        margin-top: 26px;
    }

    .site-shell.page-home .hero-layout-center .homepage-hero-grid {
        text-align: left;
    }

    .site-shell.page-home .hero-layout-center .hero-actions,
    .site-shell.page-home .hero-layout-center .hero-intent-links {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    .site-shell.page-home .hero-panel-card {
        grid-template-columns: 72px 1fr;
        min-height: 96px;
        padding: 12px;
    }

    .site-shell.page-home .hero-panel-logo {
        width: 72px;
        height: 62px;
    }

    .site-shell.page-home .hero-panel-logo img {
        max-width: 58px;
        max-height: 42px;
    }
}
