:root {
    --bg: #f7f8fc;
    --wh: #ffffff;
    --red: #ff385c;
    --yel: #f59e0b;
    --grn: #059669;
    --radius: 14px;
    --shadow: 0 4px 24px rgba(0, 0, 0, .07);
}

.block_content p,
.block_content li {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 0 !important;
}

@media(max-width:468px) {
    .client-connected {
        padding-top: 120px !important;
    }
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    object-fit: cover;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-weight: 600;
    background-color: #fff !important;
}

.accordion-button {
    color: #000;
    background-color: #fff;
}

.accordion-button:focus {
    border-color: #ddd;
}

@media (min-width: 767px) {
    .order-md-1 {
        float: left;
        margin-right: 10px;
    }

    .order-md-2 {
        float: right;
        margin-left: 10px;
    }

    .immgg {
        max-width: 350px;
        height: auto;
        border-radius: 10px !important;
    }
}

@media (max-width: 767px) {
    .immgg {
        max-width: 95%;
        height: auto;
        display: block;
        margin: 10px auto;
        border-radius: 10px !important;
    }
}

.blocks-container h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin: 50px 0 18px;
    position: relative;
}

.blocks-container h2:not(:empty)::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #4f6cff;
    margin-top: 10px;
    border-radius: 2px;
}

.blocks-container h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 32px 0 12px;
}

.blocks-container h4 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin: 22px 0 8px;
}

@media (max-width: 767px) {
    .blocks-container h2 {
        font-size: 23px;
        margin: 35px 0 14px;
    }

    .blocks-container h3 {
        font-size: 18px;
    }
}

#map {
    height: 500px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(255, 56, 92, 0.15);
    margin-bottom: 50px;
}

.custom-marker {
    background-color: #ff385c;
    border: 3px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 10px rgba(255, 56, 92, 0.4);
}

section {
    padding: 40px 0;
}

.slabel {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--red);
    background: rgba(255, 56, 92, .08);
    border: 1px solid rgba(255, 56, 92, .2);
    border-radius: 30px;
    padding: 4px 14px;
    margin-bottom: 14px;
}

.stitle {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    color: #0f0f0f;
    line-height: 1.25;
    margin: 0 0 12px;
}

.sintro {
    font-size: 19px;
    color: #606070;
    line-height: 1.7;
    margin-bottom: 6px;
}

.last-update {
    font-size: 12px;
    color: #aaa;
    font-style: italic;
}

.tw {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid #e8eaf2;
    margin-top: 26px;
}

table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    margin: 0 !important;
    font-size: 14.5px;
    min-width: 580px;
}

table thead tr {
    background: #111 !important;
}

table thead th {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 11.5px !important;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 14px 18px !important;
    border: none !important;
    white-space: nowrap;
    background: transparent !important;
}

table thead th:first-child {
    border-radius: calc(var(--radius) - 1px) 0 0 0;
}

table thead th:last-child {
    border-radius: 0 calc(var(--radius) - 1px) 0 0;
}

table tbody tr {
    background: #fff !important;
    font-weight: normal !important;
    transition: background .15s;
}

table tbody tr:nth-child(even) {
    background: #f8f9fd !important;
}

table tbody tr:hover {
    background: #f0f3ff !important;
}

table tbody tr:nth-child(even):hover {
    background: #eaedff !important;
}

table tbody td {
    padding: 13px 18px !important;
    border: none !important;
    border-bottom: 1px solid #eef0f8 !important;
    color: #222;
    vertical-align: middle;
    font-weight: normal !important;
    line-height: 1.5;
}

table tbody tr:last-child td {
    border-bottom: none !important;
}

table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 calc(var(--radius) - 1px);
}

table tbody tr:last-child td:last-child {
    border-radius: 0 0 calc(var(--radius) - 1px) 0;
}

table tbody td:first-child {
    font-weight: 600 !important;
    color: #111;
}

.pg {
    color: #059669 !important;
    font-weight: 700 !important;
}

.pr {
    color: var(--red) !important;
    font-weight: 700 !important;
}

.bdg {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    border-radius: 20px;
    padding: 2px 9px;
    margin-left: 6px;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.6;
}

.bg {
    background: #d1fae5;
    color: #065f46;
}

.by {
    background: #fef3c7;
    color: #92400e;
}

.br {
    background: #fee2e2;
    color: #991b1b;
}

.ck {
    color: #059669;
    font-weight: 700;
    font-size: 16px;
}

.cx {
    color: #ef4444;
    font-weight: 700;
    font-size: 16px;
}

.ibox,
.wbox {
    border-radius: 10px;
    padding: 16px 20px;
    font-size: 14.5px;
    line-height: 1.65;
    margin-top: 22px;
}

.ibox {
    background: #eff6ff;
    border-left: 4px solid #3b82f6;
    color: #1e3a5f;
}

.wbox {
    background: #fffbeb;
    border-left: 4px solid var(--yel);
    color: #78350f;
}

.s-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    font-size: 14px;
    color: #444;
    margin-top: 8px;
}

.ld {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 3px;
}

@media (max-width: 767px) {
    section {
        padding: 44px 0;
    }

    table {
        font-size: 13px;
        min-width: 480px;
    }

    table thead th,
    table tbody td {
        padding: 11px 13px !important;
    }

    .stitle {
        font-size: 21px;
    }

    .sintro {
        font-size: 14.5px;
    }

    .ibox,
    .wbox {
        font-size: 13.5px;
        padding: 13px 15px;
    }

    .s-legend {
        gap: 10px 18px;
        font-size: 13px;
    }
}

.zones-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 28px;
}

.zone-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border: 1px solid #e8eaf2;
    border-radius: var(--radius);
    padding: 20px 18px;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}

.zone-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
    transform: translateY(-2px);
    border-color: rgba(255, 56, 92, .3);
}

.zone-icon {
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.zone-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
    line-height: 1.3;
}

.zone-card p {
    font-size: 13.5px;
    color: #606070;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .zones-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .zones-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .zone-card {
        padding: 16px 14px;
    }

    .zone-icon {
        font-size: 24px;
    }
}

.trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 auto;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #222;
    padding: 14px 24px;
    white-space: nowrap;
}

.trust-item+.trust-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background: #e0e2ec;
}

.trust-icon {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .trust-item {
        padding: 12px 18px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .trust-bar-inner {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0 16px;
    }

    .trust-bar-inner::-webkit-scrollbar {
        display: none;
    }

    .trust-item {
        flex-shrink: 0;
        padding: 11px 16px;
    }
}

.blocks-container table tbody tr:first-child {
    background: #111 !important;
}

.blocks-container table tbody tr:first-child td {
    color: #fff;
}

.section {
    padding: 60px 20px;
}

.section-light {
    background: #F8FAFB;
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2C3E50;
    margin-bottom: 20px;
    text-align: center;
}

.stats-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
}

.stats-number {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #ff385c;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-label {
    font-size: 1.1rem;
    color: #5F6368;
    font-weight: 600;
}

.checklist-box {
    background: #f0f4ff;
    border-left: 4px solid #4f6cff;
    padding: 20px;
    border-radius: 8px;
    margin: 24px 0;
}

.checklist-box h3 {
    margin-top: 0;
    color: #111;
}

.checklist-box ul {
    margin: 12px 0;
    padding-left: 20px;
}

.checklist-box li {
    margin: 8px 0;
    line-height: 1.6;
}

.legal-warning {
    background: #fff5f5;
    border-left: 4px solid #ef4444;
    padding: 16px;
    border-radius: 8px;
    margin: 16px 0;
    font-size: 14px;
}

.comparison-note {
    font-size: 12px;
    color: #666;
    font-style: italic;
    margin-top: 8px;
}

.update-date {
    display: inline-block;
    background: #e8f5e9;
    color: #2e7d32;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
}

.breadcrumb-section {
    background: #f8f9fa;
    padding: 16px 0;
    margin-bottom: 32px;
    border-radius: 8px;
}

.breadcrumb-section a {
    color: #4f6cff;
    text-decoration: none;
    font-size: 14px;
}

.breadcrumb-section a:hover {
    text-decoration: underline;
}

.content-subsection {
    margin: 32px 0;
    padding: 20px;
    background: #fafbfc;
    border-radius: 8px;
}

.content-subsection li,
.content-subsection p {
    margin-bottom: 4px;
    font-size: 16px;
}

.content-subsection h3 {
    margin-top: 0;
}

.expert-quote {
    border-left: 4px solid #4f6cff;
    padding: 16px;
    background: #f5f7ff;
    margin: 20px 0;
    font-style: italic;
    color: #444;
}

.internal-link-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.internal-link-group a {
    display: inline-block;
    padding: 10px 16px;
    background: #4f6cff;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s;
}

.internal-link-group a:hover {
    background: #3d52cc;
    color: white;
}
@media (max-width: 767px) {
  .author-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

