

  body.no-hero main {
    padding-top: 110px;
    /* tweak 90–120px if needed to sit perfectly */
  }

  main>section>.container {
    padding-top: 10px;
    padding-bottom: 20px;
  }

.header-base  {
    margin-top: 25px;
}



body.no-hero main {
    padding-top: 86px;
}





.access-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.access-wrap .nowrap {
    white-space: nowrap;
}

.access-intro {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-end;
    margin-bottom: 16px;
    padding: 22px;
    border: 1px solid rgba(0, 188, 212, .22);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(0, 71, 103, .98), rgba(0, 118, 142, .94)),
        #004767;
    color: #fff;
    box-shadow: 0 18px 45px rgba(0, 71, 103, .14);
}

.access-intro .eyebrow {
    display: block;
    color: #30d7e6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.access-intro h2 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
}

.access-intro p {
    max-width: 540px;
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.55;
}

.access-matrix-shell {
    overflow-x: hidden;
    border: 1px solid rgba(0, 188, 212, .22);
    border-radius: 14px;
    background:
        linear-gradient(135deg, rgba(0, 71, 103, .98), rgba(0, 118, 142, .94)),
        #004767;
    box-shadow: 0 18px 45px rgba(0, 71, 103, .14);
}

.access-legend {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
    margin: -6px 0 10px;
}

.access-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-top: 6px;
    padding: 3px 8px;
    border: 1px solid rgba(255,255,255,.20);
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: rgba(255,255,255,.74);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.access-legend .access-tag {
    border-color: rgba(0, 188, 212, .28);
    background: #eefcff;
    color: #006b7a;
}

.access-tag-compare,
.access-legend .access-tag-compare {
    border-color: rgba(48, 215, 230, .45);
    background: rgba(48, 215, 230, .16);
    color: #30d7e6;
}

.access-legend .access-tag-compare {
    background: #e6fbfd;
    color: #006b7a;
}

.access-matrix {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    color: #fff;
}

.access-matrix th:first-child,
.access-matrix td:first-child {
    width: 22%;
}

.access-matrix th:not(:first-child),
.access-matrix td:not(:first-child) {
    width: 19.5%;
}

.access-matrix th,
.access-matrix td {
    padding: 16px 18px;
    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
    vertical-align: top;
    line-height: 1.45;
}

.access-matrix th:last-child,
.access-matrix td:last-child {
    border-right: 0;
}

.access-matrix tbody tr:last-child td {
    border-bottom: 0;
}

.access-matrix thead th {
    background: rgba(255,255,255,.10);
    text-align: left;
}

.access-matrix thead th:not(:first-child) {
    text-align: center;
}

.access-matrix th span,
.access-matrix th small {
    display: block;
}

.access-matrix th span {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.access-matrix th small {
    margin-top: 3px;
    color: rgba(255,255,255,.66);
    font-size: 11px;
    font-weight: 700;
}

.access-matrix th.is-featured {
    background: linear-gradient(180deg, rgba(48, 215, 230, .26), rgba(255,255,255,.10));
    box-shadow: inset 0 4px 0 rgba(48, 215, 230, .85);
    position: relative;
    z-index: 1;
}

.access-matrix th:nth-child(3),
.access-matrix td:nth-child(3) {
    background-color: rgba(48, 215, 230, .08);
    border-left-color: rgba(48, 215, 230, .38);
    border-right-color: rgba(48, 215, 230, .38);
}

.access-matrix tbody tr:last-child td:nth-child(3) {
    box-shadow: inset 0 -3px 0 rgba(48, 215, 230, .50);
}

.access-matrix tbody td:first-child {
    color: #fff;
    font-weight: 800;
    background: rgba(255,255,255,.08);
}

.access-matrix tbody td:first-child > span {
    display: block;
}

.access-matrix tbody tr.access-row-module td:first-child {
    background: rgba(48, 215, 230, .14);
}

.access-matrix tbody tr.access-row-xcompare td:first-child {
    background: linear-gradient(90deg, rgba(48, 215, 230, .16), rgba(255,255,255,.08));
}

.access-matrix tbody td:not(:first-child) {
    color: rgba(255,255,255,.84);
    font-size: 13px;
}

.access-no {
    color: rgba(255,255,255,.55);
}

.access-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.access-actions .btn {
    margin: 0;
}

/* Pricing row */
.access-row-price td {
    background: rgba(0,0,0,.12) !important;
    border-top: 1px solid rgba(255,255,255,.18);
    padding: 18px;
}

.access-price-free {
    color: #30d7e6;
    font-size: 16px;
}

.access-price-premium {
    color: #fff;
    font-size: 16px;
    display: block;
}

/* Responsive: stack to 2 columns on mobile */
@media (max-width: 820px) {
    body.no-hero main {
        padding-top: 82px;
    }

    .access-intro {
        display: block;
    }

    .access-intro p {
        margin-top: 12px;
    }

    .access-matrix th:first-child,
    .access-matrix td:first-child {
        width: 30%;
    }

    .access-matrix th,
    .access-matrix td {
        padding: 10px 10px;
        font-size: 12px;
    }

    .access-matrix th span {
        font-size: 13px;
    }
}
