:root {
    --byo-bg: #ffffff;
    --byo-bg-deep: #f5f9ff;
    --byo-panel: #ffffff;
    --byo-panel-soft: #f8fbff;
    --byo-panel-muted: #f6f9fd;
    --byo-ink: #0f172a;
    --byo-copy: #475569;
    --byo-line: #e1ebf5;
    --byo-line-strong: #cad9ea;
    --byo-blue: #2563eb;
    --byo-blue-dark: #1d4ed8;
    --byo-blue-soft: #e6f1ff;
    --byo-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
    --byo-shadow-soft: 0 14px 32px rgba(15, 23, 42, 0.07);
    --byo-radius: 26px;
    --byo-radius-md: 20px;
    --byo-radius-sm: 14px;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1000px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: var(--byo-copy);
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 22%),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 38%, var(--byo-bg-deep) 100%);
}

a {
    color: var(--byo-blue);
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
    color: var(--byo-blue-dark);
    text-decoration: none;
}

img {
    max-width: 100%;
}

#wrapper_all {
    float: none;
    width: 100%;
    padding: 18px 0 52px;
    text-align: center;
    background: none;
}

#wrapper_fixed {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.byo-page-shell {
    float: left;
    width: 1000px;
}

#header_top,
#header,
#menu,
#content.position,
#footer,
#footer_bottom {
    box-sizing: border-box;
}

#header_top {
    float: none;
    width: 1000px;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4000;
    background: #ffffff;
    border: 1px solid var(--byo-line);
    border-bottom: 0;
    border-radius: var(--byo-radius) var(--byo-radius) 0 0;
    box-shadow: none;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 50px;
    padding: 0 28px;
}

#rpwp-login-wrapper,
#header_phone,
#live_chat {
    float: none;
}

#rpwp-login-wrapper a,
#header_phone,
#header_phone .small,
#header_phone .number {
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

#rpwp-login-wrapper a {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #2563eb;
    background-position: left center;
}

#rpwp-login-wrapper a:hover {
    color: var(--byo-blue-dark);
}

#header_phone {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 13px;
    line-height: 20px;
    color: #64748b;
    background-position: left center;
}

#header_phone .small {
    color: #94a3b8;
}

#header_phone .number {
    color: var(--byo-ink);
}

#live_chat {
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
}

#header {
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    min-height: 116px;
    margin: 0;
    padding: 28px 36px 22px;
    position: relative;
    z-index: 4001;
    background: #ffffff;
    border-left: 1px solid var(--byo-line);
    border-right: 1px solid var(--byo-line);
    border-bottom: 0;
}

.header-brand {
    flex: 1 1 auto;
    text-align: left;
}

.header-actions {
    flex: 0 0 auto;
}

h1#header_logo,
h5#header_logo {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

h1#header_logo a {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--byo-ink);
}

h5#header_logo {
    margin-top: 8px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.35;
    color: #64748b;
}

#rpwp-login-form-text {
    float: none;
    width: auto;
    min-width: 168px;
    height: 46px;
    margin: 0;
    padding: 0;
    position: static;
    border: 0;
    border-radius: var(--byo-radius-sm);
    background: linear-gradient(135deg, var(--byo-blue) 0%, #3b82f6 100%);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

#rpwp-login-form-text a {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

#rpwp-login-form-text a:hover {
    color: #ffffff;
    opacity: 0.94;
}

#menu {
    float: none;
    width: 1000px;
    height: auto;
    margin: 0 0 18px;
    padding: 0;
    position: relative;
    z-index: 5000;
    overflow: visible;
    background: #ffffff;
    border: 1px solid var(--byo-line);
    border-top: 0;
    border-radius: 0 0 var(--byo-radius) var(--byo-radius);
    box-shadow: var(--byo-shadow-soft);
}

.menu-shell {
    padding: 0 22px 18px;
    position: relative;
    z-index: 5001;
    overflow: visible;
}

#navwrap,
#menu ul.dropdown {
    position: relative;
    z-index: 5002;
    overflow: visible;
    float: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul.dropdown li {
    float: none;
    height: auto;
    margin: 0 8px 0 0;
    position: relative;
}

#menu ul.dropdown li a {
    height: 42px;
    margin: 0;
    padding: 0 16px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.01em;
    text-transform: none;
    color: #334155;
    border-radius: 999px;
}

#menu ul.dropdown li a:hover,
#menu ul.dropdown li:hover a,
#menu ul.dropdown li.current_page_item a,
#menu ul.dropdown li.current-menu-item a,
#menu ul.dropdown li.current-menu-ancestor a,
#menu ul.dropdown li.current-page-ancestor a,
.menu-hover-class {
    color: var(--byo-blue-dark);
    background: rgba(37, 99, 235, 0.1);
}

#menu ul.dropdown li ul {
    position: absolute;
    z-index: 5100;
    pointer-events: auto;
    min-width: 230px;
    margin: 0;
    padding: 8px;
    top: calc(100% + 6px);
    border: 1px solid var(--byo-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 40px rgba(15, 23, 42, 0.14);
}

#menu ul.dropdown li ul::before {
    content: "";
    position: absolute;
    top: -12px;
    right: 0;
    left: 0;
    height: 12px;
}

#menu ul.dropdown ul ul {
    top: 0;
    left: 100%;
}

#menu ul.dropdown ul.sub-menu li {
    width: 230px;
    margin: 0;
}

#menu ul.dropdown ul.sub-menu a {
    display: block;
    width: auto;
    padding: 10px 12px;
    line-height: 1.35;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    border-radius: 12px;
    color: #334155;
    background: transparent;
}

#menu ul.dropdown ul.sub-menu a:hover,
#menu ul.dropdown ul.sub-menu li.current-menu-item a {
    color: var(--byo-ink);
    background: var(--byo-panel-muted);
}

#crumbs {
    width: 1000px;
    margin: 0 auto 14px;
    padding: 0 6px;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
}

#crumbs a {
    color: var(--byo-blue);
}

#content.position {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: transparent;
}

#front_page_content {
    float: left;
    width: 1000px;
    margin: 0;
    padding-bottom: 28px;
}

#default_content,
#internal_page_1,
#internal_page_2 {
    float: left;
    width: 960px;
    margin: 20px 0;
    padding: 0 24px 28px;
    z-index: 1;
    line-height: 1.75;
    position: relative;
}

#internal_page_2 {
    margin: 0;
    padding: 0 20px 32px;
}

#default_content::before,
#internal_page_1::before,
#internal_page_2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border: 1px solid var(--byo-line);
    border-radius: var(--byo-radius);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--byo-shadow-soft);
}

#default_content::after,
#internal_page_1::after,
#internal_page_2::after {
    content: "";
    display: block;
    clear: both;
}

#default_content h1,
#internal_page_1 h1,
#internal_page_2 h1,
#content_header h1,
#content_header h2,
#content_header h3 {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color: var(--byo-ink);
    letter-spacing: -0.03em;
}

#default_content p,
#internal_page_1 p,
#internal_page_2 p {
    color: var(--byo-copy);
}

#content_header {
    float: none;
    width: 1000px;
    margin: 0 0 22px;
    min-height: 180px;
    padding: 32px 300px 32px 36px;
    box-sizing: border-box;
    border: 1px solid var(--byo-line);
    border-radius: var(--byo-radius);
    background-color: rgba(255, 255, 255, 0.96);
    background-position: right 36px center !important;
    background-repeat: no-repeat !important;
    box-shadow: var(--byo-shadow-soft);
}

#content_header::after {
    content: "";
    display: block;
    clear: both;
}

#content_header h1,
#domain-content-main h1,
#aboutus-content-main h1,
#default_content h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.08;
    color: var(--byo-ink);
}

#content_title {
    margin-bottom: 16px !important;
}

.text_dedicated,
.text_semi-dedicated,
.text_web_hosting,
.text_vps_compare,
.text_vps_openvz,
.text_vps_virtuozzo,
.text_domains {
    width: auto;
    max-width: 620px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--byo-copy);
}

#home-banner-1 {
    float: left;
    width: 1000px;
    height: 500px;
    margin: 0;
    padding: 48px 54px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid var(--byo-line);
    border-radius: 30px;
    box-shadow: var(--byo-shadow-soft);
    background:
        radial-gradient(circle at 76% 32%, rgba(37, 99, 235, 0.10), transparent 25%),
        url("../images/bkg-banner-front-page.png?v=20260424b") right 46px center / 420px 398px no-repeat,
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

#home-banner-1-image {
    display: none;
}

h2.home-banner-title-1 {
    width: 470px;
    margin: 0 0 22px;
    padding: 0;
    font-size: 54px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--byo-ink);
    text-align: left;
}

#home-banner-1-plan-features {
    float: none;
    width: 455px;
    margin: 0;
}

#home-banner-1-plan-features ul {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#home-banner-1-plan-features ul li {
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 34px;
    color: var(--byo-copy);
    background: none;
}

#home-banner-1-plan-features ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--byo-blue);
}

#home-banner-1-plan-features ul li span {
    font-size: 17px;
    font-weight: 700;
    color: var(--byo-ink);
}

.home-banner-1-price {
    float: none;
    width: 455px;
    height: auto;
    text-align: left;
    margin: 24px 0 0;
    position: static;
}

.home-banner-1-price .price-value,
.home-banner-1-price .currency {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-weight: 800;
    color: var(--byo-blue);
}

.home-banner-1-price .price-value {
    font-size: 74px;
    line-height: 1;
    letter-spacing: -0.06em;
}

.home-banner-1-price .currency {
    font-size: 50px;
    line-height: 1;
}

.home-banner-1-price .period {
    margin-left: 8px;
    font-size: 22px;
    line-height: 1;
    color: var(--byo-ink);
}

.home-banner-1-price p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.45;
    color: #64748b;
    max-width: 420px;
}

.home-banner-1-buttons {
    float: none;
    width: 390px;
    margin: 18px 0 0;
    position: static;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 14px;
}

.home-banner-sign-up {
    float: none;
    width: 224px;
    height: 54px;
    margin: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--byo-blue) 0%, #3ba4ff 100%);
    box-shadow: 0 16px 28px rgba(20, 115, 230, 0.22);
}

.home-banner-sign-up .rpwp-button2 {
    width: 224px;
    font-size: 17px;
    font-weight: 700;
    line-height: 54px;
    text-transform: none;
    color: #ffffff;
    text-shadow: none;
}

.home-banner-sign-up .rpwp-button2:hover {
    color: #ffffff;
    opacity: 0.92;
}

.home-banner-play-video {
    float: none;
    width: 152px;
    height: 54px;
    margin: 0;
    border: 1px solid var(--byo-line-strong);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: none;
}

.home-banner-play-video a {
    font-size: 15px;
    font-weight: 700;
    line-height: 54px;
    color: var(--byo-ink);
}

.home-banner-play-video a:hover {
    color: var(--byo-blue-dark);
}

#domain-search-area-fp {
    float: left;
    display: grid;
    grid-template-columns: 610px 1fr;
    column-gap: 26px;
    row-gap: 14px;
    align-items: center;
    width: 1000px;
    min-height: 172px;
    margin: 26px 0 0;
    padding: 24px 28px;
    box-sizing: border-box;
    border: 1px solid var(--byo-line);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(247, 251, 255, 1) 100%);
    box-shadow: var(--byo-shadow-soft);
}

#domain-search-area-fp::before {
    content: "Check your domain availability";
    grid-column: 1;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--byo-ink);
    text-align: left;
}

#domain-search-form-fp {
    float: none;
    grid-column: 1;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

#domain-search-form-fp form,
#domain-search-form div form,
#domain-banner-1 div form,
.sidebar-domain-search div form {
    display: flex;
    align-items: center;
    height: 50px;
    overflow: hidden;
    border: 1px solid var(--byo-line-strong);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

#domain-search-form-fp #domain_sld,
#domain-search-form #domain_sld,
#domain_sld {
    float: left;
    flex: 1 1 auto;
    width: auto !important;
    height: 38px;
    padding: 6px 14px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 38px;
    color: var(--byo-ink);
    border-right: 1px solid var(--byo-line);
}

#domain-search-form-fp #domain_tld,
#domain-search-form #domain_tld,
#domain_tld {
    float: left;
    flex: 0 0 126px;
    width: 126px !important;
    height: 50px;
    padding: 5px 12px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: var(--byo-ink);
    background: #f8fbff;
    border-left: 1px solid var(--byo-line);
}

.domain-search-button {
    flex: 0 0 82px;
    width: 82px;
    height: 36px;
    margin: 0 8px 0 0;
    filter: none;
}

#promo-tlds-fp {
    float: none;
    grid-column: 2;
    grid-row: 1 / span 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 9px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

#promo-tlds-fp div#tld-box {
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 0;
    min-height: 40px;
    padding: 9px 13px;
    box-sizing: border-box;
    border: 1px solid var(--byo-line);
    border-radius: 16px;
    background: var(--byo-panel-muted);
}

#promo-tlds-fp .tld {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--byo-ink);
}

#promo-tlds-fp .tld-price {
    width: auto;
    height: auto;
    padding: 6px 10px;
    border: 1px solid var(--byo-line-strong);
    border-radius: 12px;
    background: #ffffff;
}

#promo-tlds-fp .tld-price-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--byo-blue);
}

#front_page_content-titles {
    float: left;
    width: 1000px;
    height: auto;
    margin: 42px 0 24px;
    padding: 28px 24px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
    color: #64748b;
    border: 1px solid var(--byo-line);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--byo-shadow-soft);
}

#front_page_content-titles h3 {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 0 0 8px;
    color: var(--byo-ink);
}

#front_page_content-plan-area {
    float: left;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1000px;
    height: auto;
    min-height: 388px;
    margin: 0 0 18px;
    padding: 0;
    gap: 18px;
}

#front_page_content-plan-area #shared-box-small,
#front_page_content-plan-area #shared-box-medium,
#front_page_content-plan-area #shared-box-large {
    float: none;
    margin: 0;
    border: 1px solid var(--byo-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--byo-shadow-soft);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#front_page_content-plan-area #shared-box-small:hover,
#front_page_content-plan-area #shared-box-medium:hover,
#front_page_content-plan-area #shared-box-large:hover {
    background: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

#front_page_content-plan-area #shared-box-small {
    flex: 1 1 0;
    width: auto;
}

#front_page_content-plan-area #shared-box-medium,
#front_page_content-plan-area #shared-box-large {
    width: auto;
}

#shared-box-small #box-title h4,
#shared-box-medium #box-title h4,
#shared-box-large #box-title h4 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 22px 18px 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    box-sizing: border-box;
}

#box-title h4 a {
    color: var(--byo-ink);
}

#box-title h4 a:hover {
    color: var(--byo-blue);
}

#shared-box-small #box-price,
#shared-box-medium #box-price,
#shared-box-large #box-price {
    width: 100%;
    margin: 10px 0 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

#box-price .box-price-value,
#box-price .box-price-currency,
#box-price .box-price-period {
    color: var(--byo-blue);
}

#box-price .box-price-value {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

#box-price .box-price-currency,
#box-price .box-price-period {
    font-size: 24px;
}

#shared-box-small #box-content,
#shared-box-medium #box-content,
#shared-box-large #box-content {
    width: 100%;
    margin: 18px 0 0;
}

#box-content ul {
    width: calc(100% - 32px);
    padding: 0 16px;
    box-sizing: border-box;
}

#box-content ul li {
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 34px;
    color: var(--byo-copy);
    background-position: 0 13px;
}

#box-content ul li strong {
    color: var(--byo-ink);
}

#box-form {
    clear: none;
    float: none;
    margin: 18px auto 26px;
    padding: 0;
    left: auto;
    position: static;
}

#box-form form {
    right: auto;
    position: static;
}

.rpwp-button,
.rpwp-button2 {
    box-sizing: border-box;
}

.rpwp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 0;
    border-radius: 14px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    color: #ffffff;
    background: linear-gradient(135deg, var(--byo-blue) 0%, #3ba4ff 100%);
    box-shadow: 0 12px 22px rgba(20, 115, 230, 0.22);
}

.rpwp-button.colorize,
.rpwp-button.colorize-2 {
    color: #ffffff;
    background: linear-gradient(135deg, var(--byo-blue) 0%, #3ba4ff 100%);
}

.rpwp-button:hover,
.rpwp-button.colorize:hover,
.rpwp-button.colorize-2:hover {
    color: #ffffff;
    opacity: 0.94;
}

#front_page_content-main {
    float: left;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 1000px;
    min-height: 0;
    margin: 12px 0 0;
    padding: 0;
}

#home-main-text,
#other-services,
#hosting-features {
    float: none;
    width: auto;
    margin: 0;
    padding: 26px 24px;
    border: 1px solid var(--byo-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--byo-shadow-soft);
    min-height: 250px;
    box-sizing: border-box;
}

#front_page_content-main h2 {
    margin: 0 0 12px;
    padding: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: var(--byo-ink);
}

#home-main-text,
#other-services ul li a,
#hosting-features ul li {
    color: var(--byo-copy);
}

#other-services ul li {
    padding: 10px 0;
    font-size: 15px;
    border-bottom: 1px solid #edf2f7;
}

#other-services ul li:last-child {
    border-bottom: 0;
}

#hosting-features ul,
#other-services ul {
    margin: 0;
    padding: 0;
}

#hosting-features ul li {
    padding: 0 0 0 18px;
    list-style: none;
    line-height: 34px;
    background: url("../../squarehost/images/list-style-2.png") 0 12px no-repeat;
}

#front_page_content-scripts {
    float: left;
    width: 1000px;
    margin: 42px 0 0;
    padding: 28px 20px 34px;
    box-sizing: border-box;
    border: 1px solid var(--byo-line);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--byo-shadow-soft);
}

#front_page_content-scripts h2 {
    margin: 0 0 22px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--byo-ink);
    text-align: center;
}

#front_page_content-scripts #wordpress,
#front_page_content-scripts #joomla,
#front_page_content-scripts #drupal,
#front_page_content-scripts #moodle,
#front_page_content-scripts #mambo,
#front_page_content-scripts #prestashop,
#front_page_content-scripts #phpbb {
    border-radius: 18px;
    background-color: var(--byo-panel-muted);
}

table.short-compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 12px 0;
}

table.short-compare td {
    vertical-align: top;
}

#tower-box {
    float: none;
    min-width: 0;
    border: 1px solid var(--byo-line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--byo-shadow-soft);
    overflow: hidden;
}

#tower-box-title {
    height: auto;
    padding: 22px 0 12px;
    border-bottom: 1px solid var(--byo-line);
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

#tower-box-title h2 {
    padding: 0 12px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: none;
    color: var(--byo-ink);
}

#tower-box-content,
#tower-box-price,
#tower-box-bottom,
#tower-box-content ul,
#tower-box-content-2 ul {
    width: 100%;
    box-sizing: border-box;
}

#tower-box-price {
    padding-top: 8px;
}

.tower-box-price-currency,
.tower-box-price-value,
.tower-box-price-period {
    color: var(--byo-blue);
}

.tower-box-price-value {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

#tower-box-content ul {
    height: auto;
    min-height: 258px;
    padding: 16px 0 0;
}

#tower-box-content ul li,
#tower-box-content-2 ul li {
    padding: 10px 16px;
    font-size: 14px;
    color: var(--byo-copy);
}

#tower-box-content ul li strong,
#tower-box-content-2 ul li strong {
    color: var(--byo-ink);
}

#tower-box-bottom {
    height: auto;
    padding: 0 0 28px;
}

.best-plan {
    right: 16px;
    top: 16px;
}

.article1-plan-box,
.domain-promo,
#domain-banner-1,
#dc-box,
.dc-banner {
    border-color: var(--byo-line);
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: var(--byo-shadow-soft);
}

.article1-plan-title span,
.article1-plan-price,
.article1-plan-price span {
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

.article1-plan-title span {
    color: var(--byo-ink);
}

.article1-plan-features,
.article1-plan-price {
    color: var(--byo-copy);
}

#domain-banner-1 {
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
}

h3.domain-banner-title-1 {
    padding: 22px 0 14px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--byo-ink);
}

#domain-banner-1 h4,
#domain-banner-1 h4 strong.tld-cont {
    color: var(--byo-blue);
}

#domain-only-banner {
    float: left;
    width: 960px;
    margin: 0 0 28px;
    padding: 28px;
    box-sizing: border-box;
    border: 1px solid var(--byo-line);
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: var(--byo-shadow-soft);
}

#domain-only-banner table {
    width: 438px !important;
}

#domain-only-banner td {
    padding: 14px 16px;
    vertical-align: middle;
    background: var(--byo-panel-muted);
    border-top: 1px solid var(--byo-line);
    border-bottom: 1px solid var(--byo-line);
}

#domain-only-banner td:first-child {
    border-left: 1px solid var(--byo-line);
    border-radius: 16px 0 0 16px;
}

#domain-only-banner td:last-child {
    border-right: 1px solid var(--byo-line);
    border-radius: 0 16px 16px 0;
}

#domain-only-banner td h3 {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--byo-ink);
}

#domain-only-banner td.text {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}

#domain-only-banner .currency,
#domain-only-banner .price-value {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color: var(--byo-blue);
}

#domain-only-banner .currency {
    font-size: 22px;
    font-weight: 700;
}

#domain-only-banner .price-value {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

#domain-search-area,
#domain-search-area-4 {
    float: left;
    width: 960px;
    height: auto;
    margin: 28px 0;
    padding: 26px 28px;
    box-sizing: border-box;
    border: 1px solid var(--byo-line);
    border-radius: 24px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%);
    box-shadow: var(--byo-shadow-soft);
}

#domain-search-form {
    float: none;
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 20px;
}

#domain-search-form h3 {
    float: none;
    width: 220px;
    margin: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    color: var(--byo-ink);
}

#domain-search-form div {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
}

#promo-tlds {
    float: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 18px 0 0;
    padding: 0;
    gap: 12px 18px;
    text-align: left;
}

#promo-tlds h3,
#promo-tlds p {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

#tld-box {
    margin: 0;
}

.tld-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border: 1px solid var(--byo-line-strong);
    border-radius: 12px;
    background: #ffffff;
}

.tld-price-value {
    color: var(--byo-blue);
}

.dc-header-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 351px;
    gap: 36px;
    align-items: start;
    padding: 0;
}

.dc-information,
.dc-image {
    float: none;
}

.dc-image img {
    width: 351px;
    height: 222px;
    object-fit: contain;
    border: 0;
    border-radius: 20px;
    box-shadow: var(--byo-shadow-soft);
}

.dedicated-plan-name-wrapper img,
.locations img,
#dc-box #box-content img,
.hide-for-small {
    max-width: none;
}

.dc-bottom-line {
    display: none;
}

.us-dc {
    background-image: url("../images/banner-usa-data-center.jpg?v=20260424b") !important;
}

.uk-dc {
    background-image: url("../images/banner-uk-data-center.jpg?v=20260424b") !important;
}

.au-dc {
    background-image: url("../images/banner-au-data-center.jpg?v=20260424b") !important;
}

#us-dc-banner {
    color: var(--byo-ink);
    border-radius: 28px;
    box-shadow: var(--byo-shadow-soft);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255,255,255,0.15)), url("../images/bg-us-dc-banner.png?v=20260424b") no-repeat top left !important;
}

#footer-full-width {
    float: left;
    width: 100%;
    margin: 36px 0 0;
    padding: 0;
}

#footer {
    width: 1000px;
    padding: 34px 28px;
    margin: 0 auto;
    position: relative;
    border: 0;
    border-radius: 30px 30px 0 0;
    background: linear-gradient(135deg, #0f172a 0%, #16243a 100%);
    box-shadow: var(--byo-shadow);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

#footer_menu {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

#footer_menu h3 {
    margin: 0 0 14px;
    padding: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #ffffff;
}

#footer_menu ul li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#footer_menu ul li a {
    padding: 10px 0 10px 14px;
    font-size: 14px;
    color: #c9d8ea;
    background-position: left center;
}

#footer_menu ul li a:hover {
    color: #ffffff;
    background-color: transparent;
}

#footer_bottom {
    width: 1000px;
    padding: 18px 28px 22px;
    margin: 0 auto;
    position: relative;
    border-radius: 0 0 30px 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 42px rgba(15, 23, 42, 0.12);
}

.footer-bottom-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#footer_contacts {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #475569;
}

#footer_contacts a:link,
#footer_contacts a:visited {
    font-size: 13px;
    color: var(--byo-blue);
}

.footer-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

#copyright {
    float: none;
    width: auto;
    padding-left: 0;
    font-size: 12px;
    color: #64748b;
}

#footer_cards {
    float: none;
    width: 250px;
    height: 24px;
    margin: 0;
    background-size: contain;
}

.header_dedicated {
    background-image: url("../images/header_dedicated_servers.jpg?v=20260424b") !important;
    background-size: 177px 180px !important;
}

.header_semi-dedicated {
    background-image: url("../images/header_semi_dedicated_servers.jpg?v=20260424b") !important;
    background-size: 184px 180px !important;
}

.header_web_hosting {
    background-image: url("../images/header_web_hosting.jpg?v=20260424b") !important;
    background-size: 209px 180px !important;
}

.header_vps_compare {
    background-image: url("../images/header_vps.jpg?v=20260424b") !important;
    background-size: 221px 180px !important;
}

.header_vps_openvz {
    background-image: url("../images/header_vps_openvz.jpg?v=20260424b") !important;
    background-size: 195px 180px !important;
}

.header_vps_virtuozzo {
    background-image: url("../images/header_vps_virtuozzo.jpg?v=20260424b") !important;
    background-size: 213px 180px !important;
}

.header_domains {
    background-image: url("../images/header_domains.jpg?v=20260424b") !important;
    background-size: 194px 180px !important;
}

.domain-promo {
    background-image: url("../images/bg-domain-promo.jpg?v=20260424b") !important;
    background-size: 600px 210px !important;
    background-position: right center !important;
}

#home-banner-1 {
    background-image:
        radial-gradient(circle at 76% 32%, rgba(37, 99, 235, 0.10), transparent 25%),
        url("../images/bkg-banner-front-page.png?v=20260424b"),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    background-position: center, right 46px center, center !important;
    background-size: auto, 420px 398px, cover !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
}
