:root {
    --huko-surface: #ffffff;
    --huko-card-shadow: 0 20px 55px rgba(21, 34, 66, 0.08);
}

.huko-page-main {
    padding-top: 120px;
}

.huko-currency-select {
    min-width: 96px;
}

.huko-hero-title {
    max-width: 920px;
    margin: 0 auto;
}

.huko-home-hero-gradient {
    background-image:
        radial-gradient(58rem 30rem at 84% -6%, rgba(92, 101, 255, 0.34) 0%, rgba(92, 101, 255, 0) 72%),
        radial-gradient(48rem 28rem at 18% 0%, rgba(132, 184, 255, 0.35) 0%, rgba(132, 184, 255, 0) 74%),
        radial-gradient(44rem 24rem at 38% -10%, rgba(245, 190, 255, 0.3) 0%, rgba(245, 190, 255, 0) 75%),
        url(../assets/img/shapes/hero-2-grid-box.png);
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-position: center top, left top, center top, center top;
}

[data-bs-theme="dark"] .huko-home-hero-gradient {
    background-image:
        radial-gradient(58rem 30rem at 84% -6%, rgba(92, 101, 255, 0.22) 0%, rgba(92, 101, 255, 0) 72%),
        radial-gradient(48rem 28rem at 18% 0%, rgba(132, 184, 255, 0.24) 0%, rgba(132, 184, 255, 0) 74%),
        radial-gradient(44rem 24rem at 38% -10%, rgba(245, 190, 255, 0.2) 0%, rgba(245, 190, 255, 0) 75%),
        url(../assets/img/shapes/hero-2-grid-box-dark.png);
}

.huko-search-card {
    box-shadow: var(--huko-card-shadow);
}

.huko-domain-search-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    padding: 12px;
    border-radius: 14px;
    background: #fff;
}

.huko-domain-input-row {
    width: 100%;
}

.huko-domain-search-form .huko-domain-input {
    width: 100%;
    height: 52px;
    border-radius: 10px;
    border: 1px solid rgba(33, 37, 41, 0.14);
    box-shadow: none;
    min-width: 0;
    padding-inline: 14px;
}

.huko-domain-search-form .huko-domain-input::placeholder {
    color: rgba(26, 34, 51, 0.55);
}

.huko-domain-action-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.huko-domain-action-row .btn {
    width: 100%;
    min-width: 0;
    height: 48px;
    border-radius: 10px;
    justify-content: center;
    padding-inline: 18px;
    white-space: nowrap;
}

.huko-domain-search-form .huko-domain-search-btn {
    gap: 6px;
}

.huko-search-card .btn,
.huko-service-card .btn,
.huko-product-card .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.huko-mini-note {
    color: rgba(26, 34, 51, 0.72);
    font-size: 14px;
}

.huko-service-card {
    background: var(--huko-surface);
    border-radius: 18px;
    box-shadow: var(--huko-card-shadow);
    padding: 28px;
    height: 100%;
}

.huko-service-card h6 {
    min-height: 52px;
}

.huko-service-card img {
    max-width: 72px;
}

.huko-stat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.huko-stat-item {
    background: #fff;
    border: 1px solid rgba(33, 37, 41, 0.08);
    border-radius: 14px;
    padding: 18px;
    text-align: center;
}

.huko-domain-result {
    border: 1px solid rgba(33, 37, 41, 0.15);
    border-radius: 12px;
    padding: 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: #fff;
}

.huko-domain-result + .huko-domain-result {
    margin-top: 10px;
}

.huko-domain-result--exact {
    border-left: 4px solid #6366f1;
    background: linear-gradient(90deg, rgba(99,102,241,0.07) 0%, #fff 60%);
}
[data-bs-theme="dark"] .huko-domain-result--exact {
    background: linear-gradient(90deg, rgba(99,102,241,0.12) 0%, transparent 60%);
}
.huko-domain-exact-msg {
    font-size: 0.95rem;
    font-weight: 500;
}

.huko-domain-advanced-card {
    border: 1px solid rgba(33, 37, 41, 0.11);
    border-radius: 18px;
    background: #fff;
    padding: 24px;
    box-shadow: var(--huko-card-shadow);
}

.huko-tld-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
    gap: 10px;
}

.huko-tld-chip,
.huko-generated-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(33, 37, 41, 0.12);
    border-radius: 12px;
    background: #f8fafc;
    padding: 8px 10px;
    font-size: 13px;
}

.huko-generated-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    max-height: 280px;
    overflow: auto;
    padding-right: 4px;
}

.huko-domain-results-stack {
    display: grid;
    gap: 14px;
}

.huko-domain-result-card {
    border: 1px solid rgba(33, 37, 41, 0.1);
    border-radius: 14px;
    background: #fff;
    padding: 16px;
}

.huko-domain-result-table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(26, 34, 51, 0.66);
}

.huko-domain-result-table td {
    vertical-align: middle;
}

.huko-service-hero {
    background: linear-gradient(138deg, rgba(89, 96, 255, 0.15), rgba(20, 175, 125, 0.12));
    border: 1px solid rgba(89, 96, 255, 0.2);
    border-radius: 22px;
    padding: 36px;
}

.huko-product-grid {
    display: grid;
    gap: 20px;
    justify-content: center;
}

.huko-product-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.huko-product-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.huko-product-grid--auto {
    grid-template-columns: repeat(auto-fit, minmax(260px, 340px));
}

.huko-product-card {
    border: 1px solid rgba(33, 37, 41, 0.1);
    border-radius: 18px;
    background: #fff;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.huko-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(21, 34, 66, 0.12);
    border-color: rgba(89, 96, 255, 0.25);
}

.huko-product-card--popular {
    border-color: rgba(89, 96, 255, 0.35);
    box-shadow: 0 14px 40px rgba(89, 96, 255, 0.10);
}

.huko-product-card--popular:hover {
    border-color: rgba(89, 96, 255, 0.5);
    box-shadow: 0 20px 55px rgba(89, 96, 255, 0.16);
}

.huko-product-card__ribbon {
    position: absolute;
    top: 30px;
    right: -45px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 5px 40px;
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.3);
}

.huko-product-card__header {
    padding: 28px 24px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(33, 37, 41, 0.08);
}

.huko-product-card__name {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
    color: #1a2233;
}

.huko-product-card__price-block {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
}

.huko-product-card__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px 24px;
    flex-grow: 1;
}

.huko-feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.huko-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(33, 37, 41, 0.05);
    font-size: 13.5px;
    line-height: 1.4;
}

.huko-feature-item:last-child {
    border-bottom: none;
}

.huko-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex-shrink: 0;
}

.huko-feature-icon--check {
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
}

.huko-feature-icon--cross {
    background: rgba(239, 68, 68, 0.10);
    color: #ef4444;
}

.huko-feature-icon--neutral {
    background: rgba(148, 163, 184, 0.12);
    color: #94a3b8;
}

.huko-feature-text {
    color: #334155;
}

.huko-feature-item--excluded .huko-feature-text {
    color: #94a3b8;
    text-decoration: line-through;
    text-decoration-color: rgba(148, 163, 184, 0.5);
}

.huko-product-card__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.huko-product-card h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.huko-product-popular {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 4px 11px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0a6d57;
    background: rgba(20, 175, 125, 0.18);
    border: 1px solid rgba(20, 175, 125, 0.28);
    flex-shrink: 0;
}

.huko-product-card .list {
    margin-bottom: 0;
    flex-grow: 1;
}

.huko-product-card__footer {
    margin-top: auto;
    padding: 20px 24px 24px;
}

.huko-product-price {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    color: #1a2233;
}

.huko-product-cycle {
    font-size: 14px;
    color: rgba(26, 34, 51, 0.55);
    font-weight: 500;
}

.huko-prose p {
    color: rgba(26, 34, 51, 0.85);
}

.huko-affiliate-hero {
    background: linear-gradient(132deg, #18243f 0%, #1f4873 48%, #1f876f 100%);
    border-radius: 24px;
    padding: 42px;
    box-shadow: 0 26px 56px rgba(11, 25, 49, 0.28);
}

.huko-affiliate-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.huko-affiliate-hero-image {
    max-height: 360px;
    object-fit: contain;
}

.huko-affiliate-metric {
    background: #fff;
    border: 1px solid rgba(33, 37, 41, 0.11);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 14px 35px rgba(15, 32, 60, 0.08);
}

.huko-affiliate-metric-label {
    font-size: 13px;
    font-weight: 600;
    color: rgba(26, 34, 51, 0.65);
}

.huko-affiliate-feature {
    background: #fff;
    border: 1px solid rgba(33, 37, 41, 0.1);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 16px 34px rgba(15, 32, 60, 0.06);
}

.huko-affiliate-feature-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: grid;
    place-content: center;
    margin-bottom: 16px;
    color: #fff;
    background: linear-gradient(138deg, #3858e9, #24a77f);
}

.huko-affiliate-cta {
    background: linear-gradient(140deg, rgba(56, 88, 233, 0.14), rgba(36, 167, 127, 0.18));
    border: 1px solid rgba(56, 88, 233, 0.24);
    border-radius: 22px;
    padding: 30px;
}

.huko-affiliate-home-card {
    background: linear-gradient(132deg, rgba(56, 88, 233, 0.08), rgba(36, 167, 127, 0.11));
    border: 1px solid rgba(56, 88, 233, 0.2);
    border-radius: 22px;
    padding: 30px;
}

.huko-affiliate-home-pill {
    background: #fff;
    border: 1px solid rgba(33, 37, 41, 0.1);
    border-radius: 14px;
    padding: 16px;
}

.huko-saas-hero,
.huko-saas-detail-hero {
    background: linear-gradient(135deg, rgba(11, 153, 141, 0.12), rgba(45, 116, 255, 0.11));
    border: 1px solid rgba(45, 116, 255, 0.2);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 16px 42px rgba(13, 35, 66, 0.08);
}

.huko-saas-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0e5f73;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(14, 95, 115, 0.25);
}

.huko-saas-hero-shot,
.huko-saas-gallery-shot {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(33, 37, 41, 0.1);
    background: #fff;
    box-shadow: 0 14px 34px rgba(13, 35, 66, 0.09);
}

.huko-saas-card {
    border: 1px solid rgba(33, 37, 41, 0.1);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 32px rgba(13, 35, 66, 0.08);
    display: flex;
    flex-direction: column;
}

.huko-saas-card__media {
    background: linear-gradient(150deg, rgba(11, 153, 141, 0.12), rgba(45, 116, 255, 0.12));
}

.huko-saas-card__media img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.huko-saas-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.huko-saas-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #0b846b;
    background: rgba(11, 132, 107, 0.12);
    width: fit-content;
}

.huko-saas-price {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    color: #132a53;
}

.huko-saas-card__footer {
    padding: 0 24px 24px;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.huko-saas-card__footer .btn {
    justify-content: center;
}

.huko-saas-panel {
    border: 1px solid rgba(33, 37, 41, 0.1);
    border-radius: 20px;
    background: #fff;
    padding: 26px;
    box-shadow: 0 14px 32px rgba(13, 35, 66, 0.06);
}

.huko-saas-mini-stat {
    border: 1px solid rgba(33, 37, 41, 0.1);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(11, 153, 141, 0.08), rgba(45, 116, 255, 0.08));
    min-height: 100%;
    padding: 16px;
}

.huko-saas-mini-stat strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    color: #132a53;
}

.huko-saas-mini-stat span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: rgba(26, 34, 51, 0.74);
}

.huko-saas-price-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.huko-saas-price-block {
    border: 1px solid rgba(33, 37, 41, 0.1);
    border-radius: 16px;
    padding: 16px 18px;
    background: #fff;
}

.huko-saas-price-block--live {
    border-color: rgba(11, 132, 107, 0.34);
    background: rgba(11, 132, 107, 0.08);
}

.huko-saas-price-label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(26, 34, 51, 0.62);
}

.huko-saas-price-value {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    line-height: 1.2;
    color: #132a53;
}

@media (max-width: 1199px) {
    .huko-product-grid--three,
    .huko-product-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .huko-page-main {
        padding-top: 88px;
    }

    .huko-stat-list {
        grid-template-columns: 1fr;
    }

    .huko-home-hero-gradient {
        background-image:
            radial-gradient(42rem 22rem at 82% -10%, rgba(92, 101, 255, 0.28) 0%, rgba(92, 101, 255, 0) 72%),
            radial-gradient(36rem 20rem at 12% 2%, rgba(132, 184, 255, 0.3) 0%, rgba(132, 184, 255, 0) 75%),
            radial-gradient(34rem 18rem at 40% -12%, rgba(245, 190, 255, 0.26) 0%, rgba(245, 190, 255, 0) 76%),
            url(../assets/img/shapes/hero-2-grid-box.png);
    }
}

@media (max-width: 767px) {
    .huko-product-grid--three,
    .huko-product-grid--four,
    .huko-product-grid--auto {
        grid-template-columns: 1fr;
    }

    .huko-service-hero {
        padding: 24px;
    }

    .huko-affiliate-hero,
    .huko-affiliate-cta,
    .huko-affiliate-home-card,
    .huko-saas-hero,
    .huko-saas-detail-hero,
    .huko-saas-panel {
        padding: 24px;
    }

    .huko-saas-card__footer {
        grid-template-columns: 1fr;
    }

    .huko-domain-action-row {
        grid-template-columns: 1fr;
    }

    .huko-domain-result {
        flex-direction: column;
        align-items: flex-start;
    }

    .huko-domain-result .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ── Service Features Grid ── */
.huko-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.huko-ft-card {
    background: var(--huko-surface);
    border: 1px solid rgba(33, 37, 41, 0.07);
    border-radius: 16px;
    padding: 28px 24px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.huko-ft-card:hover {
    box-shadow: 0 12px 36px rgba(21, 34, 66, 0.10);
    transform: translateY(-2px);
}

.huko-ft-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(45, 116, 255, 0.10), rgba(92, 101, 255, 0.10));
    color: #2d74ff;
    margin-bottom: 16px;
}

.huko-ft-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #1a2233;
    margin-bottom: 8px;
}

.huko-ft-card__desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(26, 34, 51, 0.68);
    margin-bottom: 0;
}

[data-bs-theme="dark"] .huko-ft-card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .huko-ft-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

[data-bs-theme="dark"] .huko-ft-card__icon {
    background: linear-gradient(135deg, rgba(92, 141, 255, 0.15), rgba(132, 101, 255, 0.15));
    color: #8cb4ff;
}

[data-bs-theme="dark"] .huko-ft-card__title {
    color: #e8edf5;
}

[data-bs-theme="dark"] .huko-ft-card__desc {
    color: rgba(232, 237, 245, 0.58);
}

@media (max-width: 991.98px) {
    .huko-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .huko-features-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Currency Header Dropdown ── */
.huko-currency-toggle {
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 13px !important;
    white-space: nowrap;
}

.huko-flag-icon {
    border-radius: 2px;
    object-fit: cover;
    vertical-align: middle;
}

.huko-flag-placeholder {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 10px;
    color: #6c757d;
}

.huko-currency-dropdown-menu {
    min-width: 220px;
    max-height: 320px;
    overflow-y: auto;
    padding: 6px;
}

.huko-currency-dropdown-menu .dropdown-item {
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 13px;
}

.huko-currency-dropdown-menu .dropdown-item.active {
    background: rgba(45, 116, 255, 0.08);
    color: #2d74ff;
}

[data-bs-theme="dark"] .huko-currency-toggle {
    border-color: rgba(255, 255, 255, 0.15);
    color: #e8edf5;
}

[data-bs-theme="dark"] .huko-currency-dropdown-menu {
    background: #1a1d24;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .huko-currency-dropdown-menu .dropdown-item.active {
    background: rgba(92, 141, 255, 0.12);
    color: #8cb4ff;
}

/* ── Currency Chooser Popup ── */
.huko-currency-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(10, 15, 30, 0.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.huko-currency-popup {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 36px 32px;
    max-width: 480px;
    width: 100%;
    box-shadow: 0 24px 80px rgba(10, 15, 30, 0.25);
    text-align: center;
    animation: hukoCurrencyPopupIn 0.35s ease;
}

@keyframes hukoCurrencyPopupIn {
    from { opacity: 0; transform: translateY(24px) scale(0.96); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}

.huko-currency-popup-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.huko-currency-popup-close:hover {
    background: rgba(0, 0, 0, 0.06);
    color: #212529;
}

.huko-currency-popup-icon {
    margin-bottom: 12px;
}

.huko-currency-popup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
}

.huko-currency-popup-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 14px 10px;
    border: 1px solid rgba(33, 37, 41, 0.10);
    border-radius: 12px;
    background: #f8f9fa;
    cursor: pointer;
    transition: all 0.2s ease;
}

.huko-currency-popup-btn:hover {
    border-color: #2d74ff;
    background: rgba(45, 116, 255, 0.06);
    box-shadow: 0 4px 16px rgba(45, 116, 255, 0.12);
    transform: translateY(-1px);
}

.huko-currency-popup-btn--active {
    border-color: #2d74ff;
    background: rgba(45, 116, 255, 0.08);
    box-shadow: 0 0 0 2px rgba(45, 116, 255, 0.2);
}

.huko-currency-popup-flag {
    border-radius: 3px;
    object-fit: cover;
    margin-bottom: 2px;
}

.huko-currency-popup-btn-symbol {
    font-size: 20px;
    font-weight: 700;
    color: #1a2233;
}

.huko-currency-popup-btn-code {
    font-size: 13px;
    font-weight: 600;
    color: #2d74ff;
}

.huko-currency-popup-btn-name {
    font-size: 11px;
    color: #6c757d;
    line-height: 1.2;
}

[data-bs-theme="dark"] .huko-currency-popup {
    background: #1a1d24;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

[data-bs-theme="dark"] .huko-currency-popup-close {
    color: #adb5bd;
}

[data-bs-theme="dark"] .huko-currency-popup-close:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #e8edf5;
}

[data-bs-theme="dark"] .huko-currency-popup-btn {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.10);
}

[data-bs-theme="dark"] .huko-currency-popup-btn:hover {
    border-color: #5c8dff;
    background: rgba(92, 141, 255, 0.10);
}

[data-bs-theme="dark"] .huko-currency-popup-btn--active {
    border-color: #5c8dff;
    background: rgba(92, 141, 255, 0.12);
    box-shadow: 0 0 0 2px rgba(92, 141, 255, 0.2);
}

[data-bs-theme="dark"] .huko-currency-popup-btn-symbol {
    color: #e8edf5;
}

[data-bs-theme="dark"] .huko-currency-popup-btn-code {
    color: #8cb4ff;
}

[data-bs-theme="dark"] .huko-currency-popup-btn-name {
    color: #8b929a;
}

@media (max-width: 575.98px) {
    .huko-currency-popup {
        padding: 28px 20px 24px;
    }

    .huko-currency-popup-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===================================================================
   DOMAIN SEARCH PAGE — Redesigned Unified Layout
   =================================================================== */

/* Hero */
.huko-ds-hero {
    padding: 60px 0 40px;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 50%, #f5f0ff 100%);
}

[data-bs-theme="dark"] .huko-ds-hero {
    background: linear-gradient(135deg, #0d1117 0%, #131a27 50%, #161221 100%);
}

.huko-ds-hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1a1a2e;
}

[data-bs-theme="dark"] .huko-ds-hero-title {
    color: #e8edf5;
}

.huko-ds-hero-sub {
    font-size: 1.05rem;
    color: #5a6275;
    max-width: 540px;
    margin: 0 auto;
}

[data-bs-theme="dark"] .huko-ds-hero-sub {
    color: #8b929a;
}

/* Search Box */
.huko-ds-search-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

[data-bs-theme="dark"] .huko-ds-search-box {
    background: #1a1f2e;
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.huko-ds-search-form {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.huko-ds-search-input-wrap {
    flex: 1;
    position: relative;
}

.huko-ds-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #94a3b8;
    pointer-events: none;
}

.huko-ds-search-input {
    width: 100%;
    height: 52px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0 16px 0 44px;
    font-size: 1rem;
    font-weight: 500;
    background: #f8fafc;
    color: #1a1a2e;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}

.huko-ds-search-input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
    background: #ffffff;
}

[data-bs-theme="dark"] .huko-ds-search-input {
    background: #0d1117;
    border-color: #2d3548;
    color: #e8edf5;
}

[data-bs-theme="dark"] .huko-ds-search-input:focus {
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.2);
    background: #131a27;
}

.huko-ds-search-btn {
    height: 52px;
    padding: 0 28px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Mode Bar */
.huko-ds-mode-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

[data-bs-theme="dark"] .huko-ds-mode-bar {
    border-top-color: #2d3548;
}

.huko-ds-mode-tabs {
    display: flex;
    gap: 4px;
    background: #f1f5f9;
    border-radius: 10px;
    padding: 3px;
}

[data-bs-theme="dark"] .huko-ds-mode-tabs {
    background: #0d1117;
}

.huko-ds-mode-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: none;
    border-radius: 8px;
    background: transparent;
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
}

.huko-ds-mode-tab:hover {
    color: #1a1a2e;
}

.huko-ds-mode-tab.active {
    background: #ffffff;
    color: #6366f1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

[data-bs-theme="dark"] .huko-ds-mode-tab {
    color: #8b929a;
}

[data-bs-theme="dark"] .huko-ds-mode-tab:hover {
    color: #e8edf5;
}

[data-bs-theme="dark"] .huko-ds-mode-tab.active {
    background: #1a1f2e;
    color: #818cf8;
}

.huko-ds-currency-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 6px;
    background: #f0fdf4;
    color: #15803d;
    font-size: 0.78rem;
    font-weight: 600;
}

[data-bs-theme="dark"] .huko-ds-currency-badge {
    background: rgba(34, 197, 94, 0.1);
    color: #4ade80;
}

/* Bulk Panel */
.huko-ds-bulk-panel {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #f1f5f9;
}

[data-bs-theme="dark"] .huko-ds-bulk-panel {
    border-top-color: #2d3548;
}

.huko-ds-bulk-textarea {
    width: 100%;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 0.9rem;
    font-family: 'SFMono-Regular', 'Consolas', monospace;
    background: #f8fafc;
    color: #1a1a2e;
    resize: vertical;
    outline: none;
    transition: border-color 0.2s;
}

.huko-ds-bulk-textarea:focus {
    border-color: #6366f1;
}

[data-bs-theme="dark"] .huko-ds-bulk-textarea {
    background: #0d1117;
    border-color: #2d3548;
    color: #e8edf5;
}

.huko-ds-bulk-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

/* TLD Scope */
.huko-ds-tld-scope {
    text-align: center;
}

.huko-ds-tld-scope-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: none;
    background: transparent;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6366f1;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    transition: background 0.2s;
}

.huko-ds-tld-scope-toggle:hover {
    background: rgba(99, 102, 241, 0.06);
}

.huko-ds-tld-scope-toggle .huko-ds-chevron {
    transition: transform 0.25s;
}

.huko-ds-tld-scope-toggle.open .huko-ds-chevron {
    transform: rotate(180deg);
}

.huko-ds-tld-count {
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
    padding: 2px 8px;
    background: #f1f5f9;
    border-radius: 20px;
}

[data-bs-theme="dark"] .huko-ds-tld-count {
    background: #1a1f2e;
    color: #8b929a;
}

.huko-ds-tld-scope-panel {
    margin-top: 12px;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e2e8f0;
    text-align: left;
}

[data-bs-theme="dark"] .huko-ds-tld-scope-panel {
    background: #1a1f2e;
    border-color: #2d3548;
}

.huko-ds-tld-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.huko-ds-tld-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    color: #475569;
}

.huko-ds-tld-chip:hover {
    border-color: #6366f1;
    background: #f0f0ff;
}

.huko-ds-tld-chip input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 0;
}

.huko-ds-tld-chip:has(input:checked) {
    border-color: #6366f1;
    background: #eef2ff;
    color: #4338ca;
}

[data-bs-theme="dark"] .huko-ds-tld-chip {
    background: #0d1117;
    border-color: #2d3548;
    color: #8b929a;
}

[data-bs-theme="dark"] .huko-ds-tld-chip:hover {
    border-color: #818cf8;
    background: rgba(129, 140, 248, 0.08);
}

[data-bs-theme="dark"] .huko-ds-tld-chip:has(input:checked) {
    border-color: #818cf8;
    background: rgba(129, 140, 248, 0.12);
    color: #a5b4fc;
}

/* Results Section */
.huko-ds-results-section {
    padding: 40px 0;
}

.huko-ds-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.huko-ds-status {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    margin-bottom: 16px;
    font-size: 0.9rem;
}

[data-bs-theme="dark"] .huko-ds-status {
    background: #1a1f2e;
    border-color: #2d3548;
}

.huko-ds-results-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.huko-ds-result-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.huko-ds-result-card:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.huko-ds-result-card--available {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.huko-ds-result-card--available:hover {
    border-color: #86efac;
}

[data-bs-theme="dark"] .huko-ds-result-card {
    background: #1a1f2e;
    border-color: #2d3548;
}

[data-bs-theme="dark"] .huko-ds-result-card:hover {
    border-color: #3d4a62;
}

[data-bs-theme="dark"] .huko-ds-result-card--available {
    border-color: rgba(34, 197, 94, 0.25);
    background: rgba(34, 197, 94, 0.05);
}

/* Exact domain highlight */
.huko-ds-result-card--exact {
    border-left: 4px solid #6366f1;
    background: linear-gradient(90deg, rgba(99,102,241,0.07) 0%, transparent 60%);
}
.huko-ds-result-card--exact.huko-ds-result-card--available {
    border-left-color: #22c55e;
    background: linear-gradient(90deg, rgba(34,197,94,0.12) 0%, #f0fdf4 60%);
}
[data-bs-theme="dark"] .huko-ds-result-card--exact {
    background: linear-gradient(90deg, rgba(99,102,241,0.12) 0%, transparent 60%);
}
[data-bs-theme="dark"] .huko-ds-result-card--exact.huko-ds-result-card--available {
    background: linear-gradient(90deg, rgba(34,197,94,0.15) 0%, rgba(34,197,94,0.05) 60%);
}

/* Exact domain congratulations / taken message */
.huko-ds-exact-msg {
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 1.05rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.huko-ds-exact-msg--avail {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #bbf7d0;
}
.huko-ds-exact-msg--taken {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
[data-bs-theme="dark"] .huko-ds-exact-msg--avail {
    background: rgba(34,197,94,0.1);
    color: #86efac;
    border-color: rgba(34,197,94,0.25);
}
[data-bs-theme="dark"] .huko-ds-exact-msg--taken {
    background: rgba(239,68,68,0.1);
    color: #fca5a5;
    border-color: rgba(239,68,68,0.25);
}

.huko-ds-result-domain {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.huko-ds-result-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
}

[data-bs-theme="dark"] .huko-ds-result-name {
    color: #e8edf5;
}

.huko-ds-avail {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

.huko-ds-avail--yes {
    color: #15803d;
    background: #dcfce7;
}

.huko-ds-avail--no {
    color: #dc2626;
    background: #fee2e2;
}

[data-bs-theme="dark"] .huko-ds-avail--yes {
    color: #4ade80;
    background: rgba(34, 197, 94, 0.12);
}

[data-bs-theme="dark"] .huko-ds-avail--no {
    color: #f87171;
    background: rgba(220, 38, 38, 0.12);
}

.huko-ds-result-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.huko-ds-result-price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #475569;
}

[data-bs-theme="dark"] .huko-ds-result-price {
    color: #94a3b8;
}

.huko-ds-action-btn {
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.82rem;
    padding: 6px 16px;
}

.huko-ds-result-error {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    font-size: 0.88rem;
    color: #991b1b;
}

[data-bs-theme="dark"] .huko-ds-result-error {
    background: rgba(220, 38, 38, 0.08);
    border-color: rgba(220, 38, 38, 0.2);
    color: #fca5a5;
}

.huko-ds-no-results {
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8;
}

.huko-ds-no-results p {
    margin-top: 10px;
    font-size: 0.95rem;
}

/* Pricing Section */
.huko-ds-pricing-section {
    padding: 48px 0 60px;
    background: #f8fafc;
}

[data-bs-theme="dark"] .huko-ds-pricing-section {
    background: #0d1117;
}

.huko-ds-pricing-table {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

[data-bs-theme="dark"] .huko-ds-pricing-table {
    background: #1a1f2e;
    border-color: #2d3548;
}

.huko-ds-pricing-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding: 12px 20px;
    background: #f1f5f9;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

[data-bs-theme="dark"] .huko-ds-pricing-header {
    background: #131a27;
    color: #8b929a;
}

.huko-ds-pricing-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    padding: 14px 20px;
    border-top: 1px solid #f1f5f9;
    align-items: center;
    transition: background 0.15s;
}

.huko-ds-pricing-row:hover {
    background: #f8fafc;
}

[data-bs-theme="dark"] .huko-ds-pricing-row {
    border-top-color: #2d3548;
}

[data-bs-theme="dark"] .huko-ds-pricing-row:hover {
    background: rgba(255, 255, 255, 0.02);
}

.huko-ds-pricing-row--popular {
    background: #eff6ff;
}

[data-bs-theme="dark"] .huko-ds-pricing-row--popular {
    background: rgba(99, 102, 241, 0.06);
}

.huko-ds-pricing-ext {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 8px;
}

[data-bs-theme="dark"] .huko-ds-pricing-ext {
    color: #e8edf5;
}

.huko-ds-popular-badge {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 2px 6px;
    border-radius: 4px;
    background: #dbeafe;
    color: #2563eb;
}

[data-bs-theme="dark"] .huko-ds-popular-badge {
    background: rgba(99, 102, 241, 0.15);
    color: #818cf8;
}

.huko-ds-pricing-price {
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
}

.huko-ds-pricing-price small {
    font-weight: 400;
    color: #94a3b8;
    margin-left: 2px;
}

[data-bs-theme="dark"] .huko-ds-pricing-price {
    color: #cbd5e1;
}

[data-bs-theme="dark"] .huko-ds-pricing-price small {
    color: #64748b;
}

/* Home Page — TLD Pricing Grid (top 20 on home page) */
.huko-tld-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 12px;
}

.huko-tld-price-chip {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.huko-tld-price-chip:hover {
    border-color: #6366f1;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.1);
}

[data-bs-theme="dark"] .huko-tld-price-chip {
    background: #1a1f2e;
    border-color: #2d3548;
}

[data-bs-theme="dark"] .huko-tld-price-chip:hover {
    border-color: #818cf8;
}

.huko-tld-price-chip-ext {
    font-size: 1.1rem;
    font-weight: 800;
    color: #6366f1;
    margin-bottom: 6px;
}

[data-bs-theme="dark"] .huko-tld-price-chip-ext {
    color: #818cf8;
}

.huko-tld-price-chip-price {
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
}

.huko-tld-price-chip-price small {
    font-weight: 400;
    color: #94a3b8;
}

[data-bs-theme="dark"] .huko-tld-price-chip-price {
    color: #cbd5e1;
}

.huko-tld-price-chip-renew {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 2px;
}

/* Responsive — Domain Search */
@media (max-width: 767.98px) {
    .huko-ds-hero {
        padding: 40px 0 28px;
    }

    .huko-ds-hero-title {
        font-size: 1.6rem;
    }

    .huko-ds-search-form {
        flex-direction: column;
    }

    .huko-ds-search-btn {
        height: 48px;
    }

    .huko-ds-result-card {
        padding: 14px 16px;
    }

    .huko-ds-pricing-header,
    .huko-ds-pricing-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        padding: 10px 14px;
        font-size: 0.82rem;
    }

    .huko-ds-pricing-ext {
        font-size: 0.85rem;
    }

    .huko-ds-pricing-price {
        font-size: 0.82rem;
    }

    .huko-tld-pricing-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media (max-width: 575.98px) {
    .huko-ds-pricing-header,
    .huko-ds-pricing-row {
        grid-template-columns: 1.2fr 1fr 1fr;
    }

    .huko-ds-pricing-header span:last-child,
    .huko-ds-pricing-row span:last-child {
        display: none;
    }

    .huko-tld-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
