/*
 * Enterprise refinement layer
 * Shared visual language for all public Crazy-Systems pages.
 * Page-specific product styles stay available underneath this final layer.
 */

:root {
    --color-bg: #071219;
    --color-bg-2: #0a161e;
    --color-bg-3: #0e1c25;
    --color-bg-soft: #0a161e;
    --color-bg-card: #0d1a23;
    --color-border: rgba(151, 176, 186, 0.18);
    --color-border-glow: rgba(121, 211, 200, 0.34);
    --color-primary: #79d3c8;
    --color-primary-dim: rgba(121, 211, 200, 0.1);
    --color-secondary: #c7a162;
    --color-text: #edf3f5;
    --color-text-light: #bdcbd1;
    --color-text-muted: #91a5ae;
    --radius-sm: 6px;
    --radius-md: 9px;
    --radius-lg: 12px;
    --radius-xl: 16px;
    --shadow-sm: none;
    --shadow-md: 0 14px 36px rgba(0, 0, 0, 0.2);
    --shadow-lg: 0 26px 64px rgba(0, 0, 0, 0.28);
    --shadow-glow: none;
    --shadow-glow-violet: none;
    --nav-height: 64px;
}

html {
    scroll-padding-top: calc(var(--nav-height) + 18px);
}

body.site-body {
    background: var(--color-bg);
    color: var(--color-text);
    font-synthesis: none;
}

.site-main {
    overflow: clip;
}

.container {
    max-width: 1260px;
    padding-right: 24px;
    padding-left: 24px;
}

.container-lg {
    max-width: 1320px;
    padding-right: 28px;
    padding-left: 28px;
}

.section {
    padding: 72px 0;
}

.section-sm {
    padding: 44px 0;
}

.pt-0 {
    padding-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    letter-spacing: -0.02em;
    text-wrap: pretty;
}

p {
    text-wrap: pretty;
}

.bg-grid,
.page-home,
.page-software,
.page-managed-services,
.page-hosting,
.page-projects,
.page-contact,
.page-software-product,
.page-shop-modern,
.page-brand,
.page-legal,
.page-thank-you {
    background-color: var(--color-bg);
}

.bg-grid {
    background-image: none !important;
}

.bg-grid::before,
.bg-grid::after {
    display: none !important;
}

/* Navigation */
.navbar {
    min-height: var(--nav-height);
    border-bottom: 1px solid rgba(151, 176, 186, 0.14);
    background: rgba(7, 18, 25, 0.9);
    box-shadow: none;
    backdrop-filter: blur(16px);
}

.navbar.scrolled {
    border-bottom-color: rgba(151, 176, 186, 0.22);
    background: rgba(7, 18, 25, 0.96);
    box-shadow: none;
}

.navbar__inner {
    min-height: var(--nav-height);
}

.navbar__logo {
    gap: 10px;
}

.navbar__logo img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.footer__brand img {
    object-fit: contain;
}

.navbar__logo-text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.navbar__nav {
    gap: 4px;
}

.navbar__nav > a,
.navbar__item-link {
    min-height: 38px;
    padding: 8px 11px;
    border-radius: 7px;
    color: #aebdc4;
    font-size: 0.89rem;
    font-weight: 600;
}

.navbar__nav > a:hover,
.navbar__nav > a.active,
.navbar__item-link:hover,
.navbar__item-link.active {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.navbar__nav > a.active,
.navbar__item-link.active {
    box-shadow: inset 0 -2px 0 var(--color-primary);
}

.navbar__submenu-toggle {
    color: #8fa2ab;
}

.navbar__submenu {
    padding-top: 12px;
}

.navbar__submenu-panel {
    border: 1px solid rgba(151, 176, 186, 0.22);
    border-radius: 12px;
    background: #0b1820;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
}

.navbar__submenu-intro {
    border-right-color: rgba(151, 176, 186, 0.14);
    background: transparent;
}

.navbar__submenu-eyebrow,
.navbar__submenu-card-meta {
    color: var(--color-primary);
    font-weight: 700;
}

.navbar__submenu-card {
    border-color: transparent;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.navbar__submenu-card:hover,
.navbar__submenu-card.active {
    border-color: rgba(151, 176, 186, 0.18);
    background: rgba(255, 255, 255, 0.035);
    transform: none;
}

.navbar__submenu-card-icon {
    border: 0;
    background: transparent;
    color: var(--color-primary);
}

.navbar__actions {
    gap: 8px;
}

.site-lang-switch {
    border-color: rgba(151, 176, 186, 0.18);
    border-radius: 7px;
    background: transparent;
}

.site-lang-switch a {
    min-width: 30px;
    min-height: 30px;
    border-radius: 5px;
    font-size: 0.76rem;
    font-weight: 600;
}

.site-lang-switch a.active {
    background: rgba(121, 211, 200, 0.11);
    color: var(--color-primary);
}

/* Buttons and controls */
.btn {
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: none;
    font-weight: 600;
    letter-spacing: 0;
    transition:
        color var(--transition),
        border-color var(--transition),
        background-color var(--transition);
}

.btn:hover {
    box-shadow: none;
    transform: none;
}

.btn-primary {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #061117;
}

.btn-primary:hover {
    border-color: #93e2d9;
    background: #93e2d9;
    color: #061117;
}

.btn-outline {
    border-color: rgba(151, 176, 186, 0.34);
    background: transparent;
    color: #e2eaed;
}

.btn-outline:hover {
    border-color: var(--color-primary);
    background: rgba(121, 211, 200, 0.07);
    color: #fff;
}

.btn-ghost {
    background: transparent;
    color: #aebdc4;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.btn-lg {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 0.96rem;
}

.btn-sm {
    min-height: 34px;
    padding: 7px 13px;
    font-size: 0.82rem;
}

a[href]:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
    outline: 3px solid rgba(121, 211, 200, 0.72);
    outline-offset: 3px;
}

.form-control,
input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
select,
textarea {
    min-height: 48px;
    border-color: rgba(151, 176, 186, 0.24);
    border-radius: 8px;
    background: #091720;
    color: #edf3f5;
    box-shadow: none;
}

textarea.form-control,
textarea {
    min-height: 138px;
}

.form-control:hover,
input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):hover,
select:hover,
textarea:hover {
    border-color: rgba(151, 176, 186, 0.4);
}

.form-control:focus,
input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):focus,
select:focus,
textarea:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(121, 211, 200, 0.1);
}

.form-label {
    color: #dbe5e8;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Shared headings */
.section-header,
.home-section-head,
.brand-section-head {
    max-width: 760px;
    margin: 0 0 38px;
    text-align: left;
}

.section-header__label,
.home-section-head__label,
.brand-section-head > span,
.info-eyebrow,
.software-hero__eyebrow,
.managed-hero__eyebrow,
.hosting-hero__eyebrow,
.projects-hero__eyebrow,
.contact-hero__eyebrow,
.software-product-hero__eyebrow,
.home-landing-hero__eyebrow {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--color-primary);
    font-size: 0.77rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-header__title,
.home-section-head__title,
.brand-section-head h2 {
    margin: 0 0 15px;
    font-size: clamp(2.05rem, 3.4vw, 2.9rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.section-header__subtitle,
.home-section-head__copy,
.brand-section-head p {
    max-width: 690px;
    color: var(--color-text-muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

/* Shared hero scale */
.home-landing-hero,
.software-hero,
.managed-hero,
.hosting-hero,
.projects-hero,
.contact-hero,
.software-product-hero,
.info-hero,
.brand-guide-hero {
    position: relative;
    padding-top: 66px;
    padding-bottom: 66px;
    background:
        radial-gradient(circle at 82% 10%, rgba(121, 211, 200, 0.075), transparent 27%),
        linear-gradient(180deg, #091720 0%, var(--color-bg) 92%);
}

.home-landing-hero::before,
.home-landing-hero::after,
.software-hero::before,
.software-hero::after,
.managed-hero::before,
.managed-hero::after,
.hosting-hero::before,
.hosting-hero::after,
.projects-hero::before,
.projects-hero::after,
.contact-hero::before,
.contact-hero::after,
.software-product-hero::before,
.software-product-hero::after,
.info-hero::before,
.info-hero::after,
.brand-guide-hero::before,
.brand-guide-hero::after {
    display: none !important;
}

.home-landing-hero__title,
.software-hero__title,
.managed-hero__title,
.hosting-hero__title,
.projects-hero__title,
.contact-hero__title,
.software-product-hero__title,
.info-title,
.brand-guide-hero h1 {
    max-width: 820px;
    margin-bottom: 20px;
    font-size: clamp(2.45rem, 4vw, 3.5rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.home-landing-hero__subtitle,
.software-hero__subtitle,
.managed-hero__subtitle,
.hosting-hero__subtitle,
.projects-hero__subtitle,
.contact-hero__subtitle,
.software-product-hero__subtitle,
.info-copy,
.brand-guide-hero p {
    max-width: 720px;
    color: #bdcbd1;
    font-size: clamp(1.04rem, 1.45vw, 1.16rem);
    line-height: 1.7;
}

.home-landing-hero__detail,
.software-hero__detail,
.managed-hero__detail,
.hosting-hero__detail,
.projects-hero__detail,
.contact-hero__detail,
.software-product-hero__detail {
    max-width: 700px;
    color: var(--color-text-muted);
    font-size: 0.98rem;
    line-height: 1.7;
}

.home-landing-hero__actions,
.software-hero__actions,
.managed-hero__actions,
.projects-hero__actions,
.software-product-hero__actions,
.info-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

/* Shared card language */
.landing-service-card,
.page-preview-card,
.software-card,
.software-feature-card,
.software-community-panel,
.managed-hero__panel,
.hosting-choice-card,
.hosting-product-card,
.projects-capability-card,
.projects-focus-card,
.projects-evidence-panel,
.publishing-capability-card,
.publishing-proof__card,
.publishing-fit__card,
.contact-route-card,
.landing-form-card,
.landing-info-card,
.contact-helper-box,
.info-card,
.brand-principle-card,
.brand-rule-card,
.brand-spec-card,
.brand-type-card,
.brand-ui-card,
.brand-usage-card,
.brand-governance-card,
.brand-guideline-card,
.brand-gradient-card,
.brand-token-group {
    min-width: 0;
    border: 1px solid rgba(151, 176, 186, 0.18) !important;
    border-radius: 10px !important;
    background: var(--color-bg-card) !important;
    box-shadow: none !important;
}

.home-service-block__list,
.page-bullet-list,
.contact-helper-box__list,
.managed-hero__points,
.publishing-capability-card__list,
.publishing-proof__card-list,
.helpdesk-feature-list,
.shop-feature-list,
.info-list,
.landing-help-list,
.brand-rule-list {
    min-width: 0;
    list-style: none;
}

.home-service-block__list li,
.page-bullet-list li,
.contact-helper-box__list li,
.managed-hero__points li,
.publishing-capability-card__list li,
.publishing-proof__card-list li,
.helpdesk-feature-list li,
.shop-feature-list li,
.info-list li,
.landing-help-list li,
.brand-rule-list li {
    min-width: 0;
    word-break: normal;
    overflow-wrap: break-word;
}

.landing-service-card:hover,
.page-preview-card:hover,
.software-card:hover,
.software-feature-card:hover,
.hosting-choice-card:hover,
.hosting-product-card:hover,
.projects-capability-card:hover,
.projects-focus-card:hover,
.publishing-capability-card:hover,
.contact-route-card:hover,
.info-card:hover {
    border-color: rgba(121, 211, 200, 0.38) !important;
    background: #0f1e27 !important;
    box-shadow: none !important;
    transform: none !important;
}

.landing-service-card__icon,
.software-feature-card__icon,
.projects-capability-card__icon,
.projects-focus-card__icon,
.hosting-product-card__icon,
.contact-route-card__icon {
    border: 0 !important;
    background: transparent !important;
    color: var(--color-primary) !important;
    box-shadow: none !important;
}

.landing-service-card__tag,
.software-feature-card__tag,
.projects-capability-card__meta,
.projects-focus-card__eyebrow,
.page-preview-card__eyebrow,
.publishing-capability-card__tag,
.contact-route-card__eyebrow {
    color: var(--color-primary) !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
}

/* Home */
.page-home .home-section-head__label {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-home .home-landing-hero {
    padding-top: 72px;
    padding-bottom: 66px;
}

.page-home .home-landing-hero__grid--simple {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 450px);
    gap: 54px;
    align-items: center;
}

.page-home .home-landing-hero__content {
    max-width: 730px;
}

.page-home .home-landing-hero__title {
    max-width: 760px;
}

.home-landing-hero__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 34px;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.home-landing-hero__highlights li {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 54px;
    padding: 14px 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #d9e3e6;
    font-size: 0.9rem;
    font-weight: 600;
}

.home-landing-hero__highlights li::before {
    display: none;
}

.home-landing-hero__highlights li i {
    color: var(--color-primary);
    font-size: 0.78rem;
}

.home-landing-hero__highlights li + li {
    border-left: 1px solid var(--color-border);
}

.home-landing-hero__highlights li:first-child {
    padding-left: 0;
}

.home-landing-hero__highlights li:last-child {
    padding-right: 0;
}

.home-hosting-spotlight {
    padding: 28px;
    border: 1px solid rgba(151, 176, 186, 0.22);
    border-radius: 10px;
    background: rgba(13, 26, 35, 0.78);
    box-shadow: none;
}

.home-hosting-spotlight::before,
.home-hosting-spotlight::after {
    display: none;
}

.home-hosting-spotlight__eyebrow {
    color: var(--color-primary);
    font-weight: 700;
}

.home-hosting-spotlight__intro h2 {
    font-size: 1.6rem;
    line-height: 1.16;
}

.page-home .home-hosting-spotlight__intro p {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.page-home .home-hosting-spotlight__products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 20px;
}

.page-home .home-hosting-spotlight__product {
    min-height: 62px;
    padding: 10px 0;
    border: 0;
    border-top: 1px solid var(--color-border);
    border-radius: 0;
    background: transparent;
}

.page-home .home-hosting-spotlight__product:hover {
    padding-right: 4px;
    padding-left: 0;
    background: transparent;
    transform: none;
}

.home-hosting-spotlight__product-copy {
    display: grid;
    gap: 3px;
}

.home-hosting-spotlight__product-copy small,
.home-hosting-spotlight__product-copy strong {
    display: block;
}

.home-hosting-spotlight__product-copy small {
    color: var(--color-text-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.065em;
    line-height: 1.25;
    text-transform: uppercase;
}

.home-hosting-spotlight__product-copy strong {
    color: #edf3f4;
    font-size: 0.96rem;
    line-height: 1.35;
}

.page-home .home-hosting-spotlight__foot {
    margin-top: 4px;
}

.home-hero-products {
    position: relative;
    min-width: 0;
}

.home-hero-products__intro {
    max-width: 420px;
    margin-bottom: 20px;
}

.home-hero-products__intro > span {
    display: block;
    margin-bottom: 7px;
    color: var(--color-primary);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero-products__intro h2 {
    margin: 0 0 9px;
    color: #f1f5f6;
    font-size: 1.38rem;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.home-hero-products__intro p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

.home-hero-product {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(151, 176, 186, 0.24);
    border-radius: 11px;
    background: #061017;
    box-shadow: 0 24px 58px rgba(0, 0, 0, 0.3);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.home-hero-product:hover,
.home-hero-product:focus-visible {
    border-color: rgba(121, 211, 200, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.38);
}

.home-hero-product img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 8.7;
    object-fit: cover;
    object-position: top center;
    transition: transform 280ms ease;
}

.home-hero-product:hover img,
.home-hero-product:focus-visible img {
    transform: scale(1.015);
}

.home-hero-product > span {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 3px;
    padding: 12px 15px 13px;
    border-top: 1px solid rgba(151, 176, 186, 0.16);
    background: rgba(8, 19, 27, 0.98);
}

.home-hero-product small {
    color: var(--color-primary);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.home-hero-product strong {
    color: #edf3f4;
    font-size: 0.9rem;
    line-height: 1.35;
}

.home-hero-product--primary {
    margin-right: 26px;
}

.home-hero-product--secondary {
    position: relative;
    z-index: 2;
    width: 72%;
    margin: 18px 0 0 auto;
}

.home-discovery {
    padding: 68px 0 72px;
    border-top: 1px solid rgba(151, 176, 186, 0.12);
    border-bottom: 1px solid rgba(151, 176, 186, 0.12);
    background: #061119;
}

.home-discovery__head {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 34px;
}

.home-discovery__label {
    display: block;
    margin-bottom: 10px;
    color: var(--color-primary);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-discovery__head h2 {
    max-width: 640px;
    margin: 0;
    color: #f1f5f6;
    font-size: clamp(1.9rem, 3.1vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.home-discovery__head > p {
    max-width: 600px;
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.98rem;
    line-height: 1.68;
}

.home-discovery__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.home-discovery__item {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 12px;
    min-width: 0;
    min-height: 218px;
    padding: 25px 21px;
    color: inherit;
    transition: background-color 180ms ease;
}

.home-discovery__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-discovery__top > i {
    color: rgba(121, 211, 200, 0.72);
    font-size: 1rem;
}

.home-discovery__item + .home-discovery__item {
    border-left: 1px solid var(--color-border);
}

.home-discovery__item:hover,
.home-discovery__item:focus-visible {
    background: rgba(121, 211, 200, 0.045);
}

.home-discovery__index {
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 700;
}

.home-discovery__item h3 {
    margin: 0;
    color: #edf3f4;
    font-size: 1.16rem;
    line-height: 1.25;
}

.home-discovery__item p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.88rem;
    line-height: 1.58;
}

.home-discovery__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 700;
}

.home-discovery__item:hover .home-discovery__action i,
.home-discovery__item:focus-visible .home-discovery__action i {
    transform: translateX(3px);
}

.home-discovery__action i {
    transition: transform 160ms ease;
}

.home-capability-list {
    border-top: 1px solid var(--color-border);
}

.home-capability {
    display: grid;
    grid-template-columns: 44px minmax(300px, 0.85fr) minmax(0, 1.25fr);
    grid-template-areas:
        "index head list"
        ". footer list";
    column-gap: 34px;
    row-gap: 18px;
    align-items: start;
    padding: 34px 0;
    border-bottom: 1px solid var(--color-border);
    background: transparent;
}

.home-capability__index {
    grid-area: index;
    padding-top: 3px;
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.5;
}

.home-capability .home-service-block__head {
    grid-area: head;
    gap: 8px;
}

.home-capability .home-service-block__head h3 {
    font-size: 1.28rem;
    line-height: 1.25;
}

.home-capability .home-service-block__head p {
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.62;
}

.home-capability .home-service-block__list {
    grid-area: list;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
    border: 0;
}

.home-capability .home-service-block__list li {
    display: grid;
    grid-template-columns: 9px minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    padding: 0;
    border: 0;
    color: #cbd8dd;
    font-size: 0.84rem;
    line-height: 1.5;
    word-break: normal;
    overflow-wrap: normal;
}

.home-capability .home-service-block__list li::before {
    content: "";
    width: 4px;
    height: 4px;
    margin-top: 0.55em;
    border-radius: 50%;
    background: var(--color-primary);
}

.home-capability .home-service-block__footer {
    grid-area: footer;
    margin-top: 0;
    padding-top: 2px;
}

.home-capability .home-service-block__link {
    font-size: 0.84rem;
    line-height: 1.45;
}

.home-principles {
    padding: 82px 0;
    border-top: 1px solid rgba(151, 176, 186, 0.12);
    border-bottom: 1px solid rgba(151, 176, 186, 0.12);
    background:
        linear-gradient(120deg, rgba(121, 211, 200, 0.035), transparent 42%),
        #061119;
}

.home-principles__layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: 76px;
    align-items: start;
}

.home-principles__intro {
    max-width: 470px;
}

.home-principles__intro h2 {
    margin: 0 0 18px;
    color: #f1f5f6;
    font-size: clamp(2.05rem, 3.4vw, 2.9rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.home-principles__intro p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.72;
}

.home-principles__intro > strong {
    display: block;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--color-border);
    color: #dbe7ea;
    font-size: 0.92rem;
    line-height: 1.5;
}

.home-principles__list {
    border-top: 1px solid var(--color-border);
}

.home-principle {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 24px;
    padding: 26px 0;
    border-bottom: 1px solid var(--color-border);
}

.home-principle__meta {
    display: grid;
    justify-items: start;
    gap: 10px;
    color: var(--color-primary);
}

.home-principle__meta span {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
}

.home-principle__meta i {
    font-size: 1.02rem;
}

.home-principle h3 {
    margin: 0 0 8px;
    color: #edf3f4;
    font-size: 1.2rem;
    line-height: 1.3;
}

.home-principle p {
    max-width: 650px;
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.94rem;
    line-height: 1.65;
}

.home-products {
    border-top: 1px solid rgba(151, 176, 186, 0.12);
    border-bottom: 1px solid rgba(151, 176, 186, 0.12);
    background: #07131b;
}

.home-section-head--products {
    max-width: 820px;
}

.home-product-showcase {
    border-top: 1px solid var(--color-border);
}

.home-product-feature {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
    gap: 58px;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid var(--color-border);
}

.home-product-feature--reverse {
    grid-template-columns: minmax(330px, 0.92fr) minmax(0, 1.08fr);
}

.home-product-feature--reverse .home-product-feature__media {
    order: 2;
}

.home-product-feature__media {
    margin: 0;
    padding: 10px;
    border: 1px solid rgba(151, 176, 186, 0.22);
    border-radius: 11px;
    background: #050d13;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
}

.home-product-feature__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 7px;
    object-fit: cover;
    object-position: top center;
}

.home-product-feature__content {
    display: grid;
    gap: 14px;
    align-content: center;
}

.home-product-feature__eyebrow {
    color: var(--color-primary);
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-product-feature__content h3 {
    margin: 0;
    color: #f2f6f7;
    font-size: clamp(1.7rem, 2.5vw, 2.25rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.home-product-feature__content > p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.98rem;
    line-height: 1.68;
}

.home-product-feature__meta {
    color: #e9f0f2;
    font-size: 0.92rem;
    line-height: 1.4;
}

.home-product-feature__content ul {
    display: grid;
    gap: 9px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
}

.home-product-feature__content li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 9px;
    color: #cbd8dd;
    font-size: 0.88rem;
    line-height: 1.5;
}

.home-product-feature__content li i {
    margin-top: 0.32em;
    color: var(--color-primary);
    font-size: 0.68rem;
}

.home-product-feature__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 4px;
    color: var(--color-primary);
    font-size: 0.88rem;
    font-weight: 700;
}

.page-home .home-use-case-grid {
    display: block;
    border: 0;
    border-top: 1px solid var(--color-border);
}

.page-home .home-use-case {
    display: grid;
    grid-template-columns: 48px 130px minmax(280px, 0.9fr) minmax(320px, 1.1fr);
    grid-template-areas: "index eyebrow title copy";
    gap: 24px;
    align-items: start;
    min-height: 0;
    padding: 26px 0;
    border: 0;
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-home .home-use-case:nth-child(4),
.page-home .home-use-case:nth-child(5),
.page-home .home-use-case:hover {
    border-color: var(--color-border);
    background: transparent;
    transform: none;
}

.page-home .home-use-case__index {
    grid-area: index;
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.5;
}

.page-home .home-use-case__eyebrow {
    grid-area: eyebrow;
    color: var(--color-text-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-transform: uppercase;
}

.page-home .home-use-case h3 {
    grid-area: title;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.35;
}

.page-home .home-use-case p {
    grid-area: copy;
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.home-workflow-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    background: var(--color-bg-card);
}

.home-workflow-step {
    position: relative;
    min-width: 0;
    padding: 30px 26px 32px;
    border: 0;
    border-right: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-workflow-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 26px;
    width: 42px;
    height: 2px;
    background: var(--color-primary);
}

.home-workflow-step:nth-child(3n) {
    border-right: 0;
}

.home-workflow-step:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.home-workflow-step__index {
    color: var(--color-primary);
    font-size: 0.76rem;
}

.home-workflow-step h3 {
    font-size: 1.08rem;
    line-height: 1.32;
}

.home-workflow-step p {
    color: var(--color-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.home-workflow-step:hover {
    background: transparent;
    transform: none;
}

/* Legacy ambient effects were decorative and permanently animated. */
.home-hero .container::before,
.software-hero .container::before,
.hosting-hero__product-grid::before,
.software-hero__board::before,
.contact-route-grid::before {
    display: none !important;
    animation: none !important;
}

/* Software overview and community */
.page-software .software-hero {
    min-height: 0;
}

.page-software .software-hero__content {
    max-width: 780px;
    margin: 0;
    text-align: left;
}

.page-software .software-hero__title {
    max-width: 760px;
}

.software-hero__proof-strip {
    margin-top: 34px;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.software-hero__proof-items > span {
    border-color: var(--color-border);
    background: transparent;
}

.software-catalog-grid,
.software-feature-grid {
    gap: 18px;
}

.software-card {
    overflow: hidden;
}

.software-card::before,
.software-card::after,
.software-feature-card::before,
.software-community-panel::before {
    display: none !important;
}

.software-card__media,
.software-product-shot {
    border-color: var(--color-border);
    background: #071119;
}

.software-card__chip,
.software-card__promo,
.software-card__promo--trust {
    border-radius: 6px;
    box-shadow: none;
}

.page-software .software-card__pricing {
    padding: 18px 0;
    border: 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-software .software-card__offer-validity {
    margin-top: 4px;
    color: var(--color-text-muted);
    font-size: 0.8rem;
}

.page-software .software-card__promo--trust {
    margin-top: 14px;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid var(--color-border);
    border-radius: 0;
    background: transparent;
}

.page-software .software-card__promo--trust i {
    border: 0;
    background: transparent;
}

.software-feature-card {
    padding: 24px 0 !important;
    border: 0 !important;
    border-top: 2px solid rgba(121, 211, 200, 0.3) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.software-feature-card:hover {
    border-color: var(--color-primary) !important;
    background: transparent !important;
}

.software-community-panel {
    padding: 34px;
}

/* Managed services, hosting, and software product template */
.managed-hero__grid,
.software-product-hero__main {
    gap: 48px;
}

.managed-hero__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    align-items: center;
}

.managed-hero__panel,
.software-product-hero__aside,
.software-product-aside__panel {
    border-color: rgba(151, 176, 186, 0.22) !important;
    border-radius: 10px !important;
    background: var(--color-bg-card) !important;
    box-shadow: none !important;
}

.managed-hero__panel::before,
.managed-hero__panel::after,
.software-product-hero__aside::before,
.software-product-hero__aside::after {
    display: none !important;
}

.managed-hero__panel {
    min-height: 0;
    align-self: center;
    align-content: start;
    padding: 28px;
}

.managed-hero__points {
    display: grid;
    gap: 10px;
    margin: 6px 0 0;
    padding: 18px 0 0;
    border-top: 1px solid var(--color-border);
    list-style: none;
}

.managed-hero__points li {
    display: grid;
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 10px;
    color: #cbd8dd;
    font-size: 0.9rem;
    line-height: 1.5;
}

.managed-hero__points i {
    margin-top: 5px;
    color: var(--color-primary);
    font-size: 0.68rem;
}

.managed-operating-section {
    border-top: 1px solid rgba(151, 176, 186, 0.12);
    border-bottom: 1px solid rgba(151, 176, 186, 0.12);
    background: var(--color-bg-soft);
}

.managed-operating {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 70px;
    align-items: start;
}

.managed-operating__intro h2 {
    max-width: 610px;
    margin: 0 0 18px;
    font-size: clamp(2rem, 3.25vw, 2.75rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
}

.managed-operating__intro > p {
    max-width: 620px;
    margin: 0;
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.managed-operating__fit {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--color-border);
}

.managed-operating__fit > strong {
    display: block;
    margin-bottom: 14px;
    color: #e2ebed;
    font-size: 0.92rem;
}

.managed-operating__fit ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.managed-operating__fit li {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 10px;
    color: #bdcbd1;
    font-size: 0.9rem;
    line-height: 1.55;
}

.managed-operating__fit li i {
    margin-top: 0.35em;
    color: var(--color-primary);
    font-size: 0.68rem;
}

.managed-operating__steps {
    border-top: 1px solid var(--color-border);
}

.managed-operating-step {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 22px;
    min-width: 0;
    padding: 25px 0;
    border-bottom: 1px solid var(--color-border);
}

.managed-operating-step > span {
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.5;
}

.managed-operating-step h3 {
    margin: 0 0 7px;
    color: #edf3f4;
    font-size: 1.14rem;
    line-height: 1.3;
}

.managed-operating-step p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.62;
}

.landing-service-grid,
.page-preview-grid,
.hosting-choice-grid,
.hosting-hero__product-grid {
    gap: 18px;
}

.landing-service-card,
.page-preview-card,
.hosting-choice-card,
.hosting-product-card {
    padding: 26px;
}

.hosting-hero__signal,
.hosting-hero__addon-list span,
.software-product-hero__chips .landing-chip,
.landing-chip {
    border-color: rgba(151, 176, 186, 0.2);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
}

.hosting-hero__signals {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hosting-hero__shopspotlight {
    border-color: rgba(151, 176, 186, 0.2);
    border-radius: 10px;
    background: var(--color-bg-card);
    box-shadow: none;
}

.hosting-hero__shopactions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 760px) {
    .hosting-hero__shopactions,
    .hosting-hero__shopactions .btn {
        width: 100%;
    }
}

.hosting-product-card__price,
.software-product-aside__price {
    color: #fff;
    font-weight: 700;
}

.hosting-product-card__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--color-border);
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 700;
}

/* Projects and publishing */
.projects-hero__headline,
.projects-hero__intro {
    max-width: 790px;
}

.projects-workflow-row,
.projects-capability-grid,
.projects-focus-grid,
.projects-evidence__grid,
.publishing-capability-grid,
.publishing-proof__cards,
.publishing-fit__grid {
    gap: 18px;
}

.page-projects .projects-workflow-step {
    --workflow-delay: 0.5s;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1;
    animation: csProjectsStepIn 620ms cubic-bezier(0.2, 0.75, 0.25, 1) var(--workflow-delay) both;
}

.page-projects .projects-workflow-step:hover {
    transform: none;
}

.page-projects .projects-workflow-step:nth-of-type(2) {
    --workflow-delay: 1.12s;
}

.page-projects .projects-workflow-step:nth-of-type(3) {
    --workflow-delay: 1.74s;
}

.page-projects .projects-workflow-step:nth-of-type(4) {
    --workflow-delay: 2.36s;
}

.page-projects .projects-workflow-step::before {
    background: linear-gradient(180deg, rgba(121, 211, 200, 0.65), transparent);
    opacity: 0;
    animation: csProjectsStemIn 520ms ease-out var(--workflow-delay) both;
}

.page-projects .projects-workflow-step::after {
    border: 2px solid rgba(121, 211, 200, 0.72);
    background: #071219;
    filter: none;
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(121, 211, 200, 0);
    animation: csProjectsNodeIn 620ms ease-out var(--workflow-delay) both;
}

.page-projects .projects-workflow-step__index {
    color: #9be0d7;
    text-shadow: none;
}

.projects-workflow-flow__rail {
    overflow: visible;
    background: rgba(151, 176, 186, 0.2);
    opacity: 1;
    box-shadow: none;
}

.page-projects .projects-workflow-flow__rail::before {
    inset: 0;
    background: linear-gradient(90deg, #79d3c8, #9fe1d8 58%, #c7a162);
    filter: none;
    opacity: 1;
    transform: scaleX(0);
    transform-origin: left center;
    animation: csProjectsRailIn 2.55s cubic-bezier(0.25, 0.7, 0.2, 1) 0.32s both;
}

.page-projects .projects-workflow-flow__rail::after {
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border: 2px solid #d9f4ef;
    border-radius: 50%;
    background: #79d3c8;
    filter: none;
    opacity: 0;
    box-shadow:
        0 0 0 6px rgba(121, 211, 200, 0.12),
        0 0 18px rgba(121, 211, 200, 0.58);
    transform: translateX(-50%);
    animation: csProjectsCursor 2.7s cubic-bezier(0.25, 0.7, 0.2, 1) 0.28s both;
}

@keyframes csProjectsRailIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes csProjectsCursor {
    0% {
        left: 0;
        opacity: 0;
    }
    8%,
    92% {
        opacity: 1;
    }
    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes csProjectsStepIn {
    0% {
        opacity: 0.38;
        transform: translateY(8px);
    }
    55% {
        opacity: 1;
        transform: translateY(-2px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes csProjectsNodeIn {
    0% {
        opacity: 0;
        transform: scale(0.55);
        box-shadow: 0 0 0 0 rgba(121, 211, 200, 0);
    }
    55% {
        opacity: 1;
        transform: scale(1.25);
        box-shadow: 0 0 0 8px rgba(121, 211, 200, 0.16);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 0 4px rgba(121, 211, 200, 0.08);
    }
}

@keyframes csProjectsStemIn {
    from {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: top;
    }
}

.projects-capability-card,
.projects-focus-card,
.publishing-capability-card {
    padding: 26px;
}

.publishing-shell,
.publishing-proof,
.projects-evidence-section {
    background: var(--color-bg-soft);
}

.publishing-shell__hero,
.publishing-proof,
.projects-evidence {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.publishing-shell__title {
    max-width: 760px;
    font-size: clamp(2.25rem, 3.8vw, 3.25rem);
    line-height: 1.08;
}

.publishing-shell__aside,
.publishing-shell__focus-item,
.publishing-proof__signal,
.projects-evidence-project,
.projects-evidence-review {
    border-color: var(--color-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: none;
}

.projects-evidence-review__stars {
    color: var(--color-secondary);
}

/* Contact */
.contact-route-grid,
.landing-contact-layout,
.landing-form-grid {
    gap: 20px;
}

.contact-route-card {
    overflow: hidden;
}

.contact-route-card::before,
.contact-route-card::after,
.landing-form-card::before,
.contact-helper-box::before {
    display: none !important;
}

.contact-route-card__hero,
.contact-route-card__body,
.contact-route-card__foot {
    background: transparent;
}

.contact-route-card__callout,
.contact-form-context,
.landing-form-note {
    border-color: rgba(151, 176, 186, 0.2);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.025);
}

.landing-form-card,
.contact-helper-box {
    padding: 30px;
}

.contact-helper-box {
    padding: 28px 0;
    border: 0 !important;
    border-top: 1px solid var(--color-border) !important;
    border-bottom: 1px solid var(--color-border) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.landing-contact-item {
    border-color: var(--color-border);
    background: transparent;
}

/* Legal, thank-you, and information pages */
.info-hero__grid {
    gap: 54px;
    align-items: end;
}

.info-main {
    padding-bottom: 84px;
}

.info-nav {
    border: 1px solid var(--color-border);
    border-radius: 9px;
    background: var(--color-bg-card);
    box-shadow: none;
}

.info-nav a {
    border-color: rgba(151, 176, 186, 0.12);
    color: #b7c6cc;
}

.info-nav a:hover {
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.info-card {
    padding: 30px;
}

.info-chip {
    border-color: rgba(151, 176, 186, 0.2);
    border-radius: 6px;
    background: transparent;
}

.info-note {
    border-color: rgba(121, 211, 200, 0.3);
    border-radius: 8px;
    background: rgba(121, 211, 200, 0.055);
}

.info-section h2 {
    font-size: clamp(1.65rem, 2.5vw, 2.15rem);
    line-height: 1.15;
}

.info-section h3 {
    font-size: 1.2rem;
}

.info-section p,
.info-section li {
    max-width: 760px;
    color: #b7c6cc;
    font-size: 0.98rem;
    line-height: 1.72;
}

/* Brand guide */
.brand-guide-shell,
.brand-guide-main {
    background: var(--color-bg);
}

.brand-guide-layout {
    gap: 42px;
}

.brand-guide-aside__sticky,
.brand-guide-summary,
.brand-guide-note {
    border-color: var(--color-border);
    border-radius: 9px;
    background: var(--color-bg-card);
    box-shadow: none;
}

.brand-guide-nav a {
    border-radius: 6px;
}

.brand-guide-nav a:hover,
.brand-guide-nav a.active {
    background: rgba(121, 211, 200, 0.07);
    color: var(--color-primary);
}

.brand-palette-grid,
.brand-principles-grid,
.brand-token-grid,
.brand-type-grid,
.brand-ui-grid,
.brand-usage-grid,
.brand-governance-grid,
.brand-logo-grid,
.brand-spec-grid,
.brand-gradient-grid,
.brand-do-dont-grid {
    gap: 18px;
}

.brand-swatch,
.brand-logo-preview,
.brand-logo-surface {
    border-color: var(--color-border);
    border-radius: 10px;
    background: var(--color-bg-card);
    box-shadow: none;
}

/* Shared page CTA */
.page-cta {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-cta__inner {
    min-height: 0;
    padding: 36px 28px;
    border-top: 1px solid rgba(121, 211, 200, 0.42);
    border-bottom: 1px solid rgba(121, 211, 200, 0.42);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-cta__split {
    margin-right: 28px;
    margin-left: 28px;
}

.page-cta__inner::before,
.page-cta__inner::after {
    display: none;
}

.page-cta__title {
    max-width: 720px;
    font-size: clamp(1.85rem, 3vw, 2.45rem);
    line-height: 1.1;
}

.page-cta__copy {
    max-width: 680px;
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.page-cta-path {
    border-color: var(--color-border);
    border-radius: 9px;
    background: var(--color-bg-card);
    box-shadow: none;
}

.page-cta-path:hover {
    border-color: rgba(121, 211, 200, 0.38);
    transform: none;
}

/* Shop product */
.page-shop-modern {
    background: var(--color-bg);
}

.page-shop-modern .shop-hero {
    padding: 30px 0 0;
    background:
        radial-gradient(circle at 82% 9%, rgba(121, 211, 200, 0.075), transparent 27%),
        linear-gradient(180deg, #091720 0%, var(--color-bg) 90%);
}

.page-shop-modern .shop-hero::before,
.page-shop-modern .shop-hero::after {
    display: none !important;
}

.page-shop-modern .shop-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(310px, 380px);
    gap: 68px;
    align-items: end;
}

.page-shop-modern .shop-hero__intro {
    text-align: left;
}

.page-shop-modern .shop-hero__product,
.page-shop-modern .shop-feature-kicker {
    color: var(--color-primary);
    font-weight: 700;
}

.page-shop-modern .shop-hero__intro h1 {
    max-width: 720px;
    font-size: clamp(2.45rem, 4vw, 3.5rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
}

.page-helpdesk-modern .helpdesk-hero__copy h1 {
    font-size: clamp(2.45rem, 4vw, 3.5rem);
    line-height: 1.06;
}

.page-shop-modern .shop-hero__lead {
    max-width: 700px;
    color: #bdcbd1;
    font-size: 1.08rem;
    line-height: 1.7;
}

.page-shop-modern .shop-conversion-path {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.page-shop-modern .shop-conversion-path > span {
    border-color: var(--color-border);
    background: transparent;
}

.page-shop-modern .shop-conversion-path > span::after {
    display: none;
}

.page-shop-modern .shop-hero-deal {
    padding: 26px;
    border: 1px solid rgba(151, 176, 186, 0.24);
    border-radius: 10px;
    background: var(--color-bg-card);
    box-shadow: none;
}

.page-shop-modern .shop-hero-deal::before,
.page-shop-modern .shop-hero-deal::after {
    display: none !important;
}

.page-shop-modern .shop-hero-shot {
    display: block;
    margin-top: 48px;
    padding: 10px;
    border-color: rgba(151, 176, 186, 0.24);
    border-radius: 12px;
    background: #071119;
    box-shadow: var(--shadow-lg);
}

.page-shop-modern .shop-hero-shot__stack,
.page-shop-modern .shop-hero-callout {
    display: none;
}

.page-shop-modern .shop-hero-shot__main img {
    height: auto;
    min-height: 0;
    border-radius: 8px;
}

.page-shop-modern .shop-hero-shot figcaption {
    padding: 12px 6px 2px;
    color: var(--color-text-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.page-shop-modern .shop-page-nav {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 58px;
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.page-shop-modern .shop-local-nav {
    position: sticky;
    z-index: 90;
    top: var(--nav-height);
    min-height: 58px;
    border-top: 1px solid rgba(151, 176, 186, 0.1);
    border-bottom: 1px solid rgba(151, 176, 186, 0.2);
    background: rgba(7, 18, 26, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.page-shop-modern .shop-product [id] {
    scroll-margin-top: calc(var(--nav-height) + 58px + 16px);
}

.page-shop-modern .shop-page-nav::-webkit-scrollbar {
    display: none;
}

.page-shop-modern .shop-page-nav__label {
    flex: 0 0 auto;
    padding-right: 30px;
    border-right: 1px solid var(--color-border);
    color: #dce6e9;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.page-shop-modern .shop-page-nav a {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 58px;
    align-items: center;
    padding: 0;
    color: var(--color-text-muted);
    font-size: 0.88rem;
    font-weight: 600;
}

.page-shop-modern .shop-page-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--color-primary);
    opacity: 0;
    transform: scaleX(0.5);
    transition: opacity 160ms ease, transform 160ms ease;
}

.page-shop-modern .shop-page-nav a:hover,
.page-shop-modern .shop-page-nav a:focus-visible {
    color: var(--color-primary);
}

.page-shop-modern .shop-page-nav a:hover::after,
.page-shop-modern .shop-page-nav a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.page-shop-modern .shop-hero-deal__eyebrow {
    display: block;
    margin-bottom: 18px;
    color: var(--color-primary);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-shop-modern .shop-hero-deal__free-price {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(2.7rem, 4vw, 3.45rem);
    font-weight: 700;
    line-height: 0.95;
}

.page-shop-modern .shop-hero-deal > p {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--color-border);
    color: #d5e1e5;
    font-size: 0.96rem;
    line-height: 1.55;
}

.page-shop-modern .shop-hero-deal ul {
    display: grid;
    gap: 9px;
    margin: 18px 0 14px;
}

.page-shop-modern .shop-hero-deal li {
    color: #d5e1e5;
    font-size: 0.94rem;
    line-height: 1.45;
}

.page-shop-modern .shop-hero-deal li::before {
    color: var(--color-primary);
}

.page-shop-modern .shop-hero-deal small {
    display: block;
    color: var(--color-text-muted);
    font-size: 0.82rem;
    line-height: 1.55;
}

.page-shop-modern .shop-section {
    padding: 68px 0;
}

.page-shop-modern .shop-section--usps {
    padding: 34px 0 72px;
}

.page-shop-modern .shop-section__head {
    max-width: 780px;
    margin-bottom: 36px;
}

.page-shop-modern .shop-section__head h2 {
    font-size: clamp(2.05rem, 3.4vw, 2.9rem);
    line-height: 1.1;
}

.page-shop-modern .shop-section__head p {
    color: var(--color-text-muted);
    font-size: 1.02rem;
    line-height: 1.7;
}

.page-shop-modern .shop-flow-card,
.page-shop-modern .shop-gallery-card,
.page-shop-modern .shop-feature-group {
    border-color: var(--color-border);
    border-radius: 10px;
    background: var(--color-bg-card);
    box-shadow: none;
}

.page-shop-modern .shop-hero__stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    max-width: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: transparent;
}

.page-shop-modern .shop-hero__stats > div,
.page-shop-modern .shop-hero__stats > div:first-child {
    position: relative;
    min-width: 0;
    padding: 0;
    background: transparent;
}

.page-shop-modern .shop-hero__stats > div::before {
    content: "\2713";
    display: block;
    margin-bottom: 13px;
    color: var(--color-primary);
    font-size: 0.8rem;
    font-weight: 800;
}

.page-shop-modern .shop-hero__stats strong {
    margin-bottom: 8px;
    color: #edf3f4;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.25;
}

.page-shop-modern .shop-hero__stats span {
    color: var(--color-text-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.page-shop-modern .shop-flow-card::before,
.page-shop-modern .shop-gallery-card::before,
.page-shop-modern .shop-feature-group::before {
    display: none !important;
}

.page-shop-modern .shop-flow-card:hover,
.page-shop-modern .shop-gallery-card:hover,
.page-shop-modern .shop-feature-group:hover {
    border-color: rgba(121, 211, 200, 0.38);
    transform: none;
}

.page-shop-modern .shop-tour-item {
    padding: 38px 0;
    border: 0;
    border-top: 1px solid var(--color-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.page-shop-modern .shop-tour-item:last-child {
    border-bottom: 1px solid var(--color-border);
}

@media (min-width: 981px) {
    .page-shop-modern .shop-commerce-journey .shop-tour-item:nth-last-child(-n + 2) {
        border-bottom: 1px solid var(--color-border);
    }
}

.page-shop-modern .shop-screen {
    border-color: rgba(151, 176, 186, 0.24);
    border-radius: 11px;
    background: #071119;
    box-shadow: var(--shadow-md);
}

.page-shop-modern .shop-gallery,
.page-shop-modern .shop-flow-grid {
    gap: 18px;
}

.page-shop-modern .shop-feature-grid {
    display: block;
    border-top: 1px solid var(--color-border);
}

.page-shop-modern .shop-feature-group {
    display: block;
    min-width: 0;
    padding: 0;
    border: 0 !important;
    border-bottom: 1px solid var(--color-border) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.page-shop-modern .shop-feature-group[open] {
    background: transparent !important;
}

.page-shop-modern .shop-feature-group__head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto 18px;
    gap: 18px;
    align-items: center;
    min-width: 0;
    padding: 22px 0;
    cursor: pointer;
    list-style: none;
}

.page-shop-modern .shop-feature-group__head::-webkit-details-marker {
    display: none;
}

.page-shop-modern .shop-feature-group__head > span {
    display: block;
    place-items: initial;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.page-shop-modern .shop-feature-group__number {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 32px !important;
    border: 1px solid rgba(121, 211, 200, 0.25) !important;
    border-radius: 5px !important;
    background: rgba(121, 211, 200, 0.055) !important;
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 0.8rem;
    font-weight: 600;
}

.page-shop-modern .shop-feature-group__copy {
    display: grid !important;
    gap: 5px;
    min-width: 0;
    width: auto !important;
    height: auto !important;
}

.page-shop-modern .shop-feature-group__copy strong {
    color: #fff;
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.3;
}

.page-shop-modern .shop-feature-group__copy small {
    color: var(--color-text-muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.page-shop-modern .shop-feature-group__count {
    width: auto !important;
    height: auto !important;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    color: #aebfc6;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.page-shop-modern .shop-feature-group__head > i {
    color: var(--color-text-muted);
    font-size: 0.78rem;
    transition: transform var(--transition);
}

.page-shop-modern .shop-feature-group[open] .shop-feature-group__head > i {
    transform: rotate(180deg);
}

.page-shop-modern .shop-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    columns: auto;
    gap: 10px 34px;
    margin: 0;
    padding: 2px 0 30px 62px;
}

.page-shop-modern .shop-feature-list li {
    break-inside: avoid;
    margin: 0;
    color: #d7e3e7;
    font-size: 0.93rem;
    line-height: 1.52;
}

/* Helpdesk product: denser editorial rhythm and shorter feature index. */
.page-helpdesk-modern .helpdesk-section {
    padding: 72px 0;
}

.page-helpdesk-modern .helpdesk-subsection {
    margin-top: 56px;
    padding-top: 56px;
}

.page-helpdesk-modern .helpdesk-section__head h2 {
    font-size: clamp(2rem, 3.2vw, 2.65rem);
}

.page-helpdesk-modern .helpdesk-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
    border-top: 0;
}

.page-helpdesk-modern .helpdesk-feature-group {
    border-top: 1px solid var(--helpdesk-border);
}

.page-helpdesk-modern .helpdesk-feature-group[open] {
    grid-column: 1 / -1;
}

.page-helpdesk-modern .helpdesk-feature-group:last-child {
    grid-column: 1 / -1;
}

.page-shop-modern .shop-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 190px;
}

.page-shop-modern .shop-cta {
    padding: 38px 34px;
    border: 1px solid rgba(121, 211, 200, 0.34);
    border-radius: 10px;
    background: var(--color-bg-card);
    box-shadow: none;
}

.home-capability > *,
.page-shop-modern .shop-cta > * {
    min-width: 0;
}

.page-shop-modern .shop-cta::before,
.page-shop-modern .shop-cta::after {
    display: none;
}

/* Footer */
.footer,
.site-footer {
    border-top: 1px solid rgba(151, 176, 186, 0.16);
    background: #061017;
}

.footer__grid {
    gap: 44px;
    padding-top: 58px;
    padding-bottom: 48px;
}

.footer__brand p {
    max-width: 340px;
    color: var(--color-text-muted);
    font-size: 0.94rem;
    line-height: 1.65;
}

.footer__col-title {
    color: #e7edef;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.footer__links {
    gap: 9px;
}

.footer__links a,
.footer__bottom,
.footer__bottom a {
    color: #8fa2ab;
    font-size: 0.88rem;
}

.footer__links a:hover,
.footer__bottom a:hover {
    color: #fff;
}

.footer__bottom {
    padding-top: 22px;
    padding-bottom: 28px;
    border-top-color: rgba(151, 176, 186, 0.12);
}

@media (max-width: 1040px) {
    .page-home .home-landing-hero__grid--simple,
    .page-shop-modern .shop-hero__layout,
    .managed-hero__grid,
    .info-hero__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .managed-operating {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .home-hosting-spotlight,
    .page-shop-modern .shop-hero-deal,
    .managed-hero__panel {
        max-width: 560px;
    }

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

    .home-discovery__head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-principles__layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .home-principles__intro {
        max-width: 720px;
    }

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

    .home-discovery__item + .home-discovery__item {
        border-left: 0;
    }

    .home-discovery__item:nth-child(even) {
        border-left: 1px solid var(--color-border);
    }

    .home-discovery__item:nth-child(n + 3) {
        border-top: 1px solid var(--color-border);
    }

    .software-product-hero__main {
        grid-template-columns: 1fr;
    }

    .software-product-hero__aside {
        max-width: 560px;
    }

    .home-capability {
        grid-template-columns: 40px minmax(260px, 0.8fr) minmax(0, 1.2fr);
        grid-template-areas:
            "index head list"
            ". footer list";
        column-gap: 28px;
        row-gap: 18px;
    }

    .home-capability__index {
        grid-area: index;
    }

    .home-capability .home-service-block__head {
        grid-area: head;
    }

    .home-capability .home-service-block__list {
        grid-area: list;
    }

    .home-capability .home-service-block__footer {
        grid-area: footer;
    }

    .home-product-feature,
    .home-product-feature--reverse {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .home-product-feature--reverse .home-product-feature__media {
        order: initial;
    }

    .page-shop-modern .shop-hero__stats {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 30px 24px;
    }

    .page-shop-modern .shop-hero__stats > div {
        grid-column: span 2;
    }

    .page-shop-modern .shop-hero__stats > div:nth-last-child(-n + 2) {
        grid-column: span 3;
    }

    .page-home .home-use-case {
        grid-template-columns: 44px 120px minmax(0, 1fr);
        grid-template-areas:
            "index eyebrow title"
            ". . copy";
        row-gap: 9px;
    }
}

@media (max-width: 900px) {
    .navbar__nav.open {
        top: var(--nav-height);
        padding: 14px 20px 22px;
        border-bottom: 1px solid rgba(151, 176, 186, 0.18);
        background: rgba(7, 18, 25, 0.985);
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
    }

    .navbar__nav > a,
    .navbar__item-link {
        min-height: 44px;
        padding: 11px 12px;
    }

    .navbar__submenu {
        padding-top: 6px;
    }

    .navbar__submenu-panel {
        border: 0;
        border-left: 1px solid var(--color-border);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .navbar__submenu-intro {
        border-right: 0;
        border-bottom: 1px solid var(--color-border);
    }

    .navbar__actions {
        margin-left: auto;
    }

    .navbar__actions > .btn {
        display: none;
    }

    .home-service-matrix,
    .software-catalog-grid,
    .software-feature-grid,
    .landing-service-grid,
    .page-preview-grid,
    .hosting-choice-grid,
    .hosting-hero__product-grid,
    .projects-capability-grid,
    .projects-focus-grid,
    .publishing-capability-grid,
    .contact-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-workflow-list,
    .hosting-hero__signals {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .page-shop-modern .shop-feature-grid,
    .page-helpdesk-modern .helpdesk-feature-grid {
        grid-template-columns: 1fr;
    }

    .page-shop-modern .shop-feature-group[open],
    .page-helpdesk-modern .helpdesk-feature-group[open],
    .page-helpdesk-modern .helpdesk-feature-group:last-child {
        grid-column: auto;
    }

    .brand-guide-layout {
        grid-template-columns: 1fr;
    }

    .brand-guide-aside__sticky {
        position: static;
    }
}

@media (max-width: 700px) {
    .container,
    .container-lg {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section {
        padding: 64px 0;
    }

    .home-landing-hero,
    .software-hero,
    .managed-hero,
    .hosting-hero,
    .projects-hero,
    .contact-hero,
    .software-product-hero,
    .info-hero,
    .brand-guide-hero,
    .page-home .home-landing-hero {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .home-landing-hero__title,
    .software-hero__title,
    .managed-hero__title,
    .hosting-hero__title,
    .projects-hero__title,
    .contact-hero__title,
    .software-product-hero__title,
    .info-title,
    .brand-guide-hero h1,
    .page-shop-modern .shop-hero__intro h1 {
        font-size: clamp(2.2rem, 10vw, 2.6rem);
        line-height: 1.08;
    }

    .section-header__title,
    .home-section-head__title,
    .brand-section-head h2,
    .page-shop-modern .shop-section__head h2 {
        font-size: clamp(1.85rem, 8vw, 2.15rem);
    }

    .home-landing-hero__highlights,
    .home-service-matrix,
    .home-use-case-grid,
    .software-catalog-grid,
    .software-feature-grid,
    .landing-service-grid,
    .page-preview-grid,
    .hosting-choice-grid,
    .hosting-hero__product-grid,
    .projects-capability-grid,
    .projects-focus-grid,
    .projects-evidence__grid,
    .publishing-capability-grid,
    .publishing-proof__cards,
    .publishing-fit__grid,
    .contact-route-grid,
    .landing-contact-layout,
    .landing-form-grid {
        grid-template-columns: 1fr;
    }

    .home-landing-hero__highlights li + li {
        border-top: 1px solid var(--color-border);
        border-left: 0;
    }

    .home-hosting-spotlight,
    .software-community-panel,
    .landing-form-card,
    .contact-helper-box,
    .info-card {
        padding: 24px;
    }

    .page-cta__inner {
        grid-template-columns: 1fr;
        gap: 26px;
        padding: 32px 20px;
    }

    .page-cta__split {
        margin-right: 20px;
        margin-left: 20px;
    }

    .home-workflow-list,
    .hosting-hero__signals {
        grid-template-columns: 1fr !important;
    }

    .home-service-matrix,
    .home-use-case-grid {
        grid-template-columns: 1fr !important;
    }

    .page-home .home-use-case {
        grid-template-columns: 38px minmax(0, 1fr);
        grid-template-areas:
            "index eyebrow"
            "index title"
            ". copy";
        column-gap: 14px;
        row-gap: 8px;
        padding: 22px 0;
    }

    .page-home .home-use-case h3 {
        font-size: 1.04rem;
    }

    .home-capability {
        grid-template-columns: 34px minmax(0, 1fr);
        grid-template-areas:
            "index head"
            ". list"
            ". footer";
        gap: 16px;
        padding: 28px 0;
    }

    .home-capability .home-service-block__list {
        grid-template-columns: 1fr;
    }

    .home-product-feature {
        padding: 38px 0;
    }

    .home-product-feature__media {
        padding: 7px;
    }

    .home-hero-product--primary {
        margin-right: 0;
    }

    .home-hero-product--secondary {
        width: 100%;
        margin-top: 16px;
    }

    .home-discovery {
        padding: 58px 0 62px;
    }

    .home-principles {
        padding: 64px 0;
    }

    .home-principles__layout {
        gap: 34px;
    }

    .home-principle {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 16px;
        padding: 23px 0;
    }

    .home-workflow-step,
    .home-workflow-step:nth-child(3n),
    .home-workflow-step:nth-last-child(-n + 3) {
        border-right: 0;
        border-bottom: 1px solid var(--color-border);
    }

    .home-workflow-step:last-child {
        border-bottom: 0;
    }

    .home-discovery__grid {
        grid-template-columns: 1fr;
    }

    .home-discovery__item {
        min-height: 0;
        padding: 23px 0;
    }

    .home-discovery__item:nth-child(even) {
        border-left: 0;
    }

    .home-discovery__item + .home-discovery__item {
        border-top: 1px solid var(--color-border);
    }

    .page-shop-modern .shop-hero {
        padding-bottom: 0;
    }

    .page-shop-modern .shop-page-nav {
        gap: 20px;
    }

    .page-shop-modern .shop-page-nav__label {
        padding-right: 20px;
    }

    .page-shop-modern .shop-hero__stats {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-shop-modern .shop-hero__stats > div,
    .page-shop-modern .shop-hero__stats > div:nth-last-child(-n + 2) {
        grid-column: auto;
    }

    .page-shop-modern .shop-section {
        padding: 64px 0;
    }

    .page-shop-modern .shop-section.shop-section--usps {
        padding-top: 28px;
    }

    .page-shop-modern .shop-hero-deal,
    .page-shop-modern .shop-flow-card,
    .page-shop-modern .shop-gallery-card,
    .page-shop-modern .shop-feature-group {
        border-radius: 9px;
    }

    .page-shop-modern .shop-tour-item {
        padding: 40px 0;
    }

    .page-shop-modern .shop-feature-group__head {
        grid-template-columns: 36px minmax(0, 1fr) 16px;
        gap: 12px;
        padding: 20px 8px;
    }

    .page-shop-modern .shop-feature-group__number {
        width: 34px !important;
        height: 30px !important;
    }

    .page-shop-modern .shop-feature-group__count {
        display: none;
    }

    .page-shop-modern .shop-feature-list {
        grid-template-columns: 1fr;
        columns: auto;
        padding: 0 8px 24px 44px;
    }

    .page-shop-modern .shop-cta {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 30px 22px;
    }

    .page-shop-modern .shop-cta__actions {
        align-items: flex-start;
        min-width: 0;
    }

    .footer__grid {
        gap: 34px;
        padding-top: 46px;
    }
}

@media (max-width: 520px) {
    .home-landing-hero__actions,
    .software-hero__actions,
    .managed-hero__actions,
    .projects-hero__actions,
    .software-product-hero__actions,
    .info-actions,
    .page-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .home-landing-hero__actions .btn,
    .software-hero__actions .btn,
    .managed-hero__actions .btn,
    .projects-hero__actions .btn,
    .software-product-hero__actions .btn,
    .info-actions .btn,
    .page-cta__actions .btn {
        width: 100%;
    }

    .page-shop-modern .shop-hero__actions,
    .page-shop-modern .shop-cta__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .page-shop-modern .shop-hero__actions .btn,
    .page-shop-modern .shop-cta__actions .btn {
        width: 100%;
    }

    .site-lang-switch {
        display: none;
    }

    .footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
}

/* Homepage flagship composition */
.page-home .home-landing-hero {
    overflow: hidden;
    padding-top: 92px;
    padding-bottom: 92px;
}

.page-home .home-landing-hero__grid--simple {
    grid-template-columns: minmax(0, 1.08fr) minmax(450px, 0.92fr);
    gap: 78px;
}

.page-home .home-landing-hero__content {
    max-width: 790px;
}

.page-home .home-landing-hero__title {
    max-width: 780px;
    font-size: clamp(3.2rem, 4.8vw, 4.55rem);
    line-height: 1.015;
    letter-spacing: -0.05em;
}

.page-home .home-landing-hero__subtitle {
    max-width: 720px;
    font-size: clamp(1.12rem, 1.5vw, 1.28rem);
    line-height: 1.58;
}

.page-home .home-landing-hero__detail {
    max-width: 690px;
    font-size: 1rem;
}

.page-home .home-landing-hero__actions {
    margin-top: 32px;
}

.page-home .home-landing-hero__highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 26px;
    margin-top: 34px;
    border: 0;
}

.page-home .home-landing-hero__highlights li,
.page-home .home-landing-hero__highlights li:first-child,
.page-home .home-landing-hero__highlights li:last-child,
.page-home .home-landing-hero__highlights li + li {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 0.86rem;
}

.page-home .home-landing-hero__highlights li i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(121, 211, 200, 0.24);
    border-radius: 50%;
    background: rgba(121, 211, 200, 0.07);
}

.home-hero-products {
    isolation: isolate;
}

.home-hero-products::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 70px -50px -42px 70px;
    border-radius: 48%;
    background: radial-gradient(circle, rgba(121, 211, 200, 0.1), transparent 68%);
    pointer-events: none;
}

.home-hero-products__intro {
    max-width: 470px;
    margin-bottom: 26px;
}

.home-hero-products__intro h2 {
    max-width: 440px;
    font-size: clamp(1.6rem, 2.25vw, 2rem);
    line-height: 1.12;
}

.home-hero-products__intro p {
    max-width: 440px;
    font-size: 0.96rem;
}

.home-hero-product--primary {
    margin-right: 0;
}

.home-hero-product--secondary {
    width: 64%;
    margin: 18px 22px 0 auto;
}

.home-discovery {
    padding: 90px 0 94px;
    background:
        linear-gradient(120deg, rgba(121, 211, 200, 0.035), transparent 44%),
        #061119;
}

.home-discovery__head {
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
    gap: 90px;
    margin-bottom: 44px;
}

.home-discovery__head h2 {
    max-width: 610px;
    font-size: clamp(2.35rem, 3.7vw, 3.35rem);
}

.home-discovery__head > p {
    max-width: 630px;
    font-size: 1.03rem;
}

.home-discovery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    border: 0;
}

.home-discovery__item {
    position: relative;
    min-height: 238px;
    padding: 32px 34px 30px;
    overflow: hidden;
    border: 1px solid rgba(151, 176, 186, 0.18);
    border-radius: 12px;
    background: rgba(13, 26, 35, 0.72);
}

.home-discovery__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    width: 54px;
    height: 2px;
    background: var(--color-primary);
}

.home-discovery__item + .home-discovery__item {
    border-left: 1px solid rgba(151, 176, 186, 0.18);
}

.home-discovery__item:hover,
.home-discovery__item:focus-visible {
    border-color: rgba(121, 211, 200, 0.42);
    background: #0f2029;
}

.home-discovery__top > i {
    font-size: 1.25rem;
}

.home-discovery__item h3 {
    max-width: 480px;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.home-discovery__item p {
    max-width: 540px;
    font-size: 0.95rem;
}

.home-services {
    padding-top: 96px;
    padding-bottom: 104px;
}

.home-services .home-section-head {
    max-width: 790px;
    margin-bottom: 46px;
}

.home-capability-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border: 0;
}

.page-home .home-capability {
    --home-capability-accent: #79d3c8;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 430px;
    padding: 36px;
    overflow: hidden;
    border: 1px solid rgba(151, 176, 186, 0.18);
    border-radius: 12px;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--home-capability-accent) 7%, transparent), transparent 46%),
        var(--color-bg-card);
}

.page-home .home-capability--2 {
    --home-capability-accent: #8dbbcf;
}

.page-home .home-capability--3 {
    --home-capability-accent: #c7a162;
}

.page-home .home-capability--4 {
    --home-capability-accent: #82cfac;
}

.home-capability__visual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.home-capability__visual i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid color-mix(in srgb, var(--home-capability-accent) 36%, transparent);
    border-radius: 50%;
    background: color-mix(in srgb, var(--home-capability-accent) 9%, transparent);
    color: var(--home-capability-accent);
    font-size: 1.05rem;
}

.page-home .home-capability__index {
    padding: 0;
    color: var(--home-capability-accent);
    font-size: 0.82rem;
}

.page-home .home-capability .home-service-block__head {
    display: grid;
    gap: 10px;
    margin-top: 30px;
}

.page-home .home-capability .home-service-block__head > span {
    color: var(--home-capability-accent);
}

.page-home .home-capability .home-service-block__head h3 {
    max-width: 470px;
    font-size: clamp(1.55rem, 2.25vw, 1.95rem);
    line-height: 1.12;
}

.page-home .home-capability .home-service-block__head p {
    max-width: 520px;
    font-size: 0.96rem;
}

.page-home .home-capability .home-service-block__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 22px;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    margin-top: 26px;
    padding-top: 23px;
    border-top: 1px solid rgba(151, 176, 186, 0.16);
}

.page-home .home-capability .home-service-block__list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
}

.page-home .home-capability .home-service-block__list li::before {
    position: static;
    flex: 0 0 4px;
    margin-top: 0.58em;
    background: var(--home-capability-accent);
}

.page-home .home-capability .home-service-block__footer {
    margin-top: auto;
    padding-top: 28px;
}

.page-home .home-capability .home-service-block__link {
    color: var(--home-capability-accent);
    font-size: 0.88rem;
}

.home-principles {
    padding-top: 98px;
    padding-bottom: 98px;
}

.home-products {
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-product-feature {
    gap: 72px;
    padding: 64px 0;
}

.home-use-cases {
    padding-top: 100px;
    padding-bottom: 104px;
    background:
        radial-gradient(circle at 88% 12%, rgba(199, 161, 98, 0.055), transparent 30%),
        #071219;
}

.home-use-cases .home-section-head {
    max-width: 790px;
    margin-bottom: 44px;
}

.page-home .home-use-case-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
    border: 0;
}

.page-home .home-use-case {
    display: grid;
    grid-column: span 6;
    grid-template-areas: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr auto;
    gap: 13px;
    min-height: 282px;
    padding: 32px;
    border: 1px solid rgba(151, 176, 186, 0.18);
    border-radius: 12px;
    background: var(--color-bg-card);
    color: inherit;
}

.page-home .home-use-case:nth-child(n + 3) {
    grid-column: span 4;
    min-height: 264px;
}

.page-home .home-use-case:hover,
.page-home .home-use-case:focus-visible,
.page-home .home-use-case:nth-child(4):hover,
.page-home .home-use-case:nth-child(5):hover {
    border-color: rgba(121, 211, 200, 0.4);
    background: #0f1f28;
}

.home-use-case__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.page-home .home-use-case__meta i {
    color: var(--color-primary);
    font-size: 1rem;
}

.page-home .home-use-case__index,
.page-home .home-use-case__eyebrow,
.page-home .home-use-case h3,
.page-home .home-use-case p {
    grid-area: auto;
}

.page-home .home-use-case h3 {
    max-width: 460px;
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
    line-height: 1.24;
}

.page-home .home-use-case p {
    font-size: 0.94rem;
}

.home-use-case__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: end;
    color: var(--color-primary);
    font-size: 0.84rem;
    font-weight: 700;
}

.home-use-case__action i {
    transition: transform 160ms ease;
}

.home-use-case:hover .home-use-case__action i,
.home-use-case:focus-visible .home-use-case__action i {
    transform: translateX(3px);
}

.home-workflow {
    padding-top: 100px;
    padding-bottom: 108px;
}

.home-workflow .home-section-head {
    max-width: 820px;
    margin-bottom: 52px;
}

.page-home .home-workflow-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 30px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.page-home .home-workflow-list::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 8%;
    left: 28px;
    height: 1px;
    background: linear-gradient(90deg, rgba(121, 211, 200, 0.56), rgba(151, 176, 186, 0.18));
}

.page-home .home-workflow-step,
.page-home .home-workflow-step:nth-child(3n),
.page-home .home-workflow-step:nth-last-child(-n + 3) {
    display: block;
    padding: 0 20px 0 0;
    border: 0;
    background: transparent;
}

.page-home .home-workflow-step::before {
    display: none;
}

.page-home .home-workflow-step__index {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(121, 211, 200, 0.35);
    border-radius: 50%;
    background: #071219;
    color: var(--color-primary);
    font-family: var(--font-mono);
}

.page-home .home-workflow-step h3 {
    margin-top: 24px;
    font-size: 1.3rem;
}

.page-home .home-workflow-step p {
    max-width: 270px;
    margin-top: 9px;
    font-size: 0.94rem;
}

.home-final {
    padding: 22px 0 96px;
}

.home-final__panel {
    display: grid;
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: 74px;
    padding: 54px;
    border: 1px solid rgba(121, 211, 200, 0.3);
    border-radius: 14px;
    background:
        radial-gradient(circle at 8% 0%, rgba(121, 211, 200, 0.1), transparent 34%),
        #0b1922;
}

.home-final__intro h2 {
    max-width: 520px;
    margin: 10px 0 18px;
    font-size: clamp(2.2rem, 3.6vw, 3.25rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.home-final__intro p {
    max-width: 540px;
    color: var(--color-text-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.home-final__routes {
    border-top: 1px solid var(--color-border);
}

.home-final__routes > a {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 22px 0;
    border-bottom: 1px solid var(--color-border);
    color: inherit;
}

.home-final__routes > a > *,
.home-use-case > *,
.home-discovery__item > * {
    min-width: 0;
}

.home-final__routes > a > span {
    color: var(--color-primary);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-final__routes h3 {
    margin: 0 0 5px;
    font-size: 1.08rem;
    line-height: 1.3;
}

.home-final__routes p {
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.86rem;
    line-height: 1.52;
}

.home-final__routes strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    font-size: 0.8rem;
    white-space: nowrap;
}

.home-final__routes > a:hover h3,
.home-final__routes > a:focus-visible h3 {
    color: var(--color-primary);
}

@media (max-width: 1120px) {
    .page-home .home-landing-hero__grid--simple {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
        gap: 48px;
    }

    .page-home .home-landing-hero__title {
        font-size: clamp(3rem, 5vw, 4rem);
    }

    .home-discovery__head,
    .home-final__panel {
        gap: 48px;
    }

    .page-home .home-use-case,
    .page-home .home-use-case:nth-child(n + 3) {
        grid-column: span 6;
    }

    .page-home .home-use-case:last-child {
        grid-column: 4 / span 6;
    }
}

@media (max-width: 1040px) {
    .page-home .home-landing-hero__grid--simple {
        grid-template-columns: 1fr;
        gap: 48px;
    }
}

@media (max-width: 900px) {
    .page-home .home-landing-hero__grid--simple,
    .home-final__panel {
        grid-template-columns: 1fr;
    }

    .home-hero-products {
        max-width: 650px;
        margin-top: 18px;
    }

    .home-discovery__head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .home-capability-list {
        grid-template-columns: 1fr;
    }

    .page-home .home-capability {
        min-height: 0;
    }

    .page-home .home-workflow-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 38px 28px;
    }

    .page-home .home-workflow-list::before {
        display: none;
    }

    .page-home .home-workflow-step {
        padding-top: 24px;
        border-top: 1px solid var(--color-border);
    }
}

@media (max-width: 700px) {
    .page-home .home-landing-hero {
        padding-top: 62px;
        padding-bottom: 70px;
    }

    .page-home .home-landing-hero__title {
        font-size: clamp(2.55rem, 11.5vw, 3.2rem);
    }

    .page-home .home-landing-hero__highlights {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero-product--secondary {
        width: 100%;
        margin: 16px 0 0;
    }

    .home-discovery {
        padding: 68px 0 72px;
    }

    .home-discovery__grid {
        grid-template-columns: 1fr;
    }

    .home-discovery__item,
    .home-discovery__item:nth-child(even),
    .home-discovery__item + .home-discovery__item {
        min-height: 0;
        padding: 27px 24px;
        border: 1px solid rgba(151, 176, 186, 0.18);
    }

    .page-home .home-capability {
        padding: 28px 24px;
    }

    .page-home .home-capability .home-service-block__list {
        grid-template-columns: 1fr;
    }

    .home-product-feature {
        gap: 32px;
        padding: 44px 0;
    }

    .page-home .home-use-case,
    .page-home .home-use-case:nth-child(n + 3),
    .page-home .home-use-case:last-child {
        grid-column: 1 / -1;
        min-height: 0;
        padding: 27px 24px;
    }

    .page-home .home-workflow-list {
        grid-template-columns: 1fr !important;
    }

    .page-home .home-workflow-step {
        display: grid;
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 18px;
        padding: 22px 0 0;
    }

    .page-home .home-workflow-step h3 {
        margin-top: 0;
    }

    .home-final {
        padding-bottom: 72px;
    }

    .home-final__panel {
        gap: 38px;
        padding: 32px 24px;
    }

    .home-final__routes > a {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-final__routes strong {
        margin-top: 5px;
        white-space: normal;
    }
}

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

    .page-projects .projects-workflow-step,
    .page-projects .projects-workflow-step::before,
    .page-projects .projects-workflow-step::after,
    .page-projects .projects-workflow-flow__rail::before {
        animation: none !important;
        opacity: 1;
        transform: none;
    }

    .page-projects .projects-workflow-flow__rail::after {
        display: none;
    }
}

/*
 * Fixed navigation clearance
 *
 * Every public hero starts below the fixed navigation with the same optical
 * breathing room. Keep this as the final hero-spacing rule: several legacy
 * page layers define plain pixel paddings which otherwise place the first
 * breadcrumb or eyebrow directly against (or partly behind) the navbar.
 */
body.page-home .site-main > .home-landing-hero,
body.page-hosting .site-main > .hosting-hero,
body.page-managed-services .site-main > .managed-hero,
body.page-projects .site-main > .projects-hero,
body.page-software .site-main > .software-hero,
body.page-contact .site-main > .contact-hero,
body.page-helpdesk-modern .site-main > .helpdesk-hero,
body.page-shop-modern .site-main > .shop-hero,
body.page-software-product .site-main > .software-product-hero {
    --hero-nav-clearance: clamp(44px, 4.5vw, 60px);
    padding-top: calc(var(--nav-height) + var(--hero-nav-clearance));
}

@media (max-width: 700px) {
    body.page-home .site-main > .home-landing-hero,
    body.page-hosting .site-main > .hosting-hero,
    body.page-managed-services .site-main > .managed-hero,
    body.page-projects .site-main > .projects-hero,
    body.page-software .site-main > .software-hero,
    body.page-contact .site-main > .contact-hero,
    body.page-helpdesk-modern .site-main > .helpdesk-hero,
    body.page-shop-modern .site-main > .shop-hero,
    body.page-software-product .site-main > .software-product-hero {
        --hero-nav-clearance: 32px;
    }
}
/* Guided contact flow */
.contact-wizard-shell {
    display: grid;
    gap: 24px;
}

.contact-wizard-shell:not(.is-ready) .contact-wizard-progress,
.contact-wizard-shell:not(.is-ready) [data-wizard-next],
.contact-wizard-shell:not(.is-ready) [data-wizard-back] {
    display: none;
}

.contact-wizard-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.contact-wizard-progress__item {
    position: relative;
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 15px 14px;
    color: var(--color-text-muted);
}

.contact-wizard-progress__item + .contact-wizard-progress__item {
    border-left: 1px solid var(--color-border);
}

.contact-wizard-progress__item b {
    color: #78909a;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
}

.contact-wizard-progress__item span {
    overflow: hidden;
    color: inherit;
    font-size: 0.8rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-wizard-progress__item.is-active {
    color: var(--color-white);
    background: rgba(121, 211, 200, 0.07);
    box-shadow: inset 0 -2px 0 var(--color-primary);
}

.contact-wizard-progress__item.is-active b,
.contact-wizard-progress__item.is-complete b {
    color: var(--color-primary);
}

.contact-wizard-progress__item.is-complete {
    color: #bad0d5;
}

.contact-wizard-step {
    min-inline-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    scroll-margin-top: calc(var(--nav-height, 72px) + 24px);
}

.contact-wizard-step[hidden] {
    display: none !important;
}

.contact-wizard-step--continuation {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid var(--color-border);
}

.contact-wizard-step > legend {
    display: grid;
    gap: 7px;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
}

.contact-wizard-step > legend > span {
    color: var(--color-primary);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.contact-wizard-step > legend > strong {
    color: var(--color-white);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.15;
}

.contact-wizard-step > legend > small {
    max-width: 62ch;
    color: var(--color-text-light);
    font-size: 0.9rem;
    line-height: 1.6;
}

.contact-wizard-step__actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--color-border);
}

.contact-wizard-step__actions--split {
    justify-content: space-between;
}

.contact-wizard-step__actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.contact-wizard-guidance {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 15px 17px;
    border-left: 2px solid var(--color-primary);
    background: rgba(121, 211, 200, 0.055);
}

.contact-wizard-guidance[hidden] {
    display: none !important;
}

.contact-wizard-guidance i {
    margin-top: 3px;
    color: var(--color-primary);
}

.contact-wizard-guidance p {
    margin: 0;
    color: #c5d5d9;
    font-size: 0.88rem;
    line-height: 1.55;
}

.contact-wizard-summary {
    display: grid;
    gap: 14px;
    margin-bottom: 24px;
    padding: 18px 0;
    border-top: 1px solid rgba(121, 211, 200, 0.32);
    border-bottom: 1px solid var(--color-border);
}

.contact-wizard-summary > strong {
    color: var(--color-primary);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-wizard-summary dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    margin: 0;
}

.contact-wizard-summary dl > div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.contact-wizard-summary dt {
    color: var(--color-text-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.contact-wizard-summary dd {
    margin: 0;
    color: var(--color-white);
    font-size: 0.9rem;
    font-weight: 650;
    overflow-wrap: anywhere;
}

@media (max-width: 720px) {
    .contact-wizard-progress__item {
        padding: 12px 8px;
        text-align: center;
    }

    .contact-wizard-progress__item span {
        font-size: 0.7rem;
    }

    .contact-wizard-summary dl {
        grid-template-columns: 1fr;
    }

    .contact-wizard-step__actions,
    .contact-wizard-step__actions--split {
        display: grid;
        grid-template-columns: 1fr;
    }

    .contact-wizard-step__actions .btn {
        width: 100%;
    }

    .contact-wizard-step__actions [data-wizard-back] {
        order: 2;
    }
}
