/* Conversion: sticky CTA, compact hero, cookie banner, directory landing */

.hh-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: #1a252f;
    color: #fff;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 3px solid #e67e22;
}
.hh-sticky-cta .hh-sticky-price {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.02em;
}
.hh-sticky-cta .hh-sticky-price span {
    color: #e67e22;
}
.hh-sticky-cta a.hh-sticky-btn {
    display: inline-block;
    background: #e67e22;
    color: #fff !important;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
}
.hh-sticky-cta a.hh-sticky-btn:hover {
    background: #d35400;
    color: #fff !important;
}
.hh-sticky-cta a.hh-sticky-phone {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}
body.hh-has-sticky-cta {
    padding-bottom: 72px;
}

.hero-price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0 0 18px;
    flex-wrap: wrap;
}
.hero-price-row .hero-price {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.hero-price-row .hero-price-note {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
}
.hero-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 8px;
}
.hero-cta-row .btn-secondary-hero {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,0.7);
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}
.hero-cta-row .btn-secondary-hero:hover {
    background: rgba(255,255,255,0.12);
    color: #fff !important;
}
.hero-domain-search {
    margin-top: 22px;
    max-width: 580px;
}
.hero-domain-search .domain-search-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.hero-domain-search .domain-search-input {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 1.3;
    box-shadow: none;
}
.hero-domain-search .domain-search-input:focus {
    outline: none;
    background: #fff;
    box-shadow: none;
}
.hero-domain-search .domain-btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    border-radius: 0;
    background: #e67e22;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 18px;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transform: none;
    box-shadow: none;
    text-decoration: none;
}
.hero-domain-search .domain-btn:hover,
.hero-domain-search .domain-btn:focus {
    transform: none;
    box-shadow: none;
}
.hero-domain-search .domain-btn-search:hover,
.hero-domain-search .domain-btn-search:focus {
    background: #d35400;
    color: #fff;
}
.hero-domain-search .domain-btn-transfer {
    background: #2c3e50;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-domain-search .domain-btn-transfer:hover,
.hero-domain-search .domain-btn-transfer:focus {
    background: #1a252f;
    color: #fff;
}

.comparison-lead-wrap {
    margin-top: -48px;
    position: relative;
    z-index: 2;
}
.comparison-lead {
    background: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    margin: 0 auto 0;
    max-width: 920px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    text-align: center;
}
.comparison-lead h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 800;
    color: #2c3e50;
}
.comparison-lead p {
    color: #5a6a7a;
    margin: 0 0 22px;
    font-size: 16px;
    line-height: 1.6;
}
.comparison-lead .lead-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    margin: 0 0 22px;
    font-size: 14px;
    color: #2c3e50;
    font-weight: 600;
}
.comparison-lead .lead-points i {
    color: #007a63;
    margin: 0 6px 0 0;
    float: none;
    display: inline;
}
.comparison-lead .btn {
    margin: 0;
}

.welcome-hero {
    background: #1a252f;
    color: #fff;
    padding: 56px 20px 48px;
    text-align: center;
}
.welcome-hero h1 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #fff;
}
.welcome-hero .price {
    font-size: 48px;
    font-weight: 800;
    color: #007a63;
    margin: 8px 0;
}
.welcome-hero .welcome-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}
.welcome-btn {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none !important;
    line-height: 1.2;
}
.welcome-btn-order {
    background: #e67e22;
    color: #fff !important;
}
.welcome-btn-order:hover,
.welcome-btn-order:visited {
    background: #d35400;
    color: #fff !important;
}
.welcome-btn-call {
    background: #fff;
    color: #1a252f !important;
    border: 2px solid #fff;
}
.welcome-btn-call:hover,
.welcome-btn-call:visited {
    background: #f4f6f8;
    color: #1a252f !important;
}
.welcome-compare {
    margin: 18px 0 0;
    font-size: 15px;
}
.welcome-compare a,
.welcome-compare a:visited {
    color: #fff !important;
    text-decoration: underline;
}
.welcome-page,
.welcome-page #wrapper {
    background: #f4f6f8;
}
.welcome-page #wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.welcome-page header,
.welcome-page .welcome-hero,
.welcome-page footer {
    flex-shrink: 0;
    width: 100%;
}
.welcome-points-wrap {
    background: #f4f6f8;
    padding: 36px 16px 48px;
    flex: 1;
    width: 100%;
}
.welcome-points {
    max-width: 720px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.welcome-points div {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e8ecef;
}
.welcome-points p {
    margin: 8px 0 0;
    color: #5a6a7a;
}
.welcome-plans {
    max-width: 860px;
    margin: 28px auto 0;
}
.welcome-plans h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    color: #1a252f;
    margin: 0 0 18px;
}
.welcome-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.welcome-plan {
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 10px;
    padding: 20px 16px;
    text-align: center;
}
.welcome-plan h3 {
    margin: 0;
    font-size: 18px;
    color: #1a252f;
}
.welcome-plan .welcome-plan-price {
    margin: 8px 0 4px;
    font-size: 28px;
    font-weight: 800;
    color: #007a63;
}
.welcome-plan p {
    margin: 0 0 14px;
    color: #5a6a7a;
    font-size: 14px;
}
.welcome-plan .welcome-btn {
    padding: 12px 18px;
    font-size: 15px;
}
.welcome-hero a.welcome-btn-call,
.welcome-hero a.welcome-btn-call:visited,
.welcome-hero a.welcome-btn-call:hover {
    color: #1a252f !important;
    background: #fff !important;
}
.wp-cta-section a.btn {
    color: #e67e22 !important;
}
.wp-cta-section a.btn:hover {
    color: #fff !important;
    background: #2c3e50 !important;
}

/* CookieScan: keep below sticky CTA, compact at the bottom */
[id*="CookieScan"],
[id*="cookiescan"],
[class*="CookieScan"],
[class*="cookiescan"],
#cookie-banner,
.cc-window {
    z-index: 99990 !important;
}

@media (max-width: 767px) {
    .comparison-lead-wrap { margin-top: -36px; }
    .comparison-lead { padding: 24px 20px; }
    .hero-price-row .hero-price { font-size: 32px; }
    .welcome-points { grid-template-columns: 1fr; padding: 0 16px; }
    .welcome-plan-grid { grid-template-columns: 1fr; }
    .hh-sticky-cta { gap: 10px; padding: 8px 12px; }
    .hh-sticky-cta .hh-sticky-price { font-size: 13px; }
    .hero-domain-search .domain-search-inner {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .hero-domain-search .domain-search-input {
        flex: 1 1 100%;
        border-bottom: 1px solid #e8ecef;
    }
    .hero-domain-search .domain-btn {
        flex: 1 1 50%;
        padding: 14px 12px;
    }
}

/* Homepage design switcher: refinement-only blocks stay hidden on Current */
.hh-trust-refined,
.hh-reseller-note {
    display: none;
}
