:root {
    --hs-purple: #32146f;
    --hs-blue: #1589ca;
    --hs-pink: #e01978;
    --hs-orange: #ff8a00;
    --hs-green: #25a842;
    --hs-yellow: #ffd200;
    --hs-ink: #14213d;
    --hs-muted: #667085;
    --hs-soft: #f5f8ff;
}

.hs-top-bar {
    background: linear-gradient(90deg, var(--hs-purple), var(--hs-blue));
    color: #fff;
    font-size: 13px;
}

.hs-top-bar a {
    color: #fff;
    text-decoration: none;
}

.hostshop-nav {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 35px rgba(20, 33, 61, .08);
}

.hostshop-nav .navbar-brand img {
    width: 220px;
    max-width: 220px;
    height: auto;
    display: block;
}

.hostshop-nav .nav-link {
    color: #17203a;
    font-size: 15px;
    font-weight: 700;
    padding: 24px 7px;
    white-space: nowrap;
}

.hostshop-nav .nav-link:hover,
.hostshop-nav .nav-link:focus {
    color: var(--hs-pink);
}

.hostshop-nav .dropdown-menu {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(20, 33, 61, .14);
    padding: 12px;
    min-width: 255px;
}

.hostshop-nav .software-dropdown {
    min-width: 360px;
}

.hostshop-nav .dropdown-item {
    border-radius: 6px;
    color: #17203a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    padding: 9px 12px;
    white-space: normal;
}

.hostshop-nav .dropdown-item:hover,
.hostshop-nav .dropdown-item:focus {
    background: #fff4df;
    color: #111827;
}

.hostshop-footer {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(20, 33, 61, .96), rgba(50, 20, 111, .9)),
        url("../img/software-solutions-banner-hostshop.jpg") center/cover no-repeat;
}

.hostshop-footer a,
.hostshop-footer p,
.hostshop-footer li {
    color: rgba(255, 255, 255, .84);
}

.hostshop-footer a:hover {
    color: #fff;
}

.hostshop-footer .footer-logo {
    width: 280px;
    max-width: 100%;
    background: rgba(255, 255, 255, .94);
    border-radius: 8px;
    padding: 10px;
}

.hostshop-footer-bottom {
    background: #111827;
    color: #fff;
}

.hostshop-footer-bottom a {
    color: rgba(255, 255, 255, .82);
    margin-left: 15px;
    text-decoration: none;
}

.hostshop-footer-bottom a:hover {
    color: #fff;
}

.back-to-top-button {
    position: fixed !important;
    right: 18px !important;
    bottom: 88px !important;
    width: 58px !important;
    height: 58px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, var(--hs-pink), var(--hs-orange)) !important;
    color: #fff !important;
    z-index: 2147483000 !important;
    border: 3px solid #fff !important;
    box-shadow: 0 16px 34px rgba(224, 25, 120, .4) !important;
    font-size: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-decoration: none !important;
}

.about-service-img {
    width: 100%;
    height: 112px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(20, 33, 61, .12);
}

.management-card {
    border: 1px solid rgba(20, 33, 61, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(20, 33, 61, .08);
    padding: 28px;
    height: 100%;
}

.management-card i {
    color: var(--hs-orange);
    font-size: 26px;
    margin-bottom: 14px;
}

.management-card h3 {
    color: var(--hs-ink);
    font-size: 20px;
    font-weight: 900;
}

.management-card p {
    color: var(--hs-muted);
    line-height: 1.7;
    margin-bottom: 0;
}

.hostshop-cta-strip {
    background: linear-gradient(135deg, #17203a, #e01978 52%, #ff8a00);
    color: #fff;
}

.hostshop-cta-strip h2,
.hostshop-cta-strip h3,
.hostshop-cta-strip p {
    color: #fff;
}

.hostshop-cta-strip .btn {
    border-radius: 6px;
    font-weight: 800;
    padding: 12px 22px;
}

.hostshop-cta-strip .btn-light:hover {
    background: #fff4df;
    color: #111827;
}

.btn-hostshop {
    background: linear-gradient(135deg, var(--hs-pink), var(--hs-orange));
    border: 0;
    border-radius: 6px;
    box-shadow: 0 14px 30px rgba(224, 25, 120, .22);
    color: #fff;
    font-weight: 800;
}

.btn-hostshop:hover,
.btn-hostshop:focus {
    color: #fff;
    transform: translateY(-1px);
}

.domain-page-intro {
    padding: 58px 0 24px;
}

.domain-page-intro .lead {
    color: var(--hs-muted);
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.domain-panel {
    padding: 32px 0 82px;
}

.domain-card {
    background: #fff;
    border-radius: 8px;
    border-top: 5px solid var(--hs-yellow);
    box-shadow: 0 24px 70px rgba(20, 33, 61, .14);
    padding: 30px;
}

.domain-form {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 150px 150px;
    gap: 12px;
}

.domain-form .form-control,
.domain-form .form-select {
    border: 1px solid #d7deec;
    border-radius: 6px;
    font-weight: 700;
    height: 54px;
}

.domain-tlds {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.domain-tlds span {
    background: var(--hs-soft);
    border-radius: 999px;
    color: #2b3558;
    display: inline-flex;
    font-size: 13px;
    font-weight: 800;
    padding: 7px 11px;
}

.domain-results {
    display: none;
    margin-top: 22px;
}

.domain-results.is-visible {
    display: block;
}

.domain-results-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.domain-result-card {
    background: #fff;
    border: 1px solid #d7deec;
    border-radius: 8px;
    padding: 14px;
}

.domain-result-card strong {
    color: var(--hs-ink);
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.domain-status {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 6px;
    padding: 5px 9px;
}

.domain-status.available {
    background: #e8fff4;
    color: #087443;
}

.domain-status.registered {
    background: #fff1f0;
    color: #b42318;
}

.domain-status.checking,
.domain-status.unknown {
    background: #fff7df;
    color: #7a4d00;
}

.domain-result-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.domain-result-actions a {
    color: var(--hs-purple);
    font-size: 13px;
    font-weight: 900;
}

.webdev-feature-card,
.webdev-tech-card {
    background: #fff;
    border: 1px solid rgba(20, 33, 61, .08);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(20, 33, 61, .08);
    height: 100%;
    padding: 24px;
}

.webdev-feature-card i,
.webdev-tech-card i {
    color: var(--hs-orange);
    font-size: 26px;
    margin-bottom: 14px;
}

.webdev-feature-card h3,
.webdev-tech-card h3 {
    color: var(--hs-ink);
    font-size: 19px;
    font-weight: 900;
}

.webdev-feature-card p,
.webdev-tech-card p {
    color: var(--hs-muted);
    line-height: 1.68;
    margin-bottom: 0;
}

.webdev-process {
    counter-reset: webdev-step;
}

.webdev-process .webdev-feature-card h3::before {
    counter-increment: webdev-step;
    content: counter(webdev-step, decimal-leading-zero) ". ";
    color: var(--hs-pink);
}

.dns-record-card {
    background: #fff;
    border: 1px solid rgba(20, 33, 61, .08);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(20, 33, 61, .08);
    height: 100%;
    padding: 24px;
}

.dns-record-card .record-badge {
    align-items: center;
    background: linear-gradient(135deg, var(--hs-blue), var(--hs-green));
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: center;
    min-width: 72px;
    padding: 8px 12px;
    margin-bottom: 15px;
}

.dns-record-card:nth-child(2n) .record-badge {
    background: linear-gradient(135deg, var(--hs-pink), var(--hs-orange));
}

.dns-record-card h3 {
    color: var(--hs-ink);
    font-size: 19px;
    font-weight: 900;
}

.dns-record-card p {
    color: var(--hs-muted);
    line-height: 1.68;
    margin-bottom: 0;
}

.dns-check-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

.dns-check-list li {
    color: #2b3558;
    display: flex;
    font-weight: 700;
    gap: 12px;
    margin-bottom: 12px;
}

.dns-check-list i {
    color: var(--hs-green);
    margin-top: 4px;
}

.kb-nav-card,
.kb-article-card,
.ticket-panel {
    background: #fff;
    border: 1px solid rgba(20, 33, 61, .08);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(20, 33, 61, .08);
    height: 100%;
    padding: 24px;
}

.kb-nav-card i,
.kb-article-card i {
    color: var(--hs-orange);
    font-size: 25px;
    margin-bottom: 14px;
}

.kb-nav-card h3,
.kb-article-card h2,
.ticket-panel h2 {
    color: var(--hs-ink);
    font-weight: 900;
}

.kb-nav-card p,
.kb-article-card p,
.kb-article-card li,
.ticket-panel p {
    color: var(--hs-muted);
    line-height: 1.68;
}

.kb-nav-card a {
    color: var(--hs-purple);
    font-weight: 900;
}

.kb-settings-table {
    margin: 18px 0;
}

.kb-settings-table th {
    background: var(--hs-soft);
    color: var(--hs-ink);
}

.kb-settings-table td,
.kb-settings-table th {
    border-color: #d7deec !important;
    vertical-align: middle;
}

.email-guide-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 22px 0;
}

.email-visual-guide {
    background: var(--hs-soft);
    border: 1px solid #d7deec;
    border-radius: 8px;
    margin-top: 24px;
    padding: 22px;
}

.email-visual-guide h3 {
    color: var(--hs-ink);
    font-size: 22px;
    font-weight: 900;
}

.email-step-card {
    background: #fff;
    border: 1px solid rgba(20, 33, 61, .08);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(20, 33, 61, .07);
    height: 100%;
    overflow: hidden;
}

.email-step-shot {
    background: #f4f7fb;
    border-bottom: 1px solid #d7deec;
    min-height: 170px;
    padding: 18px;
}

.email-window {
    background: #fff;
    border: 1px solid #cfd8e8;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(20, 33, 61, .08);
    overflow: hidden;
}

.email-window-bar {
    align-items: center;
    background: #17203a;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    min-height: 34px;
    padding: 0 12px;
}

.email-window-body {
    padding: 14px;
}

.email-field-row {
    align-items: center;
    border: 1px solid #d7deec;
    border-radius: 6px;
    display: flex;
    font-size: 12px;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 8px 10px;
}

.email-field-row.is-check {
    justify-content: flex-start;
}

.email-check-box {
    align-items: center;
    background: var(--hs-green);
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    justify-content: center;
    width: 20px;
}

.email-radio-list {
    display: grid;
    gap: 8px;
}

.email-radio-item {
    align-items: center;
    border: 1px solid #d7deec;
    border-radius: 6px;
    color: #2b3558;
    display: flex;
    font-size: 12px;
    font-weight: 800;
    gap: 8px;
    padding: 8px 10px;
}

.email-radio-dot {
    border: 2px solid var(--hs-blue);
    border-radius: 50%;
    height: 15px;
    position: relative;
    width: 15px;
}

.email-radio-dot::after {
    background: var(--hs-blue);
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 7px;
}

.email-field-row strong {
    color: var(--hs-ink);
}

.email-step-content {
    padding: 16px;
}

.email-step-content h4 {
    color: var(--hs-ink);
    font-size: 17px;
    font-weight: 900;
}

.email-step-content p,
.email-step-content li {
    color: var(--hs-muted);
    line-height: 1.62;
}

.ticket-panel .form-control,
.ticket-panel .form-select {
    border: 1px solid #d7deec;
    border-radius: 6px;
    min-height: 48px;
}

.ip-blacklist-panel {
    background:
        linear-gradient(135deg, rgba(20, 33, 61, .97), rgba(50, 20, 111, .92)),
        url("../img/dns-management-page-banner-hostshop.jpg") center/cover no-repeat;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(20, 33, 61, .2);
    color: #fff;
    padding: 30px;
}

.my-ip-panel {
    background: #fff;
    border: 1px solid rgba(20, 33, 61, .08);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(20, 33, 61, .08);
    padding: 28px;
}

.my-ip-card {
    background: var(--hs-soft);
    border: 1px solid #d7deec;
    border-radius: 8px;
    height: 100%;
    padding: 18px;
}

.my-ip-card span {
    color: var(--hs-muted);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.my-ip-card strong {
    color: var(--hs-ink);
    display: block;
    font-size: 18px;
    margin-top: 7px;
    word-break: break-word;
}

.ip-blacklist-panel h2,
.ip-blacklist-panel p,
.ip-blacklist-panel label {
    color: #fff;
}

.ip-blacklist-form {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(180px, 1fr) 170px;
}

.ip-blacklist-form .form-control {
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 6px;
    min-height: 54px;
}

.ip-blacklist-results {
    display: none;
    margin-top: 22px;
}

.ip-blacklist-results.is-visible {
    display: block;
}

.ip-blacklist-summary {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    margin-bottom: 14px;
    padding: 14px;
}

.blacklist-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blacklist-result-card {
    background: rgba(255, 255, 255, .96);
    border-radius: 8px;
    color: var(--hs-ink);
    padding: 13px;
}

.blacklist-result-card strong {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.blacklist-status {
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    padding: 4px 8px;
}

.blacklist-status.listed {
    background: #fff1f0;
    color: #b42318;
}

.blacklist-status.clear {
    background: #e8fff4;
    color: #087443;
}

.blacklist-status.unknown {
    background: #fff7df;
    color: #7a4d00;
}

.legal-page-hero {
    background: linear-gradient(135deg, #f7fbff 0%, #eef7ff 54%, #fff4fa 100%);
    border-bottom: 1px solid #dfe8f4;
    padding: 70px 0 48px;
}

.legal-page-hero .legal-kicker {
    color: var(--hs-pink);
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.legal-page-hero h1 {
    color: var(--hs-blue);
    font-weight: 900;
    margin-bottom: 12px;
}

.legal-page-hero p {
    color: #51627b;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 820px;
}

.legal-card {
    background: #fff;
    border: 1px solid #dfe8f4;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 42, 75, 0.07);
    padding: 30px;
}

.legal-card h2 {
    color: var(--hs-blue);
    font-size: 22px;
    font-weight: 900;
    margin: 26px 0 12px;
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card p,
.legal-card li {
    color: #52627a;
    line-height: 1.8;
}

.legal-card ul {
    margin-bottom: 0;
    padding-left: 22px;
}

.legal-meta {
    background: #f5f9ff;
    border: 1px solid #dce9f8;
    border-radius: 8px;
    color: #39506e;
    font-weight: 700;
    margin-bottom: 22px;
    padding: 14px 16px;
}

.sitemap-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sitemap-box {
    background: #fff;
    border: 1px solid #dfe8f4;
    border-radius: 8px;
    padding: 22px;
}

.sitemap-box h2 {
    color: var(--hs-blue);
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 14px;
}

.sitemap-box a {
    color: #405270;
    display: block;
    font-weight: 700;
    margin: 9px 0;
}

.sitemap-box a:hover {
    color: var(--hs-pink);
}

.email-solutions-hero {
    background: linear-gradient(90deg, rgba(12, 30, 66, .88), rgba(17, 82, 151, .76)), url("../img/email-services-page-banner-hostshop.jpg") center/cover no-repeat;
    min-height: 330px;
    padding: 86px 0 70px;
}

.email-solutions-hero h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
}

.email-solutions-hero p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.7;
    max-width: 760px;
}

.email-solution-card,
.email-plan-card,
.email-process-card {
    background: #fff;
    border: 1px solid #dfe8f4;
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(18, 42, 75, 0.07);
    height: 100%;
    padding: 24px;
}

.email-solution-card i,
.email-process-card i {
    align-items: center;
    background: #eef7ff;
    border-radius: 8px;
    color: var(--hs-blue);
    display: inline-flex;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    margin-bottom: 16px;
    width: 52px;
}

.email-solution-card h3,
.email-process-card h3,
.email-plan-card h3 {
    color: var(--hs-blue);
    font-weight: 900;
}

.email-solution-card p,
.email-process-card p,
.email-plan-card p,
.email-plan-card li {
    color: #52627a;
    line-height: 1.72;
}

.email-plan-card {
    display: flex;
    flex-direction: column;
}

.email-plan-card.featured {
    border-color: var(--hs-pink);
    box-shadow: 0 18px 46px rgba(228, 43, 134, .13);
}

.email-plan-type {
    color: var(--hs-pink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.email-plan-price {
    color: var(--hs-blue);
    font-size: 34px;
    font-weight: 900;
    margin: 12px 0 4px;
}

.email-plan-price small {
    color: #67758d;
    font-size: 14px;
    font-weight: 700;
}

.email-plan-card ul {
    margin: 18px 0 22px;
    padding-left: 19px;
}

.email-plan-card .btn {
    margin-top: auto;
}

.email-note-box {
    background: #f5f9ff;
    border: 1px solid #dce9f8;
    border-radius: 8px;
    color: #405270;
    line-height: 1.7;
    padding: 18px;
}

@media (max-width: 1199px) {
    .hostshop-nav .nav-link {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media (max-width: 767px) {
    .hostshop-nav .navbar-brand img {
        width: 190px;
        max-width: 190px;
    }

    .hostshop-nav .nav-link {
        padding: 10px 0;
    }

    .hostshop-footer-bottom a {
        display: inline-block;
        margin: 8px 12px 0 0;
    }

    .domain-form,
    .domain-results-grid,
    .ip-blacklist-form,
    .blacklist-grid {
        grid-template-columns: 1fr;
    }

    .sitemap-grid {
        grid-template-columns: 1fr;
    }

    .legal-card {
        padding: 22px;
    }

    .email-solutions-hero {
        min-height: auto;
        padding: 60px 0 52px;
    }

    .email-solutions-hero h1 {
        font-size: 32px;
    }
}
