.domainfinder-x2 { background: var(--paper); }

.df-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(63, 177, 231, .35), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(24, 195, 168, .26), transparent 30%),
    linear-gradient(125deg, #073d68 0%, #075b91 55%, #087bb7 100%);
}
.df-hero-grid { position: relative; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr); gap: clamp(52px, 7vw, 104px); }
.df-hero-copy { min-width: 0; }
.df-hero .eyebrow { color: #fff; }
.df-hero h1 { max-width: 760px; margin: 18px 0 22px; color: #fff; font-size: clamp(3.35rem, 5.4vw, 6.25rem); line-height: .98; letter-spacing: -.055em; }
.df-hero-lede { max-width: 720px; margin: 0 0 32px; color: #dceef9; font-size: clamp(1.1rem, 1.6vw, 1.36rem); line-height: 1.65; }

.df-search { max-width: 790px; }
.df-search > label { display: block; margin-bottom: 10px; color: #fff; font-weight: 700; }
.df-search-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 10px; border-radius: 22px; background: #fff; box-shadow: 0 24px 55px rgba(4, 35, 62, .28); }
.df-search-control input { width: 100%; min-width: 0; min-height: 62px; padding: 0 20px; border: 1px solid #d8e6f0; border-radius: 14px; outline: 0; background: #f5f9fc; color: var(--ink); font: inherit; font-size: 1.08rem; }
.df-search-control input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(10, 105, 177, .15); }
.df-search-button { min-width: 190px; border: 0; background: var(--gold); color: var(--ink); }
.df-search-button:hover { background: #ffd25d; color: var(--ink); }
.df-search-hint, .df-search-error { margin: 11px 4px 0; color: #d8edf9; font-size: .88rem; }
.df-search-error { color: #ffe1d9; font-weight: 700; }
.df-tld-picks { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; }
.df-tld-picks > span { color: #cbe3f2; font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.df-tld-picks button { padding: 7px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; font: inherit; font-size: .9rem; cursor: pointer; }
.df-tld-picks button:hover, .df-tld-picks button:focus-visible { background: rgba(255,255,255,.17); }
.df-tld-picks strong { color: #ffd15a; }
.df-price-note { margin: 12px 0 0; color: #b9d8e9; font-size: .82rem; }

.df-hero-visual { min-width: 0; perspective: 1000px; }
.df-visual-window { position: relative; padding: 0 24px 26px; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; background: rgba(249,253,255,.97); box-shadow: 0 42px 90px rgba(2,31,55,.35); color: var(--ink); transform: rotate(1.5deg); }
.df-window-bar { display: flex; align-items: center; gap: 7px; height: 56px; border-bottom: 1px solid #dbe8f1; color: var(--muted); font-size: .75rem; }
.df-window-bar i { width: 9px; height: 9px; border-radius: 50%; background: #ffc541; }
.df-window-bar i:nth-child(2) { background: #20b48b; }
.df-window-bar i:nth-child(3) { background: #55b8e6; }
.df-window-bar span { margin-left: 8px; }
.df-visual-query { display: flex; align-items: center; gap: 10px; margin: 22px 0 16px; padding: 14px 16px; border: 1px solid #d9e6ef; border-radius: 15px; background: #f4f8fb; }
.df-visual-query span { color: var(--blue); }
.df-visual-query strong { flex: 1; }
.df-visual-query em { padding: 7px 11px; border-radius: 8px; background: var(--gold); color: var(--ink); font-size: .78rem; font-style: normal; font-weight: 700; }
.df-visual-exact { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 20px; border: 1px solid #a9dfcf; border-radius: 18px; background: linear-gradient(135deg, #fff, #eafaf4); box-shadow: 0 12px 25px rgba(7,85,68,.09); }
.df-visual-exact div { display: grid; gap: 4px; }
.df-visual-exact small { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.df-visual-exact div strong { font-size: 1.12rem; }
.df-visual-exact span { color: var(--green); font-size: .8rem; font-weight: 700; }
.df-visual-exact > b { color: var(--green); font-size: 1.2rem; white-space: nowrap; }
.df-visual-exact > b small { display: block; text-align: right; color: var(--muted); font-size: .64rem; text-transform: none; letter-spacing: 0; }
.df-visual-options { display: grid; gap: 8px; margin: 14px 8px 16px; }
.df-visual-options span { display: flex; align-items: center; gap: 9px; padding: 8px 11px; border-bottom: 1px solid #e3edf3; color: #47627b; font-size: .82rem; }
.df-visual-options i { width: 8px; height: 8px; border-radius: 50%; background: #27bd91; box-shadow: 0 0 0 5px #e1f7f0; }
.df-visual-basket { display: flex; align-items: center; gap: 12px; margin: 0 -42px -52px auto; width: min(310px, 85%); padding: 15px 18px; border: 1px solid #d7e6ef; border-radius: 17px; background: #fff; box-shadow: 0 22px 46px rgba(4,41,69,.22); color: var(--blue); transform: rotate(-2deg); }
.df-visual-basket span { display: grid; gap: 2px; }
.df-visual-basket strong { color: var(--ink); font-size: .85rem; }
.df-visual-basket small { color: var(--muted); font-size: .72rem; }

.df-results-section { padding: clamp(70px, 8vw, 112px) 0; background: #f2f7fa; }
.df-results-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.df-results-heading h2 { margin: 8px 0 8px; }
.df-results-heading p:last-child { max-width: 700px; margin: 0; color: var(--muted); }
.df-text-action { padding: 8px 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--blue); font: inherit; font-weight: var(--context-link-weight); cursor: pointer; white-space: nowrap; }
.df-spinner { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 140px; color: var(--blue); }
.df-spinner[hidden],
.df-results-section[hidden],
.df-show-more[hidden],
.df-basket[hidden],
.df-basket-panel[hidden] { display: none !important; }
.df-spinner > span { width: 28px; height: 28px; border: 3px solid #cfe1ed; border-top-color: var(--blue); border-radius: 50%; animation: df-spin .8s linear infinite; }
@keyframes df-spin { to { transform: rotate(360deg); } }
.df-results { display: grid; gap: 22px; }
.df-result-primary { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr); gap: 0; overflow: hidden; border: 1px solid #b8dbe9; border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.df-result-primary-main { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 0; padding: clamp(28px, 4vw, 46px); }
.df-result-primary-copy small { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.df-result-primary-copy { flex: 1 1 auto; min-width: 0; }
.df-result-primary-copy h3 { margin: 8px 0 5px; overflow: hidden; font-size: clamp(1.8rem, 3.6vw, 3.15rem); text-overflow: ellipsis; white-space: nowrap; }
.df-result-primary-copy h3.is-long { font-size: clamp(1.55rem, 2.85vw, 2.55rem); }
.df-result-primary-copy h3.is-very-long { font-size: clamp(1.25rem, 2.2vw, 2rem); }
.df-result-primary-copy h3.is-extra-long { font-size: clamp(1rem, 1.7vw, 1.55rem); }
.df-availability { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 700; }
.df-availability::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 6px #e4f7f0; }
.df-availability.is-unavailable { color: #b44332; }
.df-availability.is-unavailable::before { box-shadow: 0 0 0 6px #fdebe7; }
.df-result-primary-action { min-width: 200px; text-align: right; }
.df-result-price { display: block; margin-bottom: 12px; color: #9a6700; font-size: 1.45rem; }
.df-result-price small { display: block; color: var(--muted); font-size: .72rem; font-weight: 500; }
.df-add-button { border: 0; background: var(--blue); color: #fff; }
.df-add-button:hover { background: #07578e; color: #fff; }
.df-add-button.is-selected { background: #e5f6ef; color: #087255; box-shadow: inset 0 0 0 1px #a9dfcf; }
.df-add-button.is-selected:hover { background: #d7f0e7; color: #075f48; }
.df-result-assurance { display: grid; align-content: center; gap: 14px; min-width: 0; padding: 30px; background: linear-gradient(145deg, #eaf5fb, #f5fbf9); }
.df-result-assurance strong { font-size: 1.05rem; }
.df-result-assurance span { display: flex; gap: 9px; color: #3e5e75; font-size: .88rem; }
.df-result-assurance span::before { content: "✓"; color: var(--green); font-weight: 800; }
.df-alternatives-heading { margin: 18px 0 0; }
.df-alternatives-heading h3 { margin: 0 0 6px; font-size: 1.45rem; }
.df-alternatives-heading p { margin: 0; color: var(--muted); }
.df-alternatives { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.df-result-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-width: 0; overflow: hidden; padding: 23px 22px 21px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.df-result-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: #1687cb; }
.df-result-card.is-unavailable { background: #f7f9fa; box-shadow: none; opacity: .82; }
.df-result-card.is-unavailable::before { background: #df644e; }
.df-result-card.is-selected { border-color: #9bd9c5; background: linear-gradient(135deg, #fff, #f0fbf7); }
.df-result-card.is-selected::before { background: #15936f; }
.df-result-domain { min-width: 0; }
.df-result-domain strong { display: block; overflow-wrap: anywhere; }
.df-result-domain small { color: var(--blue); }
.df-result-card.is-unavailable .df-result-domain small { color: #a84636; }
.df-result-card.is-selected .df-result-domain small { color: var(--green); font-weight: 700; }
.df-result-card-action { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.df-result-card-action > strong { color: var(--ink); font-size: .9rem; white-space: nowrap; }
.df-result-card-action .df-add-button { min-height: 40px; padding: 9px 13px; font-size: .82rem; }
.df-result-error { padding: 26px; border: 1px solid #f0c9c2; border-radius: 18px; background: #fff6f4; color: #823427; text-align: center; }
.df-show-more { margin-top: 28px; text-align: center; }
.df-bundle { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 30px; padding: 27px 30px; border: 1px solid #ecd897; border-radius: 22px; background: linear-gradient(120deg, #fffaf0, #fff 62%); box-shadow: var(--shadow-sm); }
.df-bundle small { color: #986400; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.df-bundle h3 { margin: 7px 0 12px; font-size: 1.35rem; }
.df-bundle p { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; }
.df-bundle p span { padding: 5px 9px; border: 1px solid #d8e7f0; border-radius: 999px; background: #fff; color: var(--blue); font-size: .8rem; font-weight: 700; }
.df-bundle > div:last-child { display: flex; align-items: center; gap: 18px; }
.df-bundle > div:last-child > strong { color: #986400; white-space: nowrap; }
.df-bundle > div:last-child > strong small { display: block; color: var(--muted); font-size: .68rem; font-weight: 500; text-align: right; text-transform: none; letter-spacing: 0; }
.df-bundle .button { background: var(--blue); color: #fff; }
.df-ideas-teaser { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 15px; padding: 18px 20px; border: 1px solid #b9d8e9; border-radius: 18px; background: linear-gradient(110deg,#eef8ff,#f1faf7); box-shadow: var(--shadow-sm); }
.df-ideas-teaser-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: #fff0bd; color: #9b6900; font-size: 1.25rem; }
.df-ideas-teaser > div { display: grid; gap: 2px; }
.df-ideas-teaser strong { color: var(--ink); }
.df-ideas-teaser small { color: var(--muted); }
.df-ideas-teaser button { padding: 7px 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--blue); font: inherit; font-weight: var(--context-link-weight); cursor: pointer; white-space: nowrap; }
.df-ideas { position: relative; display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: center; gap: 32px; min-height: 220px; overflow: hidden; padding: clamp(25px, 3.2vw, 34px); border: 1px solid rgba(118,207,225,.58); border-radius: 24px; background: radial-gradient(circle at 95% 8%,rgba(255,196,48,.22),transparent 23%),linear-gradient(125deg,#063f70 0%,#075f91 50%,#078d8a 100%); box-shadow: 0 18px 40px rgba(5,66,96,.16); color: #fff; }
.df-ideas::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 280px; height: 280px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; pointer-events: none; }
.df-ideas-intro { position: relative; z-index: 1; display: flex; align-items: flex-start; gap: 17px; }
.df-ideas-icon { display: grid; flex: 0 0 50px; width: 50px; height: 50px; place-items: center; border-radius: 16px; background: linear-gradient(145deg,#ffd463,#ffba27); color: #714900; box-shadow: 0 13px 28px rgba(2,37,63,.22); }
.df-ideas-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.df-ideas .eyebrow { margin-bottom: 9px; color: #a8f3dc; }
.df-ideas h3 { margin: 0 0 11px; color: #fff; font-size: clamp(1.45rem,2.2vw,2rem); }
.df-ideas-intro p:last-child { margin: 0; color: rgba(255,255,255,.78); }
.df-ideas-content { position: relative; z-index: 1; min-width: 0; }
.df-ideas-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px 11px; }
.df-idea-card { display: grid; min-width: 0; grid-template: "name name" auto "meta action" auto / minmax(0,1fr) auto; align-items: center; gap: 5px 12px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.42); border-radius: 15px; background: rgba(255,255,255,.96); color: var(--ink); text-align: left; box-shadow: 0 12px 24px rgba(2,41,64,.14); }
.df-idea-card.is-available { border-color: #77bde2; box-shadow: 0 12px 24px rgba(3,93,148,.2); }
.df-idea-card.is-unavailable { border-color: #e8a295; background: #fff9f7; }
.df-idea-card.is-checking { cursor: progress; }
.df-idea-card.is-selected { border-color: #83ceb6; background: linear-gradient(135deg,#fff,#eaf8f3); }
.df-idea-domain { display: contents; }
.df-idea-card strong { grid-area: name; overflow: hidden; color: var(--ink); font-size: .92rem; text-overflow: ellipsis; white-space: nowrap; }
.df-idea-meta { grid-area: meta; display: flex; min-width: 0; align-items: center; gap: 8px; }
.df-idea-card em { color: var(--blue); font-size: .69rem; font-style: normal; font-weight: 700; }
.df-idea-meta span { color: var(--ink); font-size: .7rem; font-weight: 700; white-space: nowrap; }
.df-idea-card.is-selected em { color: var(--green); }
.df-idea-card.is-checking em { color: var(--muted); }
.df-idea-action { grid-area: action; display: flex; align-items: center; gap: 7px; }
.df-idea-action .df-add-button { min-height: 32px; padding: 5px 9px; font-size: .7rem; }
.df-idea-view { padding: 5px 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--blue); font: inherit; font-size: .68rem; cursor: pointer; white-space: nowrap; }
.df-ideas-check-summary { margin: 0 0 3px; color: rgba(255,255,255,.86); font-size: .78rem; }
.df-ideas-freshness { margin: 0 0 11px; color: rgba(255,255,255,.65); font-size: .7rem; }
.df-ideas-empty { display: grid; gap: 3px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 15px; background: rgba(255,255,255,.1); }
.df-ideas-empty strong { color: #fff; }
.df-ideas-empty span { color: rgba(255,255,255,.74); font-size: .82rem; }
.df-ideas-empty + .df-ideas-list:empty { display: none; }
.df-ideas-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 15px; }
.df-ideas-actions button { padding: 5px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); background: none; color: #fff; font: inherit; font-size: .82rem; font-weight: 650; cursor: pointer; }
.df-ideas-context-open { margin-top: 12px; padding: 4px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); background: none; color: rgba(255,255,255,.86); font: inherit; font-size: .76rem; cursor: pointer; }
.df-ideas-context-form { display: grid; grid-template-columns: minmax(180px,.9fr) minmax(220px,1.3fr) auto auto; align-items: end; gap: 10px; margin-top: 15px; padding: 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 15px; background: rgba(255,255,255,.09); }
.df-ideas-context-form label { display: grid; gap: 2px; color: #fff; font-size: .78rem; }
.df-ideas-context-form label span { color: rgba(255,255,255,.68); font-size: .68rem; font-weight: 400; }
.df-ideas-context-form input { width: 100%; min-height: 42px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 11px; background: #fff; color: var(--ink); font: inherit; font-size: .78rem; }
.df-ideas-context-form .button { min-height: 42px; padding: 9px 14px; white-space: nowrap; }
.df-ideas-context-cancel { min-height: 42px; padding: 8px 3px; border: 0; background: none; color: #fff; font: inherit; font-size: .75rem; cursor: pointer; }
.df-ideas-loading { display: flex; min-height: 124px; align-items: center; justify-content: center; gap: 15px; color: #fff; }
.df-ideas-loading > i { width: 31px; height: 31px; border: 3px solid rgba(255,255,255,.27); border-top-color: #ffd05c; border-radius: 50%; animation: df-spin .8s linear infinite; }
.df-ideas-loading span { display: grid; gap: 3px; }
.df-ideas-loading small { color: rgba(255,255,255,.72); }

.df-recent { display: grid; gap: 10px; margin-bottom: 18px; padding: 13px 15px; border: 1px solid #c9ddea; border-radius: 16px; background: rgba(255,255,255,.82); box-shadow: var(--shadow-sm); }
.df-recent-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.df-recent-head > strong { color: var(--ink); font-size: .78rem; }
.df-recent-toggle { display: none; border: 0; background: none; color: var(--ink); font: inherit; font-size: .84rem; font-weight: 700; cursor: pointer; }
.df-recent-clear { margin-left: auto; padding: 3px 0; border: 0; border-bottom: 1px solid currentColor; background: none; color: var(--blue); font: inherit; font-size: .7rem; cursor: pointer; }
.df-recent-list { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.df-recent-item { display: grid; flex: 0 0 auto; gap: 2px; min-width: 150px; max-width: 230px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.df-recent-item strong { overflow: hidden; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }
.df-recent-item span { color: var(--muted); font-size: .64rem; }
.df-recent-item.is-available { border-color: #9fccea; }
.df-recent-item.is-available span { color: var(--blue); }
.df-recent-item.is-unavailable { border-color: #edb5aa; }
.df-recent-item.is-unavailable span { color: #a74739; }

.df-purpose-section { background: #fff; }
.df-purpose-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.df-purpose-card { display: flex; align-items: center; gap: 18px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.df-purpose-card h3 { margin: 0 0 7px; font-size: 1.18rem; }
.df-purpose-card p { margin: 0; color: var(--muted); }
.df-card-icon { display: grid; flex: 0 0 58px; width: 58px; height: 58px; place-items: center; border-radius: 16px; background: #e7f3fc; color: var(--blue); }
.df-card-icon.is-teal { background: #e1f7f1; color: var(--green); }
.df-card-icon.is-gold { background: #fff3cf; color: #a86e00; }
.df-existing-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.df-existing-grid h2 { margin: 10px 0 14px; }
.df-existing-grid > div:first-child > p:last-child { color: var(--muted); }
.df-existing-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.df-existing-actions a { display: flex; align-items: center; gap: 15px; min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; color: var(--blue); text-decoration: none; box-shadow: var(--shadow-sm); }
.df-existing-actions a > span { display: grid; gap: 3px; min-width: 0; }
.df-existing-actions strong { color: var(--ink); }
.df-existing-actions small { color: var(--muted); }

.df-basket { position: fixed; z-index: 110; right: 22px; bottom: 20px; left: 22px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; max-width: 720px; margin-left: auto; padding: 12px 12px 12px 18px; border: 1px solid #bed6e4; border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: 0 20px 55px rgba(5,35,58,.24); backdrop-filter: blur(14px); }
.df-basket-summary { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 0; border: 0; background: none; color: var(--blue); text-align: left; cursor: pointer; }
.df-basket-summary > span { display: grid; gap: 1px; }
.df-basket-summary strong { color: var(--ink); }
.df-basket-summary small { color: var(--muted); }
.df-basket-panel { position: absolute; right: 0; bottom: calc(100% + 10px); width: min(420px, calc(100vw - 44px)); padding: 19px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.df-basket-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.df-basket-panel-head > div { display: flex; align-items: center; gap: 11px; }
.df-basket-panel-head button { border: 0; background: none; color: var(--muted); font-size: 1.6rem; cursor: pointer; }
.df-basket-panel-head .df-basket-clear { padding: 3px 0; border-bottom: 1px solid currentColor; color: var(--blue); font-size: .76rem; }
.df-basket-panel ul { display: grid; gap: 9px; max-height: 260px; margin: 13px 0 0; padding: 0; overflow: auto; list-style: none; }
.df-basket-panel li { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .9rem; }
.df-basket-panel li span { overflow-wrap: anywhere; }
.df-basket-panel li button { border: 0; background: none; color: #a53e30; cursor: pointer; }
.df-basket > .button { background: var(--gold); color: var(--ink); }
.df-basket > .button:hover { background: #ffd25d; color: var(--ink); }
.df-basket > .button.is-loading { display: inline-flex; align-items: center; justify-content: center; gap: 9px; pointer-events: none; }
.df-checkout-spinner { width: 16px; height: 16px; border: 2px solid rgba(10,35,58,.25); border-top-color: var(--ink); border-radius: 50%; animation: df-spin .75s linear infinite; }
.df-bulk-search-route { margin-top: 9px; }
.df-bulk-search-route a { color: #fff; font-weight: var(--context-link-weight); text-underline-offset: 3px; }

@media (max-width: 1050px) {
  .df-hero-grid { grid-template-columns: 1fr; }
  .df-hero-copy { max-width: 820px; }
  .df-hero-visual { display: none; }
  .df-purpose-grid { grid-template-columns: 1fr; }
  .df-existing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .df-hero { padding: 62px 0 70px; }
  .df-hero h1 { font-size: clamp(2.75rem, 12vw, 4.5rem); }
  .df-search-control { grid-template-columns: 1fr; }
  .df-search-button { width: 100%; }
  .df-results-heading { align-items: start; flex-direction: column; }
  .df-result-primary { grid-template-columns: 1fr; }
  .df-result-primary-main { align-items: flex-start; flex-direction: column; }
  .df-result-primary-action { min-width: 0; text-align: left; }
  .df-alternatives { grid-template-columns: 1fr; }
  .df-bundle, .df-ideas { grid-template-columns: 1fr; }
  .df-ideas-context-form { grid-template-columns: 1fr; align-items: stretch; }
  .df-ideas-context-form .button, .df-ideas-context-cancel { justify-self: start; }
  .df-ideas-teaser { grid-template-columns: auto minmax(0,1fr); }
  .df-ideas-teaser button { grid-column: 2; justify-self: start; }
  .df-bundle > div:last-child { align-items: flex-start; flex-direction: column; }
  .df-bundle > div:last-child > strong small { text-align: left; }
  .df-existing-actions { grid-template-columns: 1fr; }
  .df-basket { grid-template-columns: 1fr; gap: 10px; }
  .df-basket > .button { width: 100%; }
  .df-recent { padding: 11px 13px; }
  .df-recent-head > strong { display: none; }
  .df-recent-toggle { display: inline; padding: 3px 0; }
  .df-recent-list { display: grid; grid-template-columns: 1fr; overflow: visible; }
  .df-recent-item { width: 100%; max-width: none; }
}

@media (max-width: 430px) {
  .df-hero h1 { font-size: 2.65rem; }
  .df-tld-picks button { font-size: .82rem; }
  .df-result-card { align-items: flex-start; flex-direction: column; }
  .df-result-card-action { width: 100%; justify-content: space-between; }
  .df-purpose-card { align-items: flex-start; padding: 22px; }
  .df-ideas { padding: 24px 20px; }
  .df-ideas-teaser { grid-template-columns: 1fr; }
  .df-ideas-teaser button { grid-column: auto; }
  .df-ideas-intro { flex-direction: column; }
  .df-ideas-list { grid-template-columns: 1fr; }
  .df-idea-card {
    align-items: center;
    grid-template:
      "name name" auto
      "meta action" auto / minmax(0, 1fr) auto;
    gap: 12px 16px;
    padding: 17px 18px;
  }
  .df-idea-action { justify-self: end; width: auto; }
  .df-basket { right: 12px; bottom: 12px; left: 12px; gap: 8px; padding: 12px 16px; }
  .df-basket > div { min-height: 30px; }
  .df-basket small { display: none; }
  .df-basket > .button { min-height: 48px; }
}

@media (min-width: 361px) and (max-width: 430px) {
  .df-basket { grid-template-columns: minmax(0, 1fr) auto; }
  .df-basket > .button { padding-inline: 16px; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .df-spinner > span, .df-checkout-spinner { animation-duration: 1.8s; }
}
