/* ════════════════════════════════════════════════════
   FASTPANEL — Noms de Domaine
   Style: Dark Pro · Accent indigo #818cf8 / #6366f1
════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; }

/* ── Fond global ── */
body {
    background-color: #181a1b !important;
    background-image:
        radial-gradient(ellipse 75% 65% at 50% 0%,   rgba(18,20,22,.85)   0%, transparent 70%),
        radial-gradient(ellipse 55% 50% at 5%  20%,  rgba(129,140,248,.04) 0%, transparent 60%),
        radial-gradient(ellipse 45% 40% at 92% 55%,  rgba(99,102,241,.03)  0%, transparent 55%) !important;
    background-attachment: fixed !important;
    background-repeat:    no-repeat !important;
    background-size:      cover !important;
}

.navigation-bar,.sticky-wrapper { z-index:9999!important;transition:all .3s ease!important; }
.header-top-area { z-index:1!important;position:relative!important; }

/* ── Animations ── */
@keyframes fpFadeUp {
    from { opacity:0; transform:translateY(20px); }
    to   { opacity:1; transform:translateY(0); }
}
@keyframes spin {
    to { transform:rotate(360deg); }
}

.fp-r   { opacity:0; animation:fpFadeUp .7s cubic-bezier(.16,1,.3,1) forwards; }
.fp-r-1 { animation-delay:.06s; }
.fp-r-2 { animation-delay:.18s; }
.fp-r-3 { animation-delay:.32s; }
.fp-r-4 { animation-delay:.48s; }

/* ════════════════════════════════════════
   PAGE WRAPPER
════════════════════════════════════════ */
.dn-page {
    color: #f1f5f9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
}

.dn-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ════════════════════════════════════════
   HERO compact
════════════════════════════════════════ */
.dn-hero {
    background: transparent;
    padding: 110px 24px 64px;
    text-align: center;
    position: relative;
}

.dn-hero-inner {
    max-width: 680px;
    margin: 0 auto;
}

/* Breadcrumb */
.dn-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: rgba(255,255,255,.32);
    margin-bottom: 20px;
    font-weight: 500;
}
.dn-breadcrumb a { color:rgba(255,255,255,.32);text-decoration:none;transition:color .2s; }
.dn-breadcrumb a:hover { color:#818cf8;text-decoration:none; }
.dn-bc-sep { color:rgba(255,255,255,.18); }
.dn-breadcrumb > span { color:rgba(255,255,255,.55); }

/* Tag badge */
.dn-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #818cf8;
    background: rgba(129,140,248,.08);
    border: 1px solid rgba(129,140,248,.18);
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 18px;
}
.dn-tag svg { opacity:.7; }

/* Label section */
.dn-lbl {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #818cf8;
    margin-bottom: 10px;
}

/* Sous-titre hero */
.dn-sub {
    font-size: clamp(15px, .4vw + 14px, 17px);
    line-height: 1.7;
    color: #94a3b8;
    margin: 0 0 28px;
}

/* ── Barre de recherche ── */
.dn-search-wrap { max-width: 640px; margin: 0 auto; }

.dn-search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    padding: 7px 7px 7px 18px;
    transition: border-color .25s, box-shadow .25s;
    margin-bottom: 12px;
}
.dn-search-bar:focus-within {
    border-color: rgba(129,140,248,.5);
    box-shadow: 0 0 0 4px rgba(129,140,248,.07), 0 8px 32px rgba(0,0,0,.25);
}
.dn-search-icon {
    color: rgba(255,255,255,.28);
    flex-shrink: 0;
    transition: color .2s;
}
.dn-search-bar:focus-within .dn-search-icon { color: #818cf8; }

.dn-search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15.5px;
    font-weight: 500;
    color: #f1f5f9;
    letter-spacing: -.01em;
    min-width: 0;
}
.dn-search-input::placeholder { color: rgba(255,255,255,.27); }

.dn-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, #4338ca, #4f46e5 50%, #6366f1);
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 11px 22px;
    border-radius: 9px;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: opacity .2s, transform .15s, box-shadow .2s;
    box-shadow: 0 4px 18px rgba(99,102,241,.32);
    letter-spacing: .02em;
    font-family: inherit;
}
.dn-search-btn:hover { opacity:.9;transform:translateY(-1px);box-shadow:0 6px 24px rgba(99,102,241,.42); }
.dn-search-btn:disabled { opacity:.55;cursor:not-allowed;transform:none; }

/* Spinner dans le bouton */
.btn-spinner {
    width: 13px; height: 13px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin .7s linear infinite;
    flex-shrink: 0;
}

/* Hint */
.dn-search-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    color: rgba(255,255,255,.32);
    margin-bottom: 16px;
    font-weight: 500;
}
.dn-search-hint svg { color: rgba(255,255,255,.22); flex-shrink: 0; }
.dn-search-hint strong { color: rgba(255,255,255,.5); font-weight: 600; }

/* Quick TLDs */
.dn-quick-tlds {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 32px;
}
.dn-qtld {
    display: inline-flex;
    align-items: center;
    padding: 6px 15px;
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255,255,255,.45);
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.03);
    cursor: pointer;
    transition: color .2s, border-color .2s, background .2s, transform .15s;
    letter-spacing: .04em;
}
.dn-qtld:hover {
    color: #a5b4fc;
    border-color: rgba(129,140,248,.32);
    background: rgba(129,140,248,.07);
    transform: translateY(-1px);
}

/* Trust badges */
.dn-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.07);
}

.dn-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 100px;
    padding: 7px 14px 7px 8px;
    transition: background .2s, border-color .2s;
}
.dn-trust-item:hover {
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.13);
}

.dn-trust-ic {
    width: 26px; height: 26px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.dn-tic-yellow { background: rgba(251,191,36,.14); color: #fbbf24; }
.dn-tic-green  { background: rgba(34,197,94,.14);  color: #22c55e; }
.dn-tic-blue   { background: rgba(59,130,246,.14); color: #60a5fa; }
.dn-tic-indigo { background: rgba(129,140,248,.14); color: #818cf8; }

.dn-trust-label {
    font-size: 12.5px;
    font-weight: 600;
    color: rgba(255,255,255,.55);
    white-space: nowrap;
    letter-spacing: .01em;
}

/* ════════════════════════════════════════
   RÉSULTATS
════════════════════════════════════════ */
.dn-results-section {
    padding: 44px 0;
    border-top: 1px solid rgba(255,255,255,.06);
}

/* États */
.dom-state {
    text-align: center;
    padding: 56px 24px;
    color: rgba(255,255,255,.32);
}
.dom-state-icon-wrap {
    width: 52px; height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.08);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px;
}
.dom-state-icon-wrap.error {
    background: rgba(248,113,113,.06);
    border-color: rgba(248,113,113,.16);
    color: #f87171;
}
.dom-state.loading { display: flex; flex-direction: column; align-items: center; }
.dom-state p { font-size: 14px; margin: 0; color: rgba(255,255,255,.35); }
.dom-state-error p { color: #f87171; }

/* Spinner chargement */
.dom-spinner {
    width: 32px; height: 32px;
    border: 2.5px solid rgba(129,140,248,.15);
    border-top-color: #818cf8;
    border-radius: 50%;
    animation: spin .8s linear infinite;
    margin-bottom: 16px;
}

/* Résultat ligne */
.dom-result-row {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,.025);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 11px;
    padding: 15px 20px;
    margin-bottom: 8px;
    transition: border-color .2s, transform .15s, background .2s;
    flex-wrap: wrap;
}
.dom-result-row:hover { background: rgba(255,255,255,.04); }
.dom-result-row.available { border-color: rgba(34,197,94,.12); }
.dom-result-row.available:hover { border-color: rgba(34,197,94,.28); transform: translateX(2px); }
.dom-result-row.unavailable { opacity: .5; }

.dom-result-name {
    font-size: 17px;
    font-weight: 700;
    color: #f1f5f9;
    letter-spacing: -.02em;
    flex: 1;
    min-width: 160px;
}
.dom-result-name .tld { color: #818cf8; font-weight: 600; }

/* Status pill */
.dom-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 11px;
    border-radius: 100px;
    font-size: 11.5px;
    font-weight: 700;
    flex-shrink: 0;
}
.pill-avail {
    background: rgba(34,197,94,.09);
    border: 1px solid rgba(34,197,94,.2);
    color: #22c55e;
}
.pill-taken {
    background: rgba(248,113,113,.07);
    border: 1px solid rgba(248,113,113,.16);
    color: #f87171;
}

/* Bloc prix */
.dom-result-price-block { flex-shrink: 0; text-align: right; }
.dom-result-price-main {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
    line-height: 1.2;
}
.dom-result-price-main small { font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.38); }
.dom-result-renew { font-size: 11.5px; color: rgba(255,255,255,.32); margin-top: 2px; }

/* Bouton ajouter */
.dom-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 17px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    background: rgba(129,140,248,.09);
    border: 1px solid rgba(129,140,248,.2);
    color: #a5b4fc;
    cursor: pointer;
    transition: background .2s, transform .15s;
    flex-shrink: 0;
    font-family: inherit;
    white-space: nowrap;
}
.dom-add-btn:hover:not(:disabled) { background: rgba(129,140,248,.18); transform: translateY(-1px); }
.dom-add-btn.dom-added {
    background: rgba(34,197,94,.09);
    border-color: rgba(34,197,94,.2);
    color: #22c55e;
}
.dom-add-btn:disabled:not(.dom-added) {
    background: rgba(255,255,255,.03);
    border-color: rgba(255,255,255,.07);
    color: rgba(255,255,255,.22);
    cursor: default;
}

/* Cart box résultats */
.dn-cart-box {
    background: rgba(129,140,248,.04);
    border: 1px solid rgba(129,140,248,.16);
    border-radius: 12px;
    padding: 18px 22px;
    margin-bottom: 24px;
    display: none;
}
.dn-cart-box.active { display: block; }

.dn-cart-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #a5b4fc;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 12px;
}
.dn-cart-label svg { color: #818cf8; }

.dom-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.055);
}
.dom-cart-row:last-child { border-bottom: none; padding-bottom: 0; }
.dom-cart-domain { font-size: 14.5px; font-weight: 600; color: #f1f5f9; }
.dom-cart-price  { font-size: 13.5px; font-weight: 700; color: #a5b4fc; }
.dom-cart-del {
    width: 30px; height: 30px;
    border-radius: 7px;
    background: rgba(248,113,113,.07);
    border: 1px solid rgba(248,113,113,.16);
    color: #f87171;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s;
    font-family: inherit;
}
.dom-cart-del:hover { background: rgba(248,113,113,.16); }

/* ════════════════════════════════════════
   SECTIONS
════════════════════════════════════════ */
.dn-section {
    padding: 90px 0;
    border-top: 1px solid rgba(255,255,255,.05);
}
.dn-section-feats { background: transparent; }

.dn-section-head { text-align: center; margin-bottom: 48px; }
.dn-section-head h2 {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 800;
    color: #f1f5f9;
    letter-spacing: -.4px;
    line-height: 1.15;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
}
.dn-section-head h2 em { font-style: normal; color: #818cf8; }
.dn-section-head > p { font-size: 14.5px; color: rgba(255,255,255,.38); max-width: 480px; margin: 0 auto; line-height: 1.7; }

/* ════════════════════════════════════════
   GRILLE TLD
════════════════════════════════════════ */
.dn-tld-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 8px;
}
.dn-tld-card {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 22px 14px 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color .22s, transform .22s, background .22s;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.dn-tld-card:hover {
    border-color: rgba(129,140,248,.32);
    background: rgba(129,140,248,.05);
    transform: translateY(-3px);
}

.dn-tld-badge {
    position: absolute;
    top: 9px; right: 9px;
    background: rgba(129,140,248,.12);
    border: 1px solid rgba(129,140,248,.26);
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 9.5px;
    font-weight: 700;
    color: #a5b4fc;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.dn-tld-ext {
    font-size: clamp(19px, 2.2vw, 26px);
    font-weight: 800;
    color: #f1f5f9;
    letter-spacing: -.02em;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.dn-tld-pricing { display: flex; align-items: baseline; gap: 2px; margin-top: 6px; }
.dn-tld-price { font-size: 16px; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.dn-tld-per   { font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.38); }

.dn-tld-hover-hint {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(129,140,248,.55);
    margin-top: 10px;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .2s, transform .2s;
}
.dn-tld-card:hover .dn-tld-hover-hint { opacity: 1; transform: translateY(0); }

/* ════════════════════════════════════════
   FILTRE TABLE + BADGE DEVISE
════════════════════════════════════════ */
.dn-tld-filter-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.dn-tld-filter-bar {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 9px;
    padding: 9px 14px;
    transition: border-color .2s;
}
.dn-tld-filter-bar:focus-within {
    border-color: rgba(129,140,248,.35);
}
.dn-tld-filter-bar svg { color: rgba(255,255,255,.3); flex-shrink: 0; }
.dn-tld-filter-bar input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 13.5px;
    color: #f1f5f9;
    font-family: inherit;
    min-width: 0;
}
.dn-tld-filter-bar input::placeholder { color: rgba(255,255,255,.28); }

.dn-devise-badge {
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(129,140,248,.08);
    border: 1px solid rgba(129,140,248,.18);
    font-size: 12px;
    font-weight: 700;
    color: #a5b4fc;
    letter-spacing: 1px;
    flex-shrink: 0;
}

/* ════════════════════════════════════════
   TABLE TARIFS
════════════════════════════════════════ */
.dn-table-scroll {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.08);
}

.dn-table { width: 100%; border-collapse: collapse; }
.dn-table thead th {
    background: rgba(255,255,255,.03);
    padding: 12px 18px;
    font-size: 10.5px;
    font-weight: 700;
    color: rgba(255,255,255,.38);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,.07);
    white-space: nowrap;
}
.dn-table tbody tr {
    border-bottom: 1px solid rgba(255,255,255,.045);
    transition: background .15s;
}
.dn-table tbody tr:last-child { border-bottom: none; }
.dn-table tbody tr:hover { background: rgba(255,255,255,.023); }

.dn-td-ext { padding: 12px 18px; }
.dn-td-price, .dn-td-renew { padding: 12px 18px; font-size: 13.5px; color: rgba(255,255,255,.68); font-weight: 600; white-space: nowrap; }
.dn-table td:last-child { padding: 9px 18px; }

.dn-ext-name {
    font-size: 14.5px;
    font-weight: 700;
    color: #f1f5f9;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -.01em;
}
.dn-per { font-size: 11.5px; font-weight: 500; color: rgba(255,255,255,.3); margin-left: 1px; }

.dn-popular-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(129,140,248,.09);
    border: 1px solid rgba(129,140,248,.18);
    border-radius: 4px;
    padding: 2px 7px;
    font-size: 9.5px;
    font-weight: 700;
    color: #a5b4fc;
    letter-spacing: .4px;
    text-transform: uppercase;
    margin-left: 7px;
    vertical-align: middle;
}

.dn-btn-search {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 600;
    background: rgba(129,140,248,.07);
    border: 1px solid rgba(129,140,248,.16);
    color: #a5b4fc;
    cursor: pointer;
    transition: background .2s, transform .15s;
    font-family: inherit;
    white-space: nowrap;
}
.dn-btn-search:hover { background: rgba(129,140,248,.16); transform: translateX(-2px); }

/* ════════════════════════════════════════
   FEATURES
════════════════════════════════════════ */
.dn-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.dn-feat-block {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 14px;
    padding: 28px 24px;
    transition: border-color .2s, background .2s, transform .2s;
}
.dn-feat-block:hover {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.12);
    transform: translateY(-2px);
}

.dn-feat-icon {
    width: 44px; height: 44px;
    border-radius: 11px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.7);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
}

.dn-feat-title { font-size: 15px; font-weight: 600; color: #f1f5f9; margin: 0 0 8px; letter-spacing: -.01em; }
.dn-feat-desc  { font-size: 13.5px; color: rgba(255,255,255,.42); line-height: 1.7; margin: 0; }

/* ════════════════════════════════════════
   PANIER FLOTTANT
════════════════════════════════════════ */
.dn-cart-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: rgba(20,22,24,.97);
    border-top: 1px solid rgba(129,140,248,.2);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 14px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    z-index: 9990;
    transform: translateY(100%);
    transition: transform .35s cubic-bezier(.16,1,.3,1);
    box-shadow: 0 -8px 32px rgba(0,0,0,.35);
}
#dom-cart-bar.visible { transform: translateY(0); }

.dn-cart-bar-info {
    font-size: 13.5px;
    font-weight: 600;
    color: rgba(255,255,255,.55);
}
.dn-cart-bar-info strong {
    font-size: 15px;
    font-weight: 800;
    color: #a5b4fc;
}
.dn-cart-bar-total {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -.03em;
}
.dn-go-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #4338ca, #6366f1);
    color: #fff;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity .2s, transform .15s;
    box-shadow: 0 4px 18px rgba(99,102,241,.32);
}
.dn-go-cart:hover { opacity:.9; transform: translateY(-1px); text-decoration: none; color: #fff; }

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width:960px) {
    .dn-tld-grid { grid-template-columns: repeat(4, 1fr); }
    .dn-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:768px) {
    .dn-hero { padding: 88px 18px 52px; }
    .dn-search-bar { padding: 6px 6px 6px 14px; }
    .dn-tld-grid { grid-template-columns: repeat(3, 1fr); }
    .dn-cart-bar { flex-wrap: wrap; gap: 10px; justify-content: center; }
}
@media (max-width:640px) {
    .dn-section { padding: 60px 0; }
    .dn-tld-grid { grid-template-columns: repeat(2, 1fr); }
    .dn-features-grid { grid-template-columns: 1fr; }
    .dn-search-btn span { display: none; }
    .dn-trust-row { gap: 8px; }
    .dn-tld-filter-wrap { flex-direction: column; align-items: stretch; }
}
@media (max-width:480px) {
    .dn-tld-grid { grid-template-columns: repeat(2, 1fr); }
    .dom-result-row { flex-wrap: wrap; gap: 9px; }
}
@media (min-width:1440px) {
    .dn-container { max-width: 1320px; }
    .dn-section { padding: 108px 0; }
    .dn-tld-grid { grid-template-columns: repeat(8, 1fr); }
    .dn-features-grid { grid-template-columns: repeat(4, 1fr); }
}
