
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f8f8;
    color: #222;
    line-height: 1.6;
    font-size: 16px;
}

header.hero {
    background: linear-gradient(135deg, #2a2a2a, #444);
    padding: 40px 20px;
    text-align: center;
    color: white;
}

.logo {
    width: 160px;
    margin-bottom: 20px;
}

h1, h2, h3, h4 {
    margin: 20px 0 10px;
    line-height: 1.3;
}

main {
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.cta-button {
    display: inline-block;
    padding: 12px 24px;
    margin-top: 20px;
    background-color: #ffcc00;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
}

footer {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    background-color: #eee;
    color: #555;
}

ul {
    padding-left: 20px;
    margin: 1em 0;
}

ul li {
    margin-bottom: 0.5em;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table th, table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    background-color: #fff;
}

table th {
    background-color: #f0f0f0;
    font-weight: bold;
}

@media screen and (max-width: 768px) {

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table th, table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    background-color: #fff;
}

table th {
    background-color: #f0f0f0;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    table thead {
        display: none;
    }

    table, tbody, tr, td {
        display: block;
        width: 100%;
    }

    table tr {
        margin-bottom: 15px;
        border: 1px solid #ccc;
        padding: 10px;
        background: #fff;
    }

    table td {
        padding-left: 50%;
        position: relative;
        text-align: left;
        border: none;
        border-bottom: 1px solid #eee;
    }

    table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 10px;
        font-weight: bold;
        width: 45%;
        white-space: nowrap;
    }
}

    body {
        font-size: 15px;
    }

    header.hero {
        padding: 30px 15px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 15px;
    }

    table, thead, tbody, th, td, tr {
        display: block;
    }

    table td {
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 50%;
    }

    table td::before {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    table tr {
        margin-bottom: 1rem;
    }
}



.site-header {
    background-color: #1e1e1e;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.site-title {
    font-size: 1.5em;
    color: #fff;
    margin: 0;
}

.tagline {
    font-size: 1em;
    color: #ccc;
    margin: 0 20px;
    flex-grow: 1;
}

.site-header .cta-button {
    padding: 10px 20px;
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
}



.site-header {
    background-color: #1e1e1e;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.site-title {
    font-size: 1.4em;
    color: #fff;
    margin: 0;
    flex: 1 1 auto;
}

.tagline {
    font-size: 1em;
    color: #ccc;
    margin: 0;
    flex: 2 1 100%;
    text-align: center;
    padding: 5px 0;
}

.site-header .cta-button {
    padding: 10px 16px;
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
    }

    .site-title {
        font-size: 1.2em;
        margin-bottom: 4px;
    }

    .tagline {
        font-size: 0.95em;
        margin-bottom: 6px;
    }

    .site-header .cta-button {
        padding: 8px 14px;
        font-size: 0.95em;
    }
}



.site-header {
    background-color: #1e1e1e;
    padding: 10px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.site-logo {
    height: 40px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.site-header .tagline {
    color: #ccc;
    font-size: 1em;
    text-align: center;
    flex-grow: 1;
}

.site-header .cta-button {
    padding: 10px 18px;
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    flex-shrink: 0;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .header-content {
        flex-direction: column;
        align-items: center;
    }

    .site-logo {
        margin-bottom: 10px;
        height: 36px;
    }

    .site-header .tagline {
        margin-bottom: 8px;
        font-size: 0.95em;
    }

    .site-header .cta-button {
        font-size: 0.95em;
        margin: 0;
    }
}



.site-header {
    background-color: #1e1e1e;
    padding: 12px 24px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.site-logo {
    height: 40px;
    flex: 0 0 auto;
}

.tagline {
    color: #ccc;
    font-size: 1.05em;
    text-align: center;
    margin: 0 auto;
    flex-grow: 1;
    padding: 0 20px;
}

.cta-button {
    padding: 10px 18px;
    background-color: #ffcc00;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    flex: 0 0 auto;
}

@media screen and (max-width: 768px) {
    .header-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .site-logo {
        margin-bottom: 10px;
    }

    .tagline {
        margin-bottom: 8px;
        font-size: 1em;
    }

    .cta-button {
        margin: 0;
        font-size: 0.95em;
    }
}



@media screen and (max-width: 768px) {
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    main {
        padding-top: 120px;
    }
}



body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    word-wrap: break-word;
}

main {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.05rem;
        padding: 0 12px;
    }

    main {
        padding: 120px 12px 20px;
    }

    .header-content {
        padding: 0 10px;
    }

    .tagline {
        padding: 0 10px;
    }
}



table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    overflow-x: auto;
    display: block;
}

table th, table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    background-color: #fff;
    word-break: break-word;
}

table th {
    background-color: #f0f0f0;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    table {
        font-size: 0.95rem;
    }

    table td {
        padding-left: 50%;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
    }

    table td::before {
        content: attr(data-label);
        position: absolute;
        top: 10px;
        left: 10px;
        font-weight: bold;
        white-space: nowrap;
    }

    table thead {
        display: none;
    }

    table, thead, tbody, tr, td {
        display: block;
        width: 100%;
    }
}



@media screen and (max-width: 768px) {
    .site-header {
        padding: 15px;
    }

    .header-content {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .site-logo {
        height: 36px;
        margin: 0 auto;
    }

    .tagline {
        font-size: 1.05rem;
        margin: 0;
        text-align: center;
        padding: 0 10px;
    }

    .cta-button {
        padding: 10px 16px;
        font-size: 1rem;
    }
}



.table-container {
    overflow-x: auto;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.table-container table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background-color: #fff;
}

.table-container th, .table-container td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}

.table-container th {
    background-color: #f7f7f7;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .table-container {
        margin-left: -12px;
        margin-right: -12px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    .table-container table {
        font-size: 0.95rem;
    }
}



.comparison-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.comparison-card strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.comparison-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-card li {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
}

.comparison-card li:last-child {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .comparison-card {
        padding: 14px;
        font-size: 0.95rem;
    }

    .comparison-card strong {
        font-size: 1rem;
    }
}



@media screen and (max-width: 768px) {
    main {
        padding-top: 160px !important;
    }
}
