:root {
    --copy-host-muted: #888;
    --copy-subtle-muted: #5f6872;
    --copy-soft-muted: #666;
    --copy-border-soft: #eee;
    --copy-border-light: #ddd;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.w-100 {
    width: 100%;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 2rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 3rem;
}

.pt-5 {
    padding-top: 3rem;
}

.px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block-center {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-compact {
    padding: 0.5em 1.2em;
    font-size: 0.8rem;
}

.section-header-spacious {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.section-header-featured {
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
}

.section-header-top-xl {
    margin-top: 8rem;
}

.section-header-bottom-md {
    margin-bottom: 3rem;
}

.section-header .subtitle {
    display: inline-block;
    color: #5f6872;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.section-copy-narrow {
    max-width: 700px;
    margin: 0 auto;
    color: var(--text-muted);
}

.section-copy-wide {
    max-width: 850px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 1.15rem;
    line-height: 1.8;
}

.display-title-md {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.eyebrow-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(143, 83, 31, 0.12);
    padding: 6px 18px;
    border-radius: 20px;
    color: #8f531f;
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid rgba(143, 83, 31, 0.28);
}

.hero-image-relative {
    position: relative;
}

.terminal-host-label {
    margin-left: 10px;
    color: #b8bcc2;
    font-size: 0.8rem;
}

.hero-trust-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--copy-border-soft);
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-trust-icon {
    font-size: 2rem;
}

.hero-trust-title {
    font-weight: 700;
    color: var(--brand-dark);
    line-height: 1.1;
}

.hero-trust-sub {
    font-size: 0.8rem;
    color: var(--copy-subtle-muted);
}

.highlight-checklist-panel {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    border-radius: 8px;
}

.highlight-checklist {
    list-style: none;
}

.highlight-checklist li:not(:last-child) {
    margin-bottom: 1rem;
}

.footer-logo {
    width: 80px;
    margin-bottom: 1rem;
}

.service-card-title,
.support-card-title,
.insight-card-title,
.related-articles-heading {
    color: var(--brand-dark);
    padding-bottom: 0;
    position: static;
}

.service-card-title,
.support-card-title {
    margin-bottom: 1rem;
    font-size: 1.35rem;
}

.insight-card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.related-articles-heading::after,
.service-card-title::after,
.support-card-title::after,
.insight-card-title::after {
    content: none;
}

.related-articles-heading {
    margin-bottom: 1rem;
    color: var(--brand-dark);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-icon-large-centered {
    margin: 0 auto;
}

.service-icon-large-primary {
    margin: 0 auto;
    color: var(--brand-primary);
}

.service-icon-svg-full {
    width: 100%;
    height: 100%;
}

.service-icon-svg-primary {
    width: 100%;
    height: 100%;
    stroke: var(--brand-primary);
}

.service-icon-svg-current {
    width: 100%;
    height: 100%;
    stroke: currentColor;
}

.support-card-highlight {
    border: 2px solid var(--brand-primary);
}

.support-download-note {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: center;
}

.support-card-link,
.support-card-action {
    width: 100%;
    text-align: center;
}

.product-logo-wrapper {
    background: none;
    height: auto;
    text-align: center;
}

.product-logo {
    max-height: 80px;
    width: auto;
}

.product-detail-figure {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.product-detail-logo {
    max-width: 200px;
    height: auto;
}

.process-steps-plain {
    list-style-type: none;
    padding-left: 0;
}

.about-legal-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.about-legal-cell {
    padding: 8px 0;
    border-bottom: 1px solid var(--copy-border-soft);
}

.about-feature-note {
    background: #f8f9fa;
    border-left: 4px solid var(--brand-primary);
    padding: 1rem;
}

.about-feature-note p {
    font-size: 0.9em;
    margin-bottom: 0;
}

.bordered-image {
    max-width: 100%;
    height: auto;
    border: 1px solid var(--copy-border-soft);
    padding: 5px;
}

.sidebar-cta-left {
    text-align: left;
}

.sidebar-heading-spacious {
    margin-bottom: 1.5rem;
}

.sidebar-block {
    margin-bottom: 1rem;
}

.sidebar-block-spacious {
    margin-bottom: 1.5rem;
}

.btn-text-center {
    text-align: center;
}

.qr-image-small {
    width: 120px;
    height: auto;
}

.qr-image-card {
    max-width: 200px;
    height: auto;
    border: 1px solid var(--copy-border-soft);
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}

.caption-compact {
    font-size: 0.85rem;
    color: var(--copy-soft-muted);
    margin-top: 0.5rem;
    line-height: 1.4;
}

.contact-route-btn {
    padding: 0.5em 1.2em;
    font-size: 0.8rem;
}

.info-box {
    border-radius: 8px;
    border: 1px solid var(--border-color);
}

.info-box-title {
    color: var(--brand-dark);
}

.office-hours-text {
    font-size: 0.9rem;
    margin-bottom: 0;
}

.row-center-flex {
    display: flex;
    justify-content: center;
}

.form-column-wide {
    flex: 0 0 66.666%;
    max-width: 66.666%;
    width: 100%;
}

.form-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.insight-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}

.insight-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.insight-image img,
.insight-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.insight-card-body {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.insight-meta-row {
    font-size: 0.85rem;
    color: var(--copy-host-muted);
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.insight-category-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8f531f;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-dot-small {
    width: 6px;
    height: 6px;
}

.service-link-auto {
    margin-top: auto;
}

.insight-teaser {
    flex-grow: 1;
    margin-bottom: 2rem;
}

.insight-back-links {
    margin-bottom: 2rem;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.insight-back-link,
.sidebar-insights-link {
    color: #8f531f;
    text-decoration: none;
    font-weight: bold;
}

.insight-article {
    max-width: 800px;
    margin: 0 auto;
    background: var(--bg-surface);
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.insight-detail-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.insight-body {
    padding: 3rem;
}

.insight-detail-meta {
    margin-bottom: 1rem;
    color: #5f6872;
    font-size: 0.9rem;
}

.insight-category-label {
    color: #8f531f;
    font-weight: bold;
}

.insight-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.article-content-prose {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-main);
}

.insight-ai-note {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px dashed var(--copy-border-soft);
    font-size: 0.85rem;
    color: #5f6872;
    font-style: italic;
}

.insight-related {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid var(--copy-border-soft);
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.related-card {
    text-decoration: none;
    color: inherit;
    display: block;
    background: #fff;
    border: 1px solid var(--copy-border-soft);
    border-radius: 6px;
    padding: 1.5rem;
    transition: all 0.2s ease;
}

.related-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.related-card-title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    color: #8f531f;
}

.related-card-teaser {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

.related-card-arrow {
    margin-top: 1rem;
    font-size: 0.85rem;
    font-weight: bold;
    color: var(--brand-dark);
}

.related-empty,
.insights-empty,
.references-empty {
    text-align: center;
    color: #5f6872;
}

.related-empty {
    grid-column: 1 / -1;
    font-style: italic;
}

.references-hero {
    padding: 120px 0 60px;
    background: radial-gradient(circle at top right, rgba(var(--accent-rgb), 0.1), transparent);
    text-align: center;
}

.references-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--text-color) 0%, var(--accent-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.references-hero .subtitle {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 600px;
    margin: 0 auto;
}

.references-grid-section {
    padding: 60px 0 120px;
}

.references-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.ref-card {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.ref-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.ref-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.ref-card-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    pointer-events: none;
}

.ref-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ref-card:hover .ref-card-image img {
    transform: scale(1.1);
}

.references-theme {
    --accent-color: #c37831;
    --accent-rgb: 195, 120, 49;
    --card-bg: #1a1a1a;
    --text-color: #ffffff;
}

.ref-card-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--accent-color);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.ref-card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.ref-card-title {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: var(--accent-color);
    padding-bottom: 0;
    position: static;
}

.ref-card-title::after {
    content: none;
}

.ref-card-content p {
    color: #c7cdd4;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 0;
}

.section-border-bottom {
    border-bottom: 1px solid var(--border-color);
}

.hero-grid-spaced {
    margin-bottom: 4rem;
}

.eyebrow-tech {
    font-size: 0.8rem;
    font-weight: bold;
    color: #d69a61;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.title-tight-top {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.lead-spaced-bottom {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orbit-visual {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    max-width: 300px;
    background: none;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.orbit-center {
    position: absolute;
    width: 60px;
    height: 60px;
    background: var(--brand-dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}

.orbit-node {
    position: absolute;
    background: #fff;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid var(--copy-border-light);
    font-size: 0.8rem;
    font-weight: bold;
}

.orbit-node-top {
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-node-bottom {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.orbit-node-left {
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.orbit-node-right {
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.orbit-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

.webapp-card {
    background: #fff;
    color: #333;
    border: 1px solid var(--border-color);
    padding: 1.5rem;
    border-radius: 8px;
}

.webapp-card h3.webapp-card-title {
    color: #8f531f;
    margin-bottom: 0.5rem;
}

.webapp-card p.webapp-card-text {
    color: #4f5963;
}

.cta-spacer-xl {
    margin-top: 6rem !important;
}

.copy-narrow-center {
    max-width: 700px;
    margin: 0 auto 2rem;
    color: var(--text-muted);
}

.related-insights-sidebar {
    margin-top: 2rem;
}

.sidebar-insights-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.sidebar-insights-list li {
    margin-bottom: 0.8rem;
}

.contact-card-qr {
    max-width: 200px;
    height: auto;
    border: 1px solid var(--copy-border-soft);
    padding: 10px;
    background: #fff;
    border-radius: 8px;
}

.btn-block-fit {
    width: 100%;
    text-align: center;
}

.service-card-inline-center {
    display: inline-flex;
    align-items: center;
}

.no-bg-icon-wrapper {
    background: none;
}

.auto-height {
    height: auto;
}

.intro-image-wrap {
    margin-top: 1.5rem;
}

.contact-form-column {
    flex: 0 0 66.666%;
    max-width: 66.666%;
    width: 100%;
}

.advertising-body {
    margin: 0;
    padding: 0;
}

.advertising-frame {
    width: 100%;
}

.advertising-cell {
    text-align: center;
}

.article-content h2,
.article-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--brand-dark);
}

@media (max-width: 900px) {
    .hero-trust-badge {
        position: static;
        margin-top: 2rem;
        justify-content: center;
    }

    .form-column-wide,
    .contact-form-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .references-grid {
        grid-template-columns: 1fr;
    }

    .references-hero h1 {
        font-size: 2.5rem;
    }
}
