* {
    box-sizing: border-box;
}
/* Domain kereső */
.domain-checker {
  margin: 0 0 35px;
  padding: 32px;
  box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}
.domain-checker__content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}
.domain-checker h2 {
    margin-bottom: 10px;
}
.domain-checker__form {
    margin-top: 22px;
}
.domain-checker__input-group {
    display: flex;
    gap: 10px;
}
.domain-checker__input {
    min-width: 0;
    flex: 1;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #d7dce2;
    border-radius: 6px;
    background: #fff;
    font-size: 17px;
}
.domain-checker__input:focus {
    border-color: #2d6cdf;
    outline: 3px solid rgba(45, 108, 223, 0.15);
}
.domain-checker__button {
    min-width: 145px;
    height: 54px;
    padding: 0 22px;
    border: 0;
    background: #1f56b5;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.domain-checker__button:hover,
.domain-checker__button:focus {
    background: #2d4a8a;
}
.domain-checker__button:disabled {
    cursor: wait;
    opacity: 0.7;
}
.domain-checker__hint {
    margin: 10px 0 0;
    color: #68717d;
    font-size: 13px;
}
.domain-checker__result {
    display: none;
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 6px;
    font-weight: 700;
}
.domain-checker__result.is-visible { display: block; }
.domain-checker__result.is-available {
    background: #e8f7ee;
    color: #18733a;
}
.domain-checker__result.is-taken {
    background: #fff0f0;
    color: #a12626;
}
.domain-checker__result.is-error {
    background: #fff7df;
    color: #805d00;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@media (max-width: 575px) {
    .domain-checker { padding: 24px 18px; }
    .domain-checker__input-group { flex-direction: column; }
    .domain-checker__button { width: 100%; }
}
/* Domain kereső vége */
.hosting_content {
    width: min(1140px, calc(100% - 30px));
    margin: 50px auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #8d8d8d;
}

.hosting_content_h3 {
    margin: 0 0 45px;
    text-align: center;
    color: #2d4a8a;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
	padding: 25px;
  box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
}


.hosting_packages {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    border: 1px solid #dddddd;
    background: #ffffff;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.14);
}
.margin_top{
	margin-top:20px;
}

.content_hd {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    border-right: 1px solid #dddddd;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.content_hd:last-child {
    border-right: 0;
}

.content_hd:hover {
    z-index: 2;
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.13);
}

.package_header {
    min-height: 146px;
    padding: 20px 10px 12px;
    text-align: center;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 70%,
        #fafafa 100%
    );
}

.package_header h4 {
    margin: 0 0 15px;
    color: #2d4a8a;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

.storage_size {
    display: flex;
    min-height: 80px;
    align-items: center;
    justify-content: center;
    color: #2d4a8a;
}

.storage_size strong {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.package_features {
    border-top: 1px solid #ffffff;
}

.package_feature {
    display: flex;
    min-height: 53px;
    padding: 9px 14px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
    background: #eeeeee;
}

.package_feature:nth-child(even) {
    background: #f7f7f7;
}

.package_feature strong {
    display: block;
    color: #777777;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}

.package_feature span {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
}

.inline_feature {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.inline_feature span {
    display: inline-block;
}

.package_badge {
    display: inline;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #2d4a8a;
    background: transparent;
    font-size: 13px;
    font-weight: 700;
}

.not_supported {
    color: #c94b4b !important;
}

.package_footer {
    min-height: 142px;
    padding: 20px 17px;
    text-align: center;
    background: #ffffff;
}

.package_footer p {
  margin: 3px 0;
  font-size: 12px;
  text-align: center;
}
.package_footer p strong {
    font-weight: 700;
}

.package_footer hr {
    width: 90%;
    margin: 5px auto;
    border: 0;
    border-top: 1px solid #bbbbbb;
}

.package_footer small {
    display: block;
    margin: 3px 0 12px;
    font-size: 10px;
}

.package_button {
    display: inline-block;
    margin-top: 2px;
    padding: 8px 15px;
    border: 1px solid #233b70;
    border-radius: 3px;
    color: #ffffff;
    background: #2d4a8a;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        background-color 0.2s ease;
}

.package_button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    background: #233b70;
}

.package_button.disabled {
    border: 0;
    color: #999999;
    background: transparent;
    cursor: not-allowed;
}

/*
A 60 GB-os csomag HTML-jében megmaradhat a featured osztály,
de ugyanúgy jelenik meg, mint a többi csomag.
*/

.content_hd.featured {
    z-index: auto;
    color: inherit;
    border-right: 1px solid #dddddd;
    background: #ffffff;
    transform: none;
    box-shadow: none;
}

.featured .package_header {
    min-height: 146px;
    padding: 20px 10px 12px;
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #ffffff 70%,
        #fafafa 100%
    );
}

.featured .package_header h4 {
    color: #2d4a8a;
}

.featured .storage_size {
    color: #2d4a8a;
}

.featured .package_feature {
    color: inherit;
    border-bottom: 1px solid #ffffff;
    background: #eeeeee;
}

.featured .package_feature:nth-child(even) {
    background: #f7f7f7;
}

.featured .package_feature strong {
    color: #777777;
}

.featured .package_feature span {
    color: #999999;
}

.featured .package_badge {
    color: #2d4a8a;
    border: 0;
    background: transparent;
}

.featured .package_footer {
    min-height: 142px;
    color: inherit;
    background: #ffffff;
}

.featured .package_footer hr {
    border-top-color: #bbbbbb;
}

.featured_button {
    color: #ffffff;
    border-color: #233b70;
    background: #2d4a8a;
}

.featured_button:hover {
    color: #ffffff;
    background: #233b70;
    opacity: 0.9;
    transform: translateY(-1px);
}

@media (max-width: 1050px) {
    .hosting_packages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .content_hd {
        border: 1px solid #dddddd;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

    .content_hd:last-child {
        border-right: 1px solid #dddddd;
    }

    .content_hd.featured {
        border: 1px solid #dddddd;
        transform: none;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    }

    .content_hd:hover,
    .content_hd.featured:hover {
        z-index: 2;
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.13);
    }
}

@media (max-width: 750px) {
    .hosting_content_h3 {
        margin-bottom: 30px;
        font-size: 32px;
    }

    .hosting_packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    #hosting_content {
        width: min(390px, calc(100% - 24px));
        margin-top: 30px;
    }

    .hosting_content_h3 {
        font-size: 28px;
    }

    .hosting_packages {
        grid-template-columns: 1fr;
    }

    .package_header h4 {
        white-space: normal;
    }
}
.service-prices {
  max-width: 100%;
  margin: 40px auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
  padding: 22px;
}

.service-prices h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    border-radius: 8px;
}

.price-table thead {
    background: #2d4a8a;
    color: #fff;
}

.price-table th,
.price-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.price-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.price-table tbody tr:hover {
    background: #eef5ff;
}

.price-table td:last-child {
    font-weight: bold;
    color: #2d4a8a;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .price-table th,
    .price-table td {
        padding: 10px;
        font-size: 14px;
    }
}