.nld-domain-search { width: min(1120px, 100%); margin: 0 auto; }
.nld-domain-search__heading { margin: 0 0 1rem; text-align: center; }
.nld-domain-search__form { position: relative; display: flex; max-width: 880px; margin: 0 auto; padding: 7px; border: 1px solid rgba(49, 87, 226, .15); border-radius: 999px; background: #fff; box-shadow: 0 18px 55px rgba(26, 56, 120, .17); }
.nld-domain-search__form input { flex: 1; min-width: 0; min-height: 58px; padding: .75rem 1.3rem; border: 0; border-radius: 999px; color: #14213d; background: transparent; font-size: 1.02rem; outline: none; }
.nld-domain-search__form:focus-within { border-color: #3157e2; box-shadow: 0 18px 55px rgba(26, 56, 120, .17), 0 0 0 4px rgba(49, 87, 226, .12); }
.nld-domain-search__form button, .nld-inquiry-button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .8rem 1.5rem; border: 0; border-radius: 999px; background: linear-gradient(135deg, #ff5d55, #ff981e); color: #fff; font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(255, 105, 54, .25); }
.nld-domain-search__status { min-height: 1.6em; margin: 1rem 0; color: #667085; font-size: .9rem; text-align: center; }
.nld-domain-results { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-top: 1.25rem; text-align: left; }
.nld-domain-results:empty { display: none; }
.nld-domain-search.is-loading .nld-domain-results { opacity: .45; }
.nld-domain-card { min-width: 0; overflow: hidden; border: 1px solid #e4eaf2; border-radius: 18px; background: #fff; box-shadow: 0 12px 32px rgba(24, 45, 86, .08); transition: transform .2s ease, box-shadow .2s ease; }
.nld-domain-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(24, 45, 86, .14); }
.nld-domain-card__link { height: 100%; display: flex; flex-direction: column; padding: 1.35rem; color: #14213d; text-decoration: none; }
.nld-domain-card__mark { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 14px; color: #3157e2; background: linear-gradient(135deg, #edf3ff, #f5efff); font-size: 1.25rem; font-weight: 850; }
.nld-domain-card h3 { overflow-wrap: anywhere; margin: 0 0 .5rem; font-size: 1.08rem; font-weight: 800; }
.nld-domain-card p { flex: 1; margin: 0 0 1rem; color: #667085; font-size: .88rem; }
.nld-domain-card__price { font-weight: 800; }
.nld-domain-card__lease { margin-top: .25rem; color: #178878; font-size: .75rem; font-weight: 700; }
.nld-domain-card__action { margin-top: 1rem; color: #3157e2; font-size: .84rem; font-weight: 800; }
.nld-domain-results__empty { grid-column: 1 / -1; padding: 2rem; border: 1px dashed #cad3e0; border-radius: 16px; color: #667085; text-align: center; }

.nld-sale { --ink:#13203b; --muted:#66758f; --blue:#3157e2; --line:#e1e8f1; color: var(--ink); background: #f5f8fc; }
.nld-sale__container { width: min(1220px, calc(100% - 2rem)); margin: 0 auto; }
.nld-sale__hero { padding: clamp(3.5rem, 7vw, 7rem) 0 4rem; background: radial-gradient(circle at 15% 10%, rgba(66, 188, 255, .24), transparent 28%), radial-gradient(circle at 80% 0%, rgba(108, 92, 255, .18), transparent 30%), linear-gradient(180deg, #f4f9ff, #edf4fa); }
.nld-sale__title { margin-bottom: 2rem; }
.nld-sale__title h1 { margin: .5rem 0; font-size: clamp(2.25rem, 5vw, 4.6rem); letter-spacing: -.055em; }
.nld-sale__title h1 strong { color: var(--blue); }
.nld-sale__title > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.nld-sale__eyebrow { margin: 0 0 .6rem; color: var(--blue); font-size: .74rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nld-sale__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 2rem; align-items: start; }
.nld-domain-logo-card { min-height: 380px; display: grid; place-items: center; align-content: center; padding: 2rem; border: 1px solid rgba(49, 87, 226, .1); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 22px 55px rgba(30, 61, 118, .1); text-align: center; }
.nld-domain-logo-card > span { overflow-wrap: anywhere; color: var(--blue); background: linear-gradient(90deg, #2778e9, #6c5ce7, #ff6a68); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: clamp(2.4rem, 6vw, 5.5rem); font-weight: 850; letter-spacing: -.065em; }
.nld-domain-logo-card small { margin-top: 1rem; color: var(--muted); font-size: .95rem; }
.nld-interest-card { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; padding: 1rem 1.25rem; border: 1px solid #cfece8; border-left: 4px solid #22b8a7; border-radius: 14px; background: #fff; }
.nld-interest-card__icon { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; background: #dcfaf5; color: #158878; font-size: 1.25rem; }
.nld-interest-card small { color: var(--muted); }
.nld-benefit-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; margin-top: .8rem; }
.nld-benefit-row span { padding: .8rem; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: #51617b; font-size: .78rem; font-weight: 700; text-align: center; }
.nld-offer-card { position: sticky; top: 110px; padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid rgba(49, 87, 226, .12); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 24px 65px rgba(30, 61, 118, .14); }
.nld-offer-card h2 { overflow-wrap: anywhere; margin-bottom: 1.2rem; font-size: 1.7rem; }
.nld-offer-option { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: .7rem 0; padding: 1rem; border: 1px solid var(--line); border-radius: 14px; }
.nld-offer-option.is-selected { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); background: #f6f7ff; }
.nld-offer-option > span { display: flex; flex-direction: column; }
.nld-offer-option small { margin-top: .2rem; color: var(--muted); }
.nld-offer-card .nld-inquiry-button { width: 100%; margin-top: 1rem; min-height: 54px; }
.nld-offer-note { margin: .85rem 0; color: var(--muted); font-size: .78rem; text-align: center; }
.nld-confidence-list { display: grid; gap: .7rem; margin: 0; padding: 0; list-style: none; color: #52617b; font-size: .88rem; }
.nld-confidence-list li::before { content: "✓"; margin-right: .55rem; color: #22a995; font-weight: 850; }
.nld-sale__content { padding: clamp(3.5rem, 7vw, 6.5rem) 0; background: #fff; }
.nld-sale__content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 1.5rem; align-items: start; }
.nld-about-card, .nld-next-step-card { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 15px 42px rgba(24,45,86,.07); }
.nld-about-card__copy { color: #52617b; line-height: 1.75; }
.nld-about-card__copy p:last-child { margin-bottom: 0; }
.nld-next-step-card { background: linear-gradient(145deg, #0b1d40, #173875); color: #fff; }
.nld-next-step-card h2, .nld-next-step-card p { color: inherit; }
.nld-next-step-card > p:not(.nld-sale__eyebrow) { color: #cfdaef; }
.nld-next-step-card .nld-inquiry-button { margin-top: 1rem; text-align: center; }
.nld-related { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.nld-related__heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.nld-related__heading h2 { margin: 0; }
.nld-related__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.nld-related-card { min-width: 0; display: flex; flex-direction: column; padding: 1rem; border: 1px solid var(--line); border-radius: 17px; background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 12px 30px rgba(24,45,86,.06); }
.nld-related-card__logo { min-height: 130px; display: grid; place-items: center; overflow-wrap: anywhere; color: var(--blue); font-size: 1.25rem; font-weight: 850; text-align: center; }
.nld-related-card small { color: var(--muted); }
.nld-sale-faq { padding: clamp(3.5rem, 7vw, 6.5rem) 0; background: #fff; }
.nld-sale-faq h2 { margin-bottom: 2rem; }
.nld-sale-faq details { margin-bottom: .75rem; padding: 1.1rem 1.25rem; border: 1px solid var(--line); border-radius: 13px; }
.nld-sale-faq summary { font-weight: 750; cursor: pointer; }
.nld-sale-faq details p { padding-top: .8rem; color: var(--muted); }
.nld-inquiry-modal .modal-content { overflow: hidden; border: 0; border-radius: 22px; box-shadow: 0 30px 100px rgba(8, 26, 58, .28); }
.nld-inquiry-modal .modal-header { align-items: flex-start; padding: 1.5rem 1.75rem; border-bottom: 1px solid var(--line); }
.nld-inquiry-modal .modal-title { overflow-wrap: anywhere; color: var(--ink); font-size: 1.45rem; }
.nld-inquiry-modal .modal-body { padding: 1.75rem; }
.nld-inquiry-modal:target { display: block; opacity: 1; background: rgba(8, 26, 58, .62); }
.nld-inquiry-modal:target .modal-dialog { transform: none; }
.nld-inquiry-modal .wpcf7-form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .nld-inquiry-modal .wpcf7-form textarea, .nld-inquiry-modal .wpcf7-form select { width: 100%; padding: .75rem .9rem; border: 1px solid var(--line); border-radius: 10px; }
.nld-inquiry-modal .wpcf7-submit { padding: .8rem 1.5rem; border: 0; border-radius: 999px; background: #3157e2; color: #fff; font-weight: 800; }
.nld-editor-placeholder, .nld-domain-missing, .nld-form-setup { padding: 2rem; border: 1px dashed #aebbd0; border-radius: 16px; background: #f7f9fc; text-align: center; }

@media (max-width: 991.98px) {
	.nld-domain-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nld-sale__grid, .nld-sale__content-grid { grid-template-columns: 1fr; }
	.nld-offer-card { position: static; }
	.nld-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
	.nld-domain-search__form { display: grid; border-radius: 22px; }
	.nld-domain-search__form button { min-height: 50px; }
	.nld-domain-results, .nld-related__grid { grid-template-columns: 1fr; }
	.nld-benefit-row { grid-template-columns: 1fr; }
	.nld-offer-option { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
	.nld-domain-card { transition: none; }
}
