.cookie-consent {
    bottom: 1rem;
    left: 1rem;
    position: fixed;
    right: 1rem;
    z-index: 1080;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: clip;
    text-rendering: optimizeLegibility;
}

.anthys-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

.anthys-page {
    background: #f5f7fb;
    min-height: calc(100vh - 76px);
    padding: 1.5rem 0 2.5rem;
}

.anthys-page-header {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.anthys-page-title {
    color: #111827;
    font-weight: 800;
}

.anthys-page-subtitle {
    color: #64748b;
}

.anthys-grid {
    display: grid;
    gap: 1rem;
}

.anthys-grid--2 {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
}

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

.anthys-card {
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 8px;
    box-shadow: 0 1rem 2rem rgba(17, 24, 39, 0.06);
}

.anthys-card__header {
    align-items: center;
    border-bottom: 1px solid #e5eaf1;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.anthys-card__body {
    padding: 1rem;
}

.anthys-btn {
    border-radius: 8px;
    font-weight: 700;
}

.anthys-form-control {
    background-color: #fff;
    border-color: #cbd5e1;
    border-radius: 8px;
    display: block;
    min-height: 44px;
    padding: 0.65rem 0.8rem;
    width: 100%;
}

textarea.anthys-form-control {
    min-height: 96px;
    resize: vertical;
}

.anthys-form-control:focus {
    border-color: #0f766e;
    box-shadow: 0 0 0 0.22rem rgba(15, 118, 110, 0.14);
}

.anthys-badge {
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
}

.anthys-badge--soft {
    background: #e0f2fe;
    color: #075985;
}

.anthys-badge--muted {
    background: #e5e7eb;
    color: #374151;
}

.anthys-badge--success {
    background: #dcfce7;
    color: #166534;
}

.anthys-badge--warning {
    background: #fef3c7;
    color: #92400e;
}

.anthys-badge--danger {
    background: #fee2e2;
    color: #991b1b;
}

.anthys-table {
    margin: 0;
}

.anthys-table th {
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.anthys-table td,
.anthys-table th {
    vertical-align: middle;
}

.anthys-equipment-image {
    align-items: center;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #64748b;
    display: inline-flex;
    flex: 0 0 auto;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    width: 64px;
}

.anthys-equipment-image--large {
    height: 190px;
    width: 100%;
}

.anthys-equipment-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.anthys-detail-list {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.anthys-detail-list dt {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.anthys-detail-list dd {
    color: #111827;
    margin: 0.15rem 0 0;
}

.anthys-upload {
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    padding: 1rem;
}

.anthys-upload.is-dragover {
    background: #f0fdfa;
    border-color: #0f766e;
}

.anthys-upload__preview {
    margin-bottom: 1rem;
}

.anthys-product-editor {
    padding-top: 2.25rem;
}

.anthys-product-editor .anthys-container {
    max-width: 1120px;
}

.anthys-product-editor__eyebrow {
    color: #0f766e;
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
}

.anthys-product-editor .anthys-page-header {
    align-items: center;
    margin-bottom: 1.5rem;
}

.anthys-product-editor .anthys-page-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    letter-spacing: -0.035em;
}

.anthys-product-editor .anthys-grid--2 {
    align-items: start;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr) 340px;
}

.anthys-product-editor .anthys-card {
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

.anthys-product-editor .anthys-card__header,
.anthys-product-editor .anthys-card__body {
    padding: 1.4rem;
}

.anthys-card__hint {
    color: #64748b;
    font-size: 0.88rem;
}

.anthys-field .form-label {
    color: #334155;
    font-size: 0.86rem;
    margin-bottom: 0.45rem;
}

.anthys-product-editor .anthys-grid--form {
    column-gap: 1rem;
    row-gap: 1.15rem;
}

.anthys-activation {
    align-items: flex-start;
    background: #f0fdfa;
    border: 1px solid #ccfbf1;
    border-radius: 10px;
    display: flex;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
}

.anthys-activation .form-check-input {
    flex: 0 0 auto;
    height: 1.15rem;
    margin: 0.15rem 0 0;
    width: 1.15rem;
}

.anthys-activation p {
    color: #64748b;
    font-size: 0.82rem;
}

.anthys-product-editor .anthys-upload {
    background: #f8fafc;
    border-radius: 12px;
    padding: 0.75rem;
    text-align: center;
}

.anthys-product-editor .anthys-upload__preview {
    margin-bottom: 0.9rem;
}

.anthys-product-editor .anthys-equipment-image--large {
    border: 0;
    border-radius: 9px;
    height: 190px;
}

.anthys-upload__copy {
    align-items: center;
    color: #334155;
    display: flex;
    gap: 0.7rem;
    margin: 0.75rem 0;
    text-align: left;
}

.anthys-upload__copy > i {
    color: #0f766e;
    font-size: 1.5rem;
}

.anthys-upload__copy span {
    color: #64748b;
    display: block;
    font-size: 0.76rem;
}

.anthys-product-editor .anthys-upload input[type="file"] {
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #475569;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 0.35rem;
    width: 100%;
}

.anthys-product-editor .form-text {
    color: #64748b;
    font-size: 0.75rem;
    margin-top: 0.65rem;
    text-align: left;
}

.anthys-actions--editor {
    justify-content: flex-end;
}

.anthys-actions--editor .btn-primary {
    background: #0f766e;
    border-color: #0f766e;
}

/* Professional hardware catalog */
.catalog-page { background:#f6f8fb; color:#172033; }
.catalog-hero { background:linear-gradient(115deg,rgba(10,27,35,.97),rgba(15,118,110,.88)),url('/assets/img/site/tianyi-ma-WiONHd_zYI4-unsplash.jpg') center/cover; color:#fff; padding:4.5rem 0 4rem; }
.catalog-hero__content { max-width:760px; }
.catalog-kicker { align-items:center; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); border-radius:999px; display:inline-flex; font-size:.82rem; font-weight:800; gap:.5rem; letter-spacing:.03em; margin-bottom:1rem; padding:.45rem .75rem; text-transform:uppercase; }
.catalog-kicker--light { background:#e8f5f2; border-color:#cce9e3; color:#0f766e; }
.catalog-hero h1 { font-size:clamp(2.35rem,6vw,4.6rem); font-weight:850; letter-spacing:-.055em; line-height:1; margin-bottom:1rem; max-width:750px; }
.catalog-hero p { color:rgba(255,255,255,.8); font-size:1.05rem; max-width:680px; }
.catalog-hero .catalog-hero__lead { color:#fff; font-size:clamp(1.15rem,2.2vw,1.45rem); font-weight:700; }
.catalog-hero .btn,.catalog-cta .btn { border-radius:9px; font-weight:750; }
.catalog-nav { background:#fff; border-bottom:1px solid #dfe6ee; position:sticky; top:0; z-index:1020; }
.catalog-nav__inner { display:flex; gap:1.6rem; overflow-x:auto; scrollbar-width:none; }
.catalog-nav a { color:#46556a; flex:0 0 auto; font-size:.88rem; font-weight:750; padding:1rem 0; text-decoration:none; }
.catalog-nav a:hover { color:#0f766e; }
.catalog-section { padding:4.5rem 0; scroll-margin-top:55px; }
.catalog-section--soft { background:#eef3f7; }
.catalog-section--dark { background:#142321; color:#fff; }
.catalog-heading { margin-bottom:1.75rem; max-width:760px; }
.catalog-heading>span { color:#0f766e; font-size:.78rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.catalog-section--dark .catalog-heading>span { color:#5eead4; }
.catalog-heading h2 { font-size:clamp(1.75rem,3.5vw,2.7rem); font-weight:850; letter-spacing:-.035em; margin:.2rem 0 .55rem; }
.catalog-heading p { color:#64748b; font-size:1.02rem; margin:0; }
.catalog-section--dark .catalog-heading p { color:#b7c7c4; }
.catalog-grid { display:grid; gap:1.25rem; grid-template-columns:repeat(3,minmax(0,1fr)); }
.catalog-card { background:#fff; border:1px solid #dce4ed; border-radius:14px; box-shadow:0 12px 32px rgba(15,23,42,.06); display:flex; flex-direction:column; min-width:0; overflow:hidden; transition:transform .2s,box-shadow .2s; }
.catalog-card:hover { box-shadow:0 18px 42px rgba(15,23,42,.1); transform:translateY(-3px); }
.catalog-card__image { aspect-ratio:16/10; background:#eaf0f4; display:block; overflow:hidden; }
.catalog-card__image img { height:100%; object-fit:contain; width:100%; }
.catalog-card__placeholder { align-items:center; color:#708095; display:flex; flex-direction:column; gap:.5rem; height:100%; justify-content:center; }
.catalog-card__placeholder i { color:#0f766e; font-size:2.6rem; }
.catalog-card__body { display:flex; flex:1; flex-direction:column; padding:1.25rem; }
.catalog-card__meta { align-items:center; display:flex; font-size:.75rem; font-weight:800; justify-content:space-between; margin-bottom:.65rem; text-transform:uppercase; }
.catalog-card__meta span { color:#0f766e; }.catalog-card__meta strong,.quote-pill { background:#fff1d6; border-radius:999px; color:#84530a; padding:.3rem .55rem; }
.catalog-card__price { color:#0b172a; font-size:1.45rem; font-weight:850; letter-spacing:-.025em; margin:-.1rem 0 .75rem; }
.catalog-card h3 { font-size:1.18rem; font-weight:850; }.catalog-card h3 a { color:#172033; text-decoration:none; }
.catalog-card p { color:#64748b; font-size:.9rem; line-height:1.55; }.catalog-card__model { color:#334155!important; font-weight:700; margin-bottom:.4rem; }.catalog-card__usage { color:#475569!important; font-weight:650; }
.catalog-card__services { border-top:1px solid #e5eaf0; display:grid; gap:.25rem; margin-top:.35rem; padding-top:.7rem; }.catalog-card__services strong { color:#334155; font-size:.76rem; text-transform:uppercase; }.catalog-card__services span { color:#64748b; font-size:.78rem; }.catalog-card__services i { color:#0f766e; margin-right:.3rem; }
.catalog-card__actions { display:flex; gap:.5rem; margin-top:auto; padding-top:.8rem; }.catalog-card__actions .btn { border-radius:8px; flex:1; font-size:.78rem; font-weight:750; padding:.55rem .4rem; }.catalog-card__actions .btn-primary,.product-detail .btn-primary { background:#0f766e; border-color:#0f766e; }
.catalog-empty { background:#fff; border:1px dashed #b9c5d3; border-radius:14px; color:#64748b; padding:2.5rem; text-align:center; }.catalog-empty>i { color:#0f766e; font-size:2.5rem; }.catalog-empty h3 { color:#172033; margin-top:.75rem; }.catalog-empty--compact { padding:1.5rem; }.catalog-empty--compact p { margin-bottom:.35rem; }
.service-grid { display:grid; gap:1rem; grid-template-columns:repeat(3,minmax(0,1fr)); }.service-grid article { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:1.3rem; }.service-grid i { color:#5eead4; font-size:1.7rem; }.service-grid h3 { font-size:1.03rem; font-weight:800; margin:.7rem 0 .4rem; }.service-grid p { color:#b7c7c4; font-size:.88rem; margin:0; }
.qr-feature { align-items:center; background:#fff; border:1px solid #dce4ed; border-radius:16px; display:flex; justify-content:space-between; padding:2.25rem; }.qr-feature>div { max-width:720px; }.qr-feature span { color:#0f766e; font-size:.78rem; font-weight:850; text-transform:uppercase; }.qr-feature h2 { font-weight:850; margin:.35rem 0 .6rem; }.qr-feature p { color:#64748b; margin:0; }.qr-feature>i { color:#0f766e; font-size:6rem; }
.catalog-cta { background:#0f766e; color:#fff; padding:3rem 0; }.catalog-cta .anthys-container { align-items:center; display:flex; gap:2rem; justify-content:space-between; }.catalog-cta h2 { font-weight:850; }.catalog-cta p { color:#d5f2ec; margin:0; max-width:700px; }
.product-back { color:#64748b; display:inline-block; font-weight:700; margin-bottom:1.25rem; text-decoration:none; }.product-detail__hero { align-items:center; display:grid; gap:3rem; grid-template-columns:minmax(0,1fr) minmax(0,1fr); }.product-detail__image { align-items:center; aspect-ratio:4/3; background:#e8eef3; border-radius:18px; display:flex; justify-content:center; overflow:hidden; }.product-detail__image img { height:100%; object-fit:contain; width:100%; }.product-detail__image>i { color:#0f766e; font-size:6rem; }.product-detail h1 { font-size:clamp(2rem,4vw,3.5rem); font-weight:850; letter-spacing:-.045em; }.product-detail__model { color:#0f766e; font-weight:800; }.product-detail__lead { color:#334155; font-size:1.2rem; font-weight:650; }.quote-pill { display:inline-block; font-size:.8rem; font-weight:800; }.product-block { background:#fff; border:1px solid #dce4ed; border-radius:14px; margin-top:1.5rem; padding:1.6rem; }.product-block h2 { font-size:1.35rem; font-weight:850; }.product-detail__grid { display:grid; gap:1.5rem; grid-template-columns:1fr 1fr; }.product-detail__grid .product-block { margin-top:1.5rem; }
.product-detail__price { color:#0b172a; font-size:1.8rem; font-weight:850; margin:.75rem 0; }

/* Hardware administration */
.hardware-admin .anthys-container { max-width:1240px; }.hardware-admin-nav { background:#fff; border:1px solid #dce4ed; border-radius:12px; display:flex; gap:.35rem; margin-bottom:1.5rem; overflow-x:auto; padding:.4rem; }.hardware-admin-nav a { border-radius:8px; color:#526174; flex:0 0 auto; font-size:.87rem; font-weight:750; padding:.65rem .85rem; text-decoration:none; }.hardware-admin-nav a.active { background:#e9f5f2; color:#0f766e; }.admin-stat-grid { display:grid; gap:1rem; grid-template-columns:repeat(4,1fr); }.admin-stat-grid article { background:#fff; border:1px solid #dce4ed; border-radius:14px; display:grid; padding:1.3rem; }.admin-stat-grid i { color:#0f766e; font-size:1.35rem; }.admin-stat-grid strong { color:#172033; font-size:2rem; line-height:1.2; margin-top:.5rem; }.admin-stat-grid span { color:#64748b; font-size:.85rem; }.admin-quick { align-items:center; display:flex; justify-content:space-between; }.admin-filters { background:#fff; border:1px solid #dce4ed; border-radius:12px; display:grid; gap:.7rem; grid-template-columns:2fr repeat(3,1fr) auto; margin-bottom:1rem; padding:1rem; }.admin-product-cell { align-items:center; display:flex; gap:.7rem; min-width:190px; }.admin-product-cell small { color:#64748b; display:block; }.admin-row-actions { display:flex; gap:.35rem; justify-content:flex-end; }.admin-row-actions form { margin:0; }.admin-empty { color:#64748b; padding:2.5rem; text-align:center; }.admin-empty i { color:#0f766e; font-size:2.4rem; }.admin-empty h2 { color:#172033; font-size:1.3rem; margin-top:.6rem; }.admin-card-grid { display:grid; gap:1rem; grid-template-columns:repeat(3,1fr); }.admin-card-grid p { color:#64748b; min-height:2.7rem; }.admin-simple-form { margin:auto; max-width:850px; }.admin-field-wide { grid-column:1/-1; }.admin-editor-layout { display:grid; gap:1.5rem; grid-template-columns:minmax(0,1fr) 340px; }.admin-toggle-list { display:grid; gap:.65rem; }.admin-toggle-list>div,.admin-service-choices .form-check { align-items:center; display:flex; gap:.55rem; }.admin-toggle-list input,.admin-service-choices input { flex:0 0 auto; }.admin-service-choices>fieldset>div { display:grid; gap:.6rem; grid-template-columns:repeat(2,1fr); }.admin-sticky-actions { background:#fff; border:1px solid #dce4ed; border-radius:12px; display:flex; gap:.5rem; justify-content:flex-end; padding:1rem; position:sticky; top:1rem; }

@media(max-width:991.98px){.catalog-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-filters{grid-template-columns:repeat(2,1fr)}.admin-filters button{grid-column:1/-1}.admin-card-grid{grid-template-columns:repeat(2,1fr)}.admin-editor-layout{grid-template-columns:1fr}.admin-sticky-actions{position:static}.product-detail__hero{gap:1.5rem}.catalog-section{padding:3.5rem 0}}
@media(max-width:575.98px){.catalog-hero{padding:3rem 0}.catalog-grid,.service-grid,.admin-stat-grid,.admin-filters,.admin-card-grid,.product-detail__hero,.product-detail__grid{grid-template-columns:1fr}.catalog-section{padding:2.75rem 0}.catalog-card__actions{flex-direction:column}.qr-feature{align-items:flex-start; padding:1.4rem}.qr-feature>i{font-size:3.5rem}.catalog-cta .anthys-container,.admin-quick{align-items:stretch; flex-direction:column}.admin-service-choices>fieldset>div{grid-template-columns:1fr}.admin-row-actions{justify-content:flex-start}.hardware-admin .anthys-table th:nth-child(3),.hardware-admin .anthys-table td:nth-child(3),.hardware-admin .anthys-table th:nth-child(5),.hardware-admin .anthys-table td:nth-child(5){display:none}}

@media (max-width: 860px) {
    .anthys-product-editor .anthys-grid--2 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .anthys-product-editor {
        padding-top: 1.25rem;
    }

    .anthys-product-editor .anthys-page-header {
        align-items: stretch;
        flex-direction: column;
    }

    .anthys-product-editor .anthys-grid--form {
        grid-template-columns: 1fr;
    }
}

.anthys-empty-state {
    color: #64748b;
    padding: 2rem;
    text-align: center;
}

.anthys-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

img,
svg,
video,
iframe {
    max-width: 100%;
}

img {
    height: auto;
}

iframe,
video {
    display: block;
}

.container,
.container-fluid {
    min-width: 0;
}

.row > * {
    min-width: 0;
}

.btn,
.badge,
.nav-link,
.footer-link {
    white-space: normal;
}

.btn {
    min-height: 2.65rem;
}

.site-navbar .navbar-brand img {
    height: 48px;
    width: 48px;
}

.site-navbar {
    overflow: visible;
    position: relative;
    z-index: 1060;
}

.site-navbar button.nav-link {
    background: transparent;
    border: 0;
}

.site-navbar .navbar-toggler {
    border-radius: 8px;
}

.site-navbar .navbar-collapse {
    min-width: 0;
    overflow: visible;
}

.site-navbar .navbar-nav {
    gap: 0.1rem;
    overflow: visible;
}

.site-navbar .nav-item.dropdown {
    position: relative;
}

.site-navbar .dropdown-menu {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(31, 41, 51, 0.10);
    border-radius: 8px;
    box-shadow: 0 1.25rem 2.5rem rgba(17, 24, 39, 0.12);
    display: none;
    min-width: 14.5rem;
    padding: 0.45rem;
    z-index: 1050;
}

.site-navbar .dropdown-menu.show {
    display: block;
}

.site-navbar .dropdown-item {
    align-items: center;
    border-radius: 8px;
    color: #334155;
    display: flex;
    font-weight: 700;
    gap: 0.65rem;
    padding: 0.65rem 0.75rem;
}

.site-navbar .dropdown-item i {
    color: #0f766e;
    font-size: 1rem;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
    background: rgba(15, 118, 110, 0.08);
    color: #111827;
}

.site-navbar .dropdown-item.active,
.site-navbar .dropdown-item:active {
    background: #0f766e;
    color: #ffffff;
}

.site-navbar .dropdown-item.active i,
.site-navbar .dropdown-item:active i {
    color: #ffffff;
}

@media (min-width: 992px) {
    .site-navbar .anthys-dropdown {
        left: 50%;
        margin-top: 0.65rem;
        right: auto;
        transform: translateX(-50%);
    }
}

.site-footer {
    overflow-wrap: anywhere;
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
}

.login-page {
    align-items: center;
    display: flex;
    flex: 1;
    min-height: calc(100vh - 76px);
}

.login-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 41, 51, 0.10);
    border-radius: 8px;
    box-shadow: 0 1.25rem 3rem rgba(31, 41, 51, 0.10);
    max-width: 460px;
    padding: 2rem;
}

.login-card__header {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

.login-card__logo {
    border-radius: 8px;
    box-shadow: 0 0.75rem 1.75rem rgba(31, 41, 51, 0.12);
    flex: 0 0 auto;
}

.login-card__eyebrow {
    color: #0f766e;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 0.15rem;
    text-transform: uppercase;
}

.login-card h1 {
    color: #111827;
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.login-card .form-label {
    color: #334155;
    font-weight: 700;
}

.login-card .form-control {
    border-color: #d8dee8;
    border-radius: 8px;
}

.login-card .form-control:focus {
    border-color: #0f766e;
    box-shadow: 0 0 0 0.22rem rgba(15, 118, 110, 0.14);
}

.login-card .btn-primary {
    background: #0f766e;
    border-color: #0f766e;
    border-radius: 8px;
    font-weight: 800;
}

.login-card .btn-primary:hover,
.login-card .btn-primary:focus {
    background: #115e59;
    border-color: #115e59;
}

.login-card__status {
    align-items: flex-start;
    background: #f0fdfa;
    border: 1px solid #99f6e4;
    border-radius: 8px;
    color: #134e4a;
    display: grid;
    gap: 0.35rem 0.6rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 0.85rem 1rem;
}

.login-card__status a {
    color: #0f766e;
    font-weight: 800;
    grid-column: 2;
}

.cookie-consent__panel {
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 8px;
    box-shadow: 0 1.5rem 4rem rgba(17, 24, 39, 0.22);
    display: grid;
    gap: 1rem;
    grid-template-columns: auto minmax(0, 1fr) auto;
    margin: 0 auto;
    max-width: 980px;
    padding: 1.2rem;
}

.cookie-consent__icon {
    align-items: center;
    background: #ccfbf1;
    border-radius: 8px;
    color: #0f766e;
    display: inline-flex;
    font-size: 1.35rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.cookie-consent__content h2 {
    color: #111827;
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 0.35rem;
}

.cookie-consent__content p {
    color: #5b6472;
    line-height: 1.55;
    margin: 0;
}

.cookie-consent__list {
    color: #334155;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.cookie-consent__list span {
    background: #f5f7fb;
    border: 1px solid #e5eaf1;
    border-radius: 999px;
    padding: 0.35rem 0.65rem;
}

.cookie-consent__actions {
    display: grid;
    gap: 0.5rem;
    min-width: 150px;
}

@media (max-width: 767.98px) {
    body {
        font-size: 0.97rem;
    }

    .container,
    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .anthys-page-header {
        flex-direction: column;
    }

    .anthys-grid--2,
    .anthys-grid--form,
    .anthys-detail-list {
        grid-template-columns: 1fr;
    }

    .navbar .container-fluid {
        gap: 0.75rem;
    }

    .site-navbar .navbar-nav {
        padding: 0.75rem 0 0.25rem;
        text-align: left !important;
    }

    .site-navbar .nav-link {
        border-radius: 8px;
        padding: 0.7rem 0.85rem;
    }

    .site-navbar .nav-link.active {
        background: rgba(15, 118, 110, 0.08);
    }

    .site-navbar .dropdown-menu {
        border: 0;
        box-shadow: none;
        margin: 0 0 0.5rem;
        padding: 0.25rem 0 0.25rem 0.75rem;
        position: static;
        width: 100%;
    }

    main [class*="-hero"],
    .hero-section {
        padding-bottom: 2.75rem !important;
        padding-top: 2.75rem !important;
    }

    .section-band {
        padding-bottom: 2.75rem !important;
        padding-top: 2.75rem !important;
    }

    .display-6,
    main h1 {
        overflow-wrap: anywhere;
    }

    .card,
    [class$="-card"],
    [class$="-panel"],
    .quote-panel,
    .quote-form-card,
    .quote-summary-card,
    .contact-form-card,
    .contact-side {
        border-radius: 8px !important;
    }

    .hero-actions,
    .offer-actions,
    .module-actions {
        width: 100%;
    }

    .hero-actions .btn,
    .offer-actions .btn,
    .module-actions .btn,
    .cta-panel .btn,
    .offer-note .btn,
    .quote-form-card .btn,
    .contact-form-card .btn {
        width: 100%;
    }

    .product-frame,
    .preview-panel,
    .demo-player {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .cookie-consent {
        bottom: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
    }

    .cookie-consent__panel {
        grid-template-columns: 1fr;
        padding: 1rem;
    }

    .cookie-consent__actions {
        grid-template-columns: 1fr;
    }

    .login-page {
        align-items: flex-start;
        min-height: auto;
    }

    .login-card {
        padding: 1.35rem;
    }

    .login-card__header {
        align-items: flex-start;
    }

    .login-card h1 {
        font-size: 1.45rem;
    }
}

.peripheral-page {
    background: #f5f7fb;
    color: #111827;
    min-height: calc(100vh - 76px);
}

.peripheral-hero {
    background: #14201f;
    color: #ffffff;
    padding: 4rem 0 3.25rem;
}

.peripheral-hero__content {
    max-width: 820px;
}

.peripheral-kicker {
    color: #99f6e4;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.peripheral-hero h1 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 1rem;
}

.peripheral-hero p:not(.peripheral-kicker) {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    max-width: 760px;
}

.peripheral-section {
    padding: 3.25rem 0;
}

.peripheral-section__header {
    margin-bottom: 1.5rem;
    max-width: 760px;
}

.peripheral-section__header h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 0.6rem;
}

.peripheral-section__header p {
    color: #5b6472;
    line-height: 1.6;
    margin-bottom: 0;
}

.peripheral-public-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.peripheral-category-title {
    color: #111827;
    font-size: 1.05rem;
    font-weight: 800;
    grid-column: 1 / -1;
    margin: 1.1rem 0 0;
}

.peripheral-category-title:first-child {
    margin-top: 0;
}

.peripheral-public-card {
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
}

.peripheral-public-image {
    aspect-ratio: 16 / 10;
    background: #edf2f7;
    border-bottom: 1px solid #e5eaf1;
    overflow: hidden;
}

.peripheral-public-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.peripheral-public-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1rem;
}

.peripheral-public-meta {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
}

.peripheral-public-content h3 {
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.55rem;
}

.peripheral-public-content p {
    color: #5b6472;
    line-height: 1.55;
}

.peripheral-public-usage {
    color: #475569 !important;
    font-size: 0.92rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

@media (max-width: 991.98px) {
    .peripheral-public-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .peripheral-hero {
        padding: 2.5rem 0 2.25rem;
    }

    .peripheral-section {
        padding: 2.25rem 0;
    }

    .peripheral-public-grid {
        grid-template-columns: 1fr;
    }

    .peripheral-public-card .btn,
    .peripheral-hero .btn {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .site-navbar .navbar-nav {
        font-size: 0.95rem;
    }
}

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