
:root{
  --ink:#0a1220; --dim:#667085; --border:#e9eef6; --soft:#f7f9ff;
  --accent:#2042ff; --green:#16a34a; --red:#ef4444;
}
/* Hero */

/* Layout reset: avoid negative 100vw margins because many WordPress builders clip
   overflow inside columns/containers, which causes the hero content to be cut off. */
section.uds-hero,
section.uds-hero *,
.uds-modal,
.uds-modal *{ box-sizing:border-box; }
.uds-hero.is-fullbleed{ margin-left:0!important; margin-right:0!important; width:100%!important; max-width:100%!important; }
section.uds-hero{ width:100%; max-width:100%; min-width:0; padding:clamp(58px,7vw,96px) clamp(18px,4vw,48px) clamp(36px,4.5vw,58px);
  /* requested: black background */
  background:#000;
  background: radial-gradient(900px 520px at 28% -10%, rgba(99,102,241,.28) 0%, rgba(0,0,0,1) 56%),
              radial-gradient(1000px 520px at 76% 0%, rgba(56,189,248,.14) 0%, rgba(0,0,0,1) 60%),
              #000;
  border-bottom:1px solid rgba(255,255,255,.12);
  color:#fff; position:relative; overflow:hidden; isolation:isolate; }
section.uds-hero .uds-hero-inner{ width:min(1120px,100%); max-width:100%; margin:0 auto; text-align:center; }
section.uds-hero .uds-hero-label{ color:rgba(255,255,255,.75); font-size:clamp(17px,2vw,22px); font-weight:800; letter-spacing:.2px; overflow-wrap:anywhere; }
section.uds-hero .uds-hero-sub{ color:rgba(255,255,255,.92); font-size:clamp(17px,2vw,22px); margin:16px 0 20px; font-weight:800; overflow-wrap:anywhere; }
section.uds-hero .uds-hero-field{
  margin-top:12px;
  padding-block:clamp(28px, 4.2vw, 56px);
  border-bottom:2px solid rgba(255,255,255,.18)!important;
  overflow:hidden;
  width:100%;
  max-width:100%;
  min-height: clamp(108px, 13vw, 200px);
}
section.uds-hero .uds-hero-input{
  background:transparent!important;
  border:none!important;
  border-radius:0!important;
  box-shadow:none!important;
  outline:0!important;
  display:block;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  /* Scales with font-size so padding tracks size */
  padding-block:.42em;
  margin:0!important;
  color:#fff!important;
  font-weight:900!important;
  text-align:center!important;
  font-size:clamp(28px,8vw,120px)!important;
  line-height:1.18; /* unitless for cross-browser baseline */
  letter-spacing:.01em;
  caret-color:rgba(255,255,255,.85);
  -webkit-text-size-adjust:100%;
}
section.uds-hero .uds-hero-input::placeholder{ color:rgba(255,255,255,.38); opacity:1; }
@media (max-width: 680px){
  section.uds-hero .uds-hero-input{
    line-height:1.32;
    padding-block:.46em; /* extra breathing room for Safari/iOS */
  }
}
section.uds-hero .uds-hero-input::placeholder{ color:rgba(255,255,255,.38); opacity:1; }
section.uds-hero .uds-hero-actions{ display:flex; justify-content:center; }
section.uds-hero .uds-btn{ padding:12px 24px; border-radius:999px; border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.08); color:#fff; font-weight:900; }
@keyframes udsGlow{ 0%{ box-shadow:0 0 0 rgba(48,86,255,0);} 50%{ box-shadow:0 0 0 10px rgba(48,86,255,.08);} 100%{ box-shadow:0 0 0 rgba(48,86,255,0);} }
section.uds-hero .uds-btn-hero{ position:relative; isolation:isolate; }
section.uds-hero .uds-btn-hero.is-ready{
  background:#0b0f17; color:#fff; border-color:transparent; 
  box-shadow:0 0 0 14px rgba(163,171,255,.45), 0 8px 22px rgba(2,6,23,.25);
  animation:udsGlow 3s ease-in-out infinite;
}
section.uds-hero .uds-btn-hero.is-ready:hover{ transform:translateY(-1px); box-shadow:0 0 0 16px rgba(163,171,255,.5), 0 10px 26px rgba(2,6,23,.3); }
section.uds-hero .uds-btn-hero.is-ready:hover{ filter:brightness(1.05); }

/* Chips */
section.uds-hero .uds-tld-bar{ display:flex; align-items:center; gap:12px; margin-top:18px; justify-content:center; flex-wrap:wrap; max-width:100%; min-width:0; }
@media (max-width:820px){ section.uds-hero .uds-tld-bar{ flex-wrap:nowrap; overflow-x:auto; -webkit-overflow-scrolling:touch; padding:0 2px 8px; justify-content:flex-start; scrollbar-width:none; } section.uds-hero .uds-tld-bar::-webkit-scrollbar{ display:none; } }
.uds-tld-chip{ display:inline-flex; align-items:center; gap:10px; padding:10px 16px; border-radius:9999px; background:#0b0f17; color:#fff;
  border:1px solid rgba(255,255,255,.06); font-weight:900; font-size:14px; white-space:nowrap; cursor:pointer;
  transition:transform .08s, box-shadow .25s, background .25s; }
.uds-tld-chip svg{ width:16px; height:16px; opacity:.85; }
.uds-tld-chip:hover{ transform:translateY(-1px); box-shadow:0 10px 24px rgba(11,15,23,.22); }
.uds-tld-chip.is-active{ background:linear-gradient(180deg,#0b0f17,#111827), radial-gradient(240px 60px at 50% -40%, rgba(32,66,255,.4), transparent);
  box-shadow:0 16px 36px rgba(11,15,23,.35), inset 0 0 0 1px rgba(255,255,255,.08); }

/* Loader */
.uds-loading[hidden]{ display:none; } .uds-loading{ position:fixed; left:0; top:0; width:100vw; height:100dvh; z-index:1200; background:#000; }
.uds-loading .uds-loading-overlay{ position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:flex-end; padding:32px 20px; }
.uds-loading .uds-loading-text{ display:flex; gap:20px; opacity:.9; font-weight:800; color:#cdd7ff; }
.uds-loading .uds-loading-text span{ opacity:.2; } .uds-loading .uds-loading-text span.is-on{ opacity:1; }
.uds-progress-pulse{ width:min(780px,92vw); height:3px; background:rgba(255,255,255,.18); border-radius:8px; overflow:hidden; margin-top:12px; }
.uds-progress-pulse i{ display:block; width:30%; height:100%; background:#ffffff; opacity:.8; animation:udsPulse 1.4s ease-in-out infinite; }
@keyframes udsPulse{ 0%{ transform:translateX(-40%);} 50%{ transform:translateX(120%);} 100%{ transform:translateX(220%);} }
.uds-loading-video{ width:100vw; height:100dvh; object-fit:cover; }

/* Modal */
.uds-modal[hidden]{ display:none; } .uds-modal{ position:fixed; inset:0; z-index:1100; }
.uds-modal-backdrop{ position:absolute; inset:0; background:rgba(9,17,31,.55); backdrop-filter:blur(10px) saturate(110%); }
.uds-modal-dialog{ position:relative; width:min(980px, calc(100% - 20px)); margin:6vh auto; background:#fff;
  color:var(--ink); border-radius:28px; border:1px solid rgba(233,238,246,.9); box-shadow:0 48px 160px rgba(2,6,23,.35);
  overflow:hidden; display:flex; flex-direction:column; animation:udsPop .32s cubic-bezier(.16,.8,.34,1); }
@keyframes udsPop{ from{ opacity:0; transform:translateY(8px) scale(.98);} to{ opacity:1; transform:translateY(0) scale(1);} }
.luxe-head{ padding:18px 20px; border-bottom:1px solid var(--border); background:linear-gradient(180deg, rgba(255,255,255,.9), rgba(247,249,255,.9));
 display:grid; grid-template-columns:1fr auto; align-items:center; gap:8px; position:sticky; top:0; z-index:2; }
.uds-modal-title{ font-weight:900; font-size:18px; } .uds-modal-sub{ grid-column:1 / 2; color:#6b7280; font-weight:800; font-size:12px; margin-top:4px; }
.uds-modal-close.prominent{ grid-column:2 / 3; justify-self:end; border:1px solid #e5e7eb; background:#ffffff; color:#0b0f17; border-radius:14px; padding:8px 14px; font-weight:900; }
.uds-modal-body{ padding:18px; max-height:66vh; overflow:auto; background:#fff; }
.rs-container{ max-width:920px; margin:0 auto; }

/* Upsell card (uses user's image) */
.upsell-card{ display:grid; grid-template-columns:170px 1fr auto; gap:18px; align-items:center;
  padding:16px; border:1px solid #e6e9f3; border-radius:18px; background:#fff; margin-bottom:18px; }
.upsell-card img{ width:170px; height:120px; object-fit:cover; border-radius:12px; }
.upsell-card .badge{ background:#eef2ff; color:#3b5bff; padding:6px 10px; border-radius:999px; font-weight:900; width:max-content; margin-bottom:6px; }
.upsell-card .title{ font-size:24px; font-weight:900; }
.upsell-card .subtitle{ color:#475569; font-weight:700; margin-bottom:6px; }
.upsell-card .btn{ background:#0d5cff; color:#fff; border:none; border-radius:14px; padding:12px 18px; font-weight:900; box-shadow:0 10px 20px rgba(13,92,255,.22); }

/* Bundle bar */
.bundle-card{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:16px; border:1px dashed #d9e1f1;
  border-radius:14px; background:#fbfdff; margin:14px 0 10px; }
.bundle-card .left{ font-weight:900; }
.bundle-card .price{ font-weight:900; }
.bundle-card .old{ color:#9aa3b2; text-decoration:line-through; margin-right:8px; }
.bundle-card .btn{ background:#0b0f17; color:#fff; border:none; border-radius:12px; padding:10px 14px; font-weight:900; }

/* Popular list */
.rs-list .row{ display:grid; grid-template-columns:1fr auto auto 140px; align-items:center; gap:12px; padding:16px 6px; border-bottom:1px solid #eef2f7; }
.rs-list .row .name{ font-size:22px; font-weight:900; }
.rs-list .row .note{ color:#475569; }
.pill{ background:#f3f4f6; color:#334155; border:1px solid #e5e7eb; padding:6px 10px; border-radius:999px; font-weight:900; white-space:nowrap; }
.pill.pill-muted{ background:#f1f5f9; color:#64748b; border-color:#e2e8f0; }
.badges{ display:flex; flex-direction:column; align-items:flex-end; gap:8px; }
.mpill{ background:#0b0f17; color:#fff; border:1px solid rgba(255,255,255,.12);
  padding:6px 10px; border-radius:999px; font-weight:900; white-space:nowrap;
  cursor:pointer; }
.mpill:hover{ transform:translateY(-1px); box-shadow:0 10px 24px rgba(11,15,23,.22); }
.mpill.is-loading{ opacity:.85; cursor:progress; }
.mpill.is-loading{ animation: udsGlow 2.4s ease-in-out infinite; }
.old{ color:#9aa3b2; text-decoration:line-through; margin-right:8px; }
.price{ font-weight:900; }
.btn-primary{ background:#0d5cff; color:#fff; border:none; border-radius:20px; padding:10px 16px; font-weight:900; }
.btn-ghost{ background:#fff; border:1px solid #cfd7e6; color:#0b0f17; border-radius:20px; padding:10px 16px; font-weight:900; }

/* WHOIS details */
.whois{ grid-column:1/-1; background:#f8fafc; border:1px solid #e5e7eb; border-radius:12px; padding:12px; margin-top:10px; font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size:12px; color:#0b1324; white-space:pre-wrap; }

/* Market details panel (similar to WHOIS) */
.market-details{ grid-column:1/-1; background:#0b0f17; border:1px solid rgba(255,255,255,.12); border-radius:12px; padding:12px; margin-top:10px;
  color:rgba(255,255,255,.92); box-shadow:0 12px 30px rgba(0,0,0,.25); }
.market-details .md-title{ font-weight:900; margin-bottom:6px; }
.market-details .md-best{ font-weight:800; margin-bottom:8px; }
.market-details .md-list{ margin:0 0 8px 18px; }
.market-details .md-muted{ color:rgba(255,255,255,.65); }
.market-details .md-link{ margin-left:10px; color:rgba(255,255,255,.92); text-decoration:underline; }
.market-details .md-foot{ margin-top:8px; }

/* Mobile optimization */
@media (max-width:760px){
  .upsell-card{ grid-template-columns:1fr; text-align:left; }
  .upsell-card img{ width:100%; height:160px; }
  .bundle-card{ flex-direction:column; align-items:flex-start; }
  .rs-list .row{ grid-template-columns:1fr; gap:10px; }
  .rs-list .row .name{ font-size:20px; }
  .badges{ align-items:flex-start; }
  .btn-primary, .btn-ghost{ width:100%; display:block; text-align:center; }
  .price{ order:3; }
}

/* Upsell price block */
.price-block{ font-weight:900; color:#0b0f17; }
.price-block .old{ color:#9aa3b2; text-decoration:line-through; margin-right:8px; }

/* Button ring aesthetic */
section.uds-hero .uds-btn-hero{ border-radius:9999px; padding:14px 28px; font-weight:900; }
section.uds-hero .uds-btn-hero.is-ready{
  background:#0b0f17;
  color:#fff;
  border-color:transparent;
  box-shadow:
    0 0 0 14px rgba(180,188,255,.55),       /* outer soft ring */
    0 4px 12px rgba(2,6,23,.25),            /* drop */
    inset 0 1px 0 rgba(255,255,255,.08);    /* soft inner bevel */
}
section.uds-hero .uds-btn-hero.is-ready:hover{
  box-shadow:
    0 0 0 16px rgba(180,188,255,.62),
    0 8px 20px rgba(2,6,23,.30),
    inset 0 1px 0 rgba(255,255,255,.1);
  transform:translateY(-1px);
}

/* Stronger ring contrast for the ready state */
section.uds-hero .uds-btn-hero.is-ready{
  box-shadow:
    0 0 0 16px rgba(175,182,255,.62),
    0 10px 24px rgba(2,6,23,.28),
    inset 0 1px 0 rgba(255,255,255,.12);
}

/* Offer Pill robustness */
section.uds-hero .uds-offer-pill{
  display:inline-flex !important; align-items:center; justify-content:center; gap:8px;
  list-style:none !important; appearance:none;
  max-width:100%; width:auto;
  margin:0 auto 14px; padding:7px 13px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08); border-radius:999px;
  font-size:13px; line-height:1.25; font-weight:800; letter-spacing:.2px; color:rgba(255,255,255,.92);
  box-shadow:0 2px 10px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter:blur(12px); backdrop-filter:blur(12px);
  overflow:hidden;
}
section.uds-hero .uds-offer-pill svg{ opacity:.82; flex:0 0 auto; }
@media (min-width:768px){
  section.uds-hero .uds-offer-pill{ margin-bottom:16px; padding:8px 14px; font-size:14px; }
}

/* Phone spacing for search field */
@media (max-width: 640px){
  section.uds-hero{ padding:42px 16px 34px; }
  section.uds-hero .uds-offer-pill{ font-size:12px; padding:7px 10px; }
  section.uds-hero .uds-hero-field{
    padding-block: 12px !important;
    min-height: 84px !important;
    margin-top: 8px !important;
    border-bottom-width: 1px !important;
  }
}

/* Loader clarity + single-line rotator */
.uds-loading .uds-loading-overlay{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; padding:0 20px; }
.uds-loading .uds-loading-text{
  display:inline-flex; align-items:center; justify-content:center; gap:12px;
  padding:10px 14px; border-radius:12px;
  color:#fff; font-weight:800; letter-spacing:.2px;
  background: rgba(2, 6, 23, 0.55);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.uds-loading .uds-loading-text span{ display:none; }
.uds-loading .uds-loading-text span.is-on{ display:inline; }
.uds-progress-pulse{ width:min(720px, 90vw); margin-top:12px; }
@media (max-width: 640px){
  .uds-loading .uds-loading-text{ font-size:18px; line-height:1.25; text-align:center; }
}

/* v2.0.3 polish + safety states */
section.uds-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0) 28%),
    radial-gradient(640px 180px at 50% 12%, rgba(255,255,255,.11), transparent 62%);
}
section.uds-hero .uds-hero-inner{ position:relative; z-index:1; }
section.uds-hero .uds-hero-label{ text-wrap:balance; }
section.uds-hero .uds-hero-sub{ text-wrap:balance; }
section.uds-hero .uds-btn,
.uds-tld-chip,
.btn-primary,
.btn-ghost,
.bundle-card .btn,
.upsell-card .btn,
.uds-modal-close.prominent{ cursor:pointer; transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease; }
section.uds-hero .uds-btn:disabled,
.btn-primary:disabled,
.btn-ghost:disabled{ opacity:.55; cursor:not-allowed; }
.btn-primary:hover,
.upsell-card .btn:hover{ transform:translateY(-1px); box-shadow:0 14px 30px rgba(13,92,255,.25); }
.btn-ghost:hover,
.uds-modal-close.prominent:hover{ transform:translateY(-1px); border-color:#94a3b8; box-shadow:0 10px 24px rgba(15,23,42,.08); }
.uds-modal-dialog{ max-height:88vh; }
.uds-modal-body{ scrollbar-width:thin; }
.rs-section{ font-weight:950; color:#0f172a; letter-spacing:-.01em; margin:18px 0 6px; }
.upsell-card{
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,250,252,.96)),
    radial-gradient(600px 120px at 12% 0%, rgba(32,66,255,.11), transparent 64%);
  box-shadow:0 18px 50px rgba(15,23,42,.07);
}
.uds-benefit-list{ margin:8px 0 0 18px; color:#475569; font-weight:760; line-height:1.5; }
.uds-offer-actions{ display:flex; flex-direction:column; align-items:flex-end; gap:10px; }
.upsell-card .btn{ display:inline-flex; align-items:center; justify-content:center; text-decoration:none; }
.bundle-card{
  background:linear-gradient(135deg, #fbfdff, #f5f7ff);
  box-shadow:0 12px 34px rgba(15,23,42,.05);
}
.rs-list .row{
  border:1px solid transparent;
  border-bottom-color:#eef2f7;
  border-radius:16px;
  margin:6px 0;
  padding:16px 12px;
  transition:background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.rs-list .row:hover{
  background:#fbfdff;
  border-color:#e6edf7;
  box-shadow:0 14px 34px rgba(15,23,42,.06);
  transform:translateY(-1px);
}
.rs-list .row .name{ letter-spacing:-.03em; }
.pill{ font-size:12px; }
.mpill{ font-size:12px; max-width:260px; overflow:hidden; text-overflow:ellipsis; }
.uds-error-card{
  padding:18px;
  border:1px solid #fecaca;
  border-radius:16px;
  background:#fff7f7;
  color:#7f1d1d;
  font-weight:700;
}
.market-details,
.whois{ animation:udsDetailsIn .2s ease; }
@keyframes udsDetailsIn{ from{ opacity:0; transform:translateY(-4px); } to{ opacity:1; transform:translateY(0); } }
@media (max-width:760px){
  .uds-offer-actions{ align-items:flex-start; }
  .mpill{ max-width:100%; }
  .uds-modal-dialog{ width:calc(100% - 12px); margin:3vh auto; border-radius:22px; max-height:94vh; }
  .uds-modal-body{ padding:12px; max-height:76vh; }
}


/* v2.0.3 layout emergency fix: keeps the search area inside its container so
   WordPress/Elementor/Bricks columns cannot crop the left side of the UI. */
section.uds-hero[data-uds-component="domain-search"]{
  left:auto!important;
  right:auto!important;
  transform:none!important;
  overflow:hidden!important;
}
section.uds-hero[data-uds-component="domain-search"]:not(.is-safe-fullbleed){
  margin-left:0!important;
  margin-right:0!important;
  width:100%!important;
  max-width:100%!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-inner{
  width:min(1120px,100%)!important;
  padding-left:0!important;
  padding-right:0!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-input{
  white-space:nowrap;
  overflow:hidden!important;
  text-overflow:ellipsis;
}
section.uds-hero[data-uds-component="domain-search"] .uds-offer-pill span{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:normal;
}
@media (min-width:1024px){
  section.uds-hero[data-uds-component="domain-search"] .uds-hero-input{ font-size:clamp(54px,7.2vw,112px)!important; }
}


/* Full-width hero, repaired by JS for builders that set overflow:hidden on ancestors. */
section.uds-hero[data-uds-component="domain-search"].is-safe-fullbleed{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
}


/* v2.0.5 white theme: keeps the original centered hero layout, only refines colors,
   spacing, fitting, and responsive pill behavior. */
section.uds-hero[data-uds-component="domain-search"]{
  background:#ffffff!important;
  background:
    radial-gradient(900px 420px at 50% -12%, rgba(37,99,235,.10) 0%, rgba(255,255,255,0) 64%),
    radial-gradient(820px 360px at 0% 20%, rgba(16,185,129,.08) 0%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg,#ffffff 0%,#fbfdff 58%,#f8fafc 100%)!important;
  color:#0f172a!important;
  border-bottom:1px solid #e8edf5!important;
  padding:clamp(48px,6.5vw,86px) clamp(16px,4vw,46px) clamp(34px,4.2vw,54px)!important;
}
section.uds-hero[data-uds-component="domain-search"]:before{
  background:
    linear-gradient(180deg, rgba(15,23,42,.035), rgba(255,255,255,0) 30%),
    radial-gradient(720px 190px at 50% 10%, rgba(37,99,235,.08), transparent 66%)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-inner{
  width:min(1180px,100%)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-offer-pill{
  color:#0f172a!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid #d7dee9!important;
  box-shadow:0 10px 30px rgba(15,23,42,.07), inset 0 1px 0 rgba(255,255,255,.92)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-offer-pill svg{
  color:#2563eb!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-label{
  color:#334155!important;
  font-size:clamp(18px,2vw,24px)!important;
  line-height:1.25!important;
  margin-top:2px!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-field{
  width:100%!important;
  max-width:100%!important;
  min-height:clamp(96px,12vw,176px)!important;
  margin-top:8px!important;
  padding-block:clamp(22px,3.6vw,46px)!important;
  border-bottom:2px solid #e2e8f0!important;
  overflow:hidden!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-input{
  color:#0b1220!important;
  caret-color:#2563eb!important;
  font-size:clamp(34px,7vw,94px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  text-transform:none!important;
  text-overflow:clip!important;
  max-width:100%!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-input::placeholder{
  color:#94a3b8!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-input.uds-tight{
  letter-spacing:-.012em!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-hero-sub{
  color:#0f172a!important;
  font-size:clamp(17px,2vw,23px)!important;
  line-height:1.35!important;
  margin:18px 0 18px!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-btn{
  color:#0f172a!important;
  background:#ffffff!important;
  border:1px solid #dfe6f0!important;
  box-shadow:0 8px 24px rgba(15,23,42,.07)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-btn-hero{
  min-width:132px!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-btn-hero.is-ready{
  background:#0f172a!important;
  color:#ffffff!important;
  border-color:#0f172a!important;
  box-shadow:0 0 0 12px rgba(37,99,235,.10), 0 14px 30px rgba(15,23,42,.18)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-btn-hero.is-ready:hover{
  box-shadow:0 0 0 14px rgba(37,99,235,.13), 0 18px 38px rgba(15,23,42,.22)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-tld-bar{
  width:min(1040px,100%)!important;
  margin:20px auto 0!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit, minmax(215px, 1fr))!important;
  gap:14px!important;
  justify-content:center!important;
  align-items:stretch!important;
  overflow:visible!important;
  padding:0!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-tld-chip{
  width:100%!important;
  min-width:0!important;
  justify-content:center!important;
  color:#0f172a!important;
  background:#ffffff!important;
  border:1px solid #dde5f0!important;
  border-radius:999px!important;
  padding:14px 16px!important;
  box-shadow:0 10px 28px rgba(15,23,42,.07)!important;
  font-size:15px!important;
  line-height:1.2!important;
  overflow:hidden!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-tld-chip svg{
  color:#2563eb!important;
  opacity:.9!important;
  flex:0 0 16px!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-tld-chip:hover{
  background:#f8fafc!important;
  border-color:#c8d3e2!important;
  box-shadow:0 14px 34px rgba(15,23,42,.10)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-tld-chip.is-active{
  color:#ffffff!important;
  background:linear-gradient(180deg,#111827,#0f172a)!important;
  border-color:#111827!important;
  box-shadow:0 16px 38px rgba(15,23,42,.20)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-chip-lbl{
  color:#64748b!important;
  font-weight:850!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-tld-chip.is-active .uds-chip-lbl{
  color:rgba(255,255,255,.72)!important;
}
section.uds-hero[data-uds-component="domain-search"] .uds-chip-price{
  white-space:nowrap!important;
}
@media (min-width:1024px){
  section.uds-hero[data-uds-component="domain-search"] .uds-hero-input{
    font-size:clamp(50px,6.2vw,94px)!important;
  }
}
@media (max-width:900px){
  section.uds-hero[data-uds-component="domain-search"] .uds-tld-bar{
    grid-template-columns:repeat(2, minmax(0,1fr))!important;
    gap:12px!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-tld-chip{
    padding:13px 12px!important;
    font-size:14px!important;
  }
}
@media (max-width:640px){
  section.uds-hero[data-uds-component="domain-search"]{
    padding:34px 14px 30px!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-offer-pill{
    max-width:100%!important;
    margin-bottom:12px!important;
    padding:8px 11px!important;
    font-size:12px!important;
    line-height:1.25!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-hero-label{
    font-size:clamp(16px,5vw,20px)!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-hero-field{
    min-height:76px!important;
    padding-block:12px!important;
    margin-top:8px!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-hero-input{
    font-size:clamp(28px,12vw,48px)!important;
    line-height:1.18!important;
    letter-spacing:-.028em!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-hero-sub{
    font-size:16px!important;
    margin:14px 0 16px!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-btn-hero{
    width:min(260px,100%)!important;
    padding:13px 22px!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-tld-bar{
    grid-template-columns:1fr!important;
    width:min(390px,100%)!important;
    gap:10px!important;
    margin-top:18px!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-tld-chip{
    min-height:48px!important;
    justify-content:space-between!important;
    padding:12px 15px!important;
    text-align:left!important;
  }
}
@media (max-width:380px){
  section.uds-hero[data-uds-component="domain-search"] .uds-chip-lbl{
    display:none!important;
  }
  section.uds-hero[data-uds-component="domain-search"] .uds-tld-chip{
    font-size:13px!important;
  }
}

/* v2.0.5 mobile modal polish: the existing modal stays, but rows stack cleanly. */
@media (max-width:640px){
  .uds-modal-dialog{
    width:calc(100% - 10px)!important;
    margin:8px auto!important;
    border-radius:20px!important;
    max-height:calc(100dvh - 16px)!important;
  }
  .luxe-head{
    padding:14px!important;
    grid-template-columns:1fr auto!important;
  }
  .uds-modal-title{
    font-size:16px!important;
  }
  .uds-modal-close.prominent{
    padding:8px 10px!important;
    border-radius:12px!important;
  }
  .uds-modal-body{
    padding:12px!important;
    max-height:calc(100dvh - 128px)!important;
  }
  .upsell-card{
    gap:12px!important;
    padding:12px!important;
    border-radius:16px!important;
  }
  .upsell-card .title{
    font-size:20px!important;
    overflow-wrap:anywhere!important;
  }
  .bundle-card{
    gap:10px!important;
    padding:13px!important;
  }
  .rs-list .row{
    padding:13px!important;
    border:1px solid #eef2f7!important;
    background:#fff!important;
  }
  .rs-list .row .name{
    font-size:18px!important;
    overflow-wrap:anywhere!important;
  }
  .badges{
    width:100%!important;
  }
  .pill,.mpill{
    width:100%!important;
    text-align:center!important;
  }
}

/* v2.0.7 - search-bar-only UI */
section.uds-hero.uds-searchbar-only{
  background: transparent !important;
  color: #111827;
  border: 0;
  padding: 10px 0;
}
section.uds-hero.uds-searchbar-only::before,
section.uds-hero.uds-searchbar-only::after{
  display:none !important;
  content:none !important;
}
section.uds-hero.uds-searchbar-only .uds-hero-inner{
  width:100%;
  max-width:100%;
  margin:0;
  text-align:left;
}
section.uds-hero.uds-searchbar-only .uds-search-shell{
  width:100%;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-form{
  width:100%;
  max-width:897px;
  margin:0 auto;
  min-height:84px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:10px 12px 10px 14px;
  border-radius:999px;
  background:#ffffff;
  border:2px solid transparent;
  background-image:linear-gradient(#fff,#fff), linear-gradient(90deg,#a7f3d0 0%, #10b981 50%, #064e3b 100%);
  background-origin:border-box;
  background-clip:padding-box,border-box;
  box-shadow:0 8px 24px rgba(15,23,42,.08);
}
section.uds-hero.uds-searchbar-only .uds-searchbar-left,
section.uds-hero.uds-searchbar-only .uds-searchbar-right{
  display:flex;
  align-items:center;
  gap:12px;
  flex:0 0 auto;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-inputwrap{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn{
  width:52px;
  height:52px;
  border-radius:999px;
  border:none;
  background:#ecfdf5;
  color:#065f46;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  box-shadow:none;
  cursor:default;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn:hover{
  background:#d1fae5;
}
section.uds-hero.uds-searchbar-only .uds-hero-input{
  width:100% !important;
  min-width:0 !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  background:transparent !important;
  padding:0 4px !important;
  margin:0 !important;
  text-align:left !important;
  font-size:19px !important;
  line-height:1.4 !important;
  font-weight:500 !important;
  color:#1f2937 !important;
  caret-color:#064e3b;
}
section.uds-hero.uds-searchbar-only .uds-hero-input::placeholder{
  color:#9ca3af !important;
  opacity:1;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero{
  width:60px;
  height:60px;
  padding:0;
  border-radius:999px;
  border:none;
  background:#064e3b !important;
  color:#ffffff !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:none !important;
  animation:none !important;
  transform:none !important;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero svg{
  width:24px;
  height:24px;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero[disabled]{
  opacity:1;
  background:#064e3b !important;
  color:#ffffff !important;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero.is-ready,
section.uds-hero.uds-searchbar-only .uds-btn-hero.is-ready:hover{
  background:#064e3b !important;
  color:#ffffff !important;
  box-shadow:none !important;
  transform:none !important;
  filter:none !important;
}
section.uds-hero.uds-searchbar-only .uds-tld-bar{
  display:none !important;
}

@media (max-width: 767px){
  section.uds-hero.uds-searchbar-only{
    padding:8px 0;
  }
  section.uds-hero.uds-searchbar-only .uds-searchbar-form{
    min-height:72px;
    gap:10px;
    padding:8px 10px 8px 10px;
    max-width:100%;
  }
  section.uds-hero.uds-searchbar-only .uds-searchbar-left{
    gap:8px;
  }
  section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn{
    width:42px;
    height:42px;
  }
  section.uds-hero.uds-searchbar-only .uds-btn-hero{
    width:48px;
    height:48px;
  }
  section.uds-hero.uds-searchbar-only .uds-hero-input{
    font-size:16px !important;
  }
}

@media (max-width: 540px){
  section.uds-hero.uds-searchbar-only .uds-searchbar-form{
    gap:8px;
    padding-left:8px;
    padding-right:8px;
  }
  section.uds-hero.uds-searchbar-only .uds-searchbar-left{
    gap:6px;
  }
  section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn{
    width:38px;
    height:38px;
  }
  section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn svg{
    width:18px;
    height:18px;
  }
  section.uds-hero.uds-searchbar-only .uds-btn-hero{
    width:44px;
    height:44px;
  }
  section.uds-hero.uds-searchbar-only .uds-btn-hero svg{
    width:20px;
    height:20px;
  }
  section.uds-hero.uds-searchbar-only .uds-hero-input{
    font-size:15px !important;
    padding:0 2px !important;
  }
}


/* === v2.0.8 transparent centered search with animated gradient and inline results === */
section.uds-hero.uds-searchbar-only{
  background: transparent !important;
  border: 0 !important;
  padding: 24px 16px !important;
}
section.uds-hero.uds-searchbar-only .uds-hero-inner{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
}
section.uds-hero.uds-searchbar-only .uds-search-shell{
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  position: relative !important;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-form{
  position: relative !important;
  overflow: visible !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  background: rgba(255,255,255,.94) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
  box-shadow: 0 12px 40px rgba(15,23,42,.10) !important;
  border: none !important;
  isolation: isolate;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-form::before{
  content: "" !important;
  position: absolute !important;
  inset: -2px !important;
  border-radius: inherit !important;
  background: linear-gradient(120deg, #c7f9e7 0%, #8af0ca 18%, #10b981 36%, #34d399 52%, #99f6e4 68%, #10b981 82%, #064e3b 100%) !important;
  background-size: 240% 240% !important;
  animation: udsGradientMove 7s linear infinite !important;
  z-index: -2 !important;
  filter: saturate(110%);
}
section.uds-hero.uds-searchbar-only .uds-searchbar-form::after{
  content: "" !important;
  position: absolute !important;
  inset: 2px !important;
  border-radius: inherit !important;
  background: rgba(255,255,255,.96) !important;
  z-index: -1 !important;
}
@keyframes udsGradientMove{
  0%{ background-position: 0% 50%; }
  50%{ background-position: 100% 50%; }
  100%{ background-position: 0% 50%; }
}
section.uds-hero.uds-searchbar-only .uds-searchbar-left,
section.uds-hero.uds-searchbar-only .uds-searchbar-right{
  position: relative;
  z-index: 2;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-inputwrap{
  min-width: 0 !important;
  position: relative;
  z-index: 2;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn{
  cursor: default !important;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero{
  background: #064e3b !important;
  box-shadow: 0 10px 24px rgba(6,78,59,.22) !important;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero:hover,
section.uds-hero.uds-searchbar-only .uds-btn-hero.is-ready{
  transform: translateY(-1px);
  background: #065f46 !important;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero[disabled]{
  opacity: .5 !important;
  transform: none !important;
}

section.uds-hero.uds-searchbar-only .uds-inline-results[hidden]{
  display: none !important;
}
section.uds-hero.uds-searchbar-only .uds-inline-results{
  width: 100%;
  max-width: 100%;
  margin: 14px auto 0 !important;
  padding: 16px !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,.96) !important;
  backdrop-filter: blur(18px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(18px) saturate(140%) !important;
  box-shadow: 0 24px 80px rgba(15,23,42,.12) !important;
  border: 1px solid rgba(255,255,255,.8) !important;
  opacity: 0;
  transform: translateY(8px) scale(.985);
  transition: opacity .22s ease, transform .22s ease;
}
section.uds-hero.uds-searchbar-only .uds-inline-results.is-visible{
  opacity: 1;
  transform: translateY(0) scale(1);
}
section.uds-hero.uds-searchbar-only .uds-inline-results-head{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 2px 4px 14px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  margin-bottom: 12px;
}
section.uds-hero.uds-searchbar-only .uds-inline-results-title{
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
  color: #0f172a;
}
section.uds-hero.uds-searchbar-only .uds-inline-results-sub{
  font-size: 14px;
  color: #64748b;
  font-weight: 700;
  overflow-wrap: anywhere;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .upsell-card,
section.uds-hero.uds-searchbar-only .uds-inline-results .bundle-card{
  display: none !important;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .rs-section{
  margin: 4px 0 10px !important;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .rs-list{
  display: grid;
  gap: 10px;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .rs-list .row{
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto auto 132px !important;
  gap: 12px !important;
  align-items: center !important;
  padding: 14px !important;
  margin: 0 !important;
  border: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 18px !important;
  background: rgba(248,250,252,.95) !important;
  box-shadow: none !important;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .rs-list .row .name{
  font-size: 18px !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .badges{
  align-items: flex-start !important;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .price{
  font-size: 16px;
  font-weight: 900;
  color: #0f172a;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .btn-primary,
section.uds-hero.uds-searchbar-only .uds-inline-results .btn-ghost{
  width: 100%;
  text-align: center;
  justify-self: stretch;
  padding: 11px 14px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .btn-primary{
  background: #064e3b !important;
}
section.uds-hero.uds-searchbar-only .uds-inline-results .mpill{
  max-width: 100%;
  white-space: normal;
}
section.uds-hero.uds-searchbar-only .uds-loading{
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100dvh !important;
  z-index: 99999 !important;
  background: rgba(3,7,18,.88) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
}
section.uds-hero.uds-searchbar-only .uds-loading::before{
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(ellipse at center, rgba(16,185,129,.18) 0%, rgba(3,7,18,.76) 60%, rgba(3,7,18,.92) 100%) !important;
  z-index: 0 !important;
}
section.uds-hero.uds-searchbar-only .uds-loading .uds-loading-overlay{
  z-index: 2 !important;
  justify-content: center !important;
  gap: 18px !important;
  padding: 24px !important;
}
section.uds-hero.uds-searchbar-only .uds-loading .uds-loading-text{
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 8px !important;
  font-size: clamp(18px, 2.8vw, 28px) !important;
}
section.uds-hero.uds-searchbar-only .uds-loading .uds-progress-pulse{
  width: min(560px, 86vw) !important;
  height: 4px !important;
}
section.uds-hero.uds-searchbar-only .uds-loading-video{
  opacity: .18 !important;
  object-fit: cover !important;
}

@media (max-width: 900px){
  section.uds-hero.uds-searchbar-only{
    padding: 16px 12px !important;
  }
  section.uds-hero.uds-searchbar-only .uds-search-shell{
    width: 100% !important;
  }
  section.uds-hero.uds-searchbar-only .uds-inline-results .rs-list .row{
    grid-template-columns: minmax(0,1fr) auto !important;
  }
  section.uds-hero.uds-searchbar-only .uds-inline-results .badges,
  section.uds-hero.uds-searchbar-only .uds-inline-results .price,
  section.uds-hero.uds-searchbar-only .uds-inline-results .cta{
    grid-column: 1 / -1;
  }
  section.uds-hero.uds-searchbar-only .uds-inline-results .cta{
    width: 100%;
  }
}

@media (max-width: 640px){
  section.uds-hero.uds-searchbar-only .uds-searchbar-form{
    min-height: 74px !important;
    gap: 10px !important;
    padding: 8px 10px 8px 10px !important;
  }
  section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn{
    width: 44px !important;
    height: 44px !important;
  }
  section.uds-hero.uds-searchbar-only .uds-btn-hero{
    width: 50px !important;
    height: 50px !important;
  }
  section.uds-hero.uds-searchbar-only .uds-hero-input{
    font-size: 16px !important;
    padding: 0 2px !important;
  }
  section.uds-hero.uds-searchbar-only .uds-inline-results{
    margin-top: 10px !important;
    padding: 12px !important;
    border-radius: 22px !important;
  }
  section.uds-hero.uds-searchbar-only .uds-inline-results .rs-list .row{
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 12px !important;
  }
  section.uds-hero.uds-searchbar-only .uds-inline-results .rs-list .row .name{
    font-size: 16px !important;
  }
  section.uds-hero.uds-searchbar-only .uds-inline-results .btn-primary,
  section.uds-hero.uds-searchbar-only .uds-inline-results .btn-ghost{
    width: 100%;
  }
}


/* === v2.0.9 bg-matched search bar palette === */
section.uds-hero.uds-searchbar-only .uds-searchbar-form{
  background: rgba(241, 247, 244, 0.30) !important;
  box-shadow:
    0 18px 50px rgba(19, 47, 54, 0.16),
    0 2px 10px rgba(255,255,255,0.18) inset !important;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-form::before{
  background:
    linear-gradient(115deg,
      #dcfaef 0%,
      #9de8cc 15%,
      #34d399 30%,
      #8cc2b7 48%,
      #c8f5e6 63%,
      #5fd3b2 82%,
      #0f766e 100%) !important;
  background-size: 280% 280% !important;
  animation: udsGradientMove 9s ease-in-out infinite !important;
  filter: saturate(108%) brightness(1.02) !important;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-form::after{
  background:
    linear-gradient(180deg,
      rgba(248,252,250,0.92) 0%,
      rgba(242,248,245,0.88) 100%) !important;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.45) inset,
    0 -1px 0 rgba(127, 161, 152, 0.08) inset !important;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn{
  background: rgba(221, 238, 232, 0.88) !important;
  color: #0a6b57 !important;
  border: 1px solid rgba(151, 200, 184, 0.25) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,0.40) inset !important;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-iconbtn:hover{
  background: rgba(212, 234, 226, 0.98) !important;
  color: #075746 !important;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-inputwrap input,
section.uds-hero.uds-searchbar-only .uds-hero-input{
  color: #4f6673 !important;
  caret-color: #1aa56f !important;
  text-shadow: none !important;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-inputwrap input::placeholder,
section.uds-hero.uds-searchbar-only .uds-hero-input::placeholder{
  color: #93a1ae !important;
  opacity: 1 !important;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero{
  background: linear-gradient(180deg, #8eb1a6 0%, #7fa095 100%) !important;
  box-shadow:
    0 12px 26px rgba(58, 88, 85, 0.22),
    0 1px 0 rgba(255,255,255,0.24) inset !important;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero:hover,
section.uds-hero.uds-searchbar-only .uds-btn-hero.is-ready{
  background: linear-gradient(180deg, #85ac9f 0%, #73978c 100%) !important;
}
section.uds-hero.uds-searchbar-only .uds-btn-hero svg{
  color: #ffffff !important;
  stroke: #ffffff !important;
}
section.uds-hero.uds-searchbar-only .uds-searchbar-form:focus-within{
  box-shadow:
    0 20px 55px rgba(19, 47, 54, 0.18),
    0 0 0 1px rgba(197, 249, 228, 0.35) !important;
}
@media (max-width: 640px){
  section.uds-hero.uds-searchbar-only .uds-searchbar-form{
    background: rgba(244,248,246,0.42) !important;
  }
}


/* ===== v2.1.0 premium centered domain section overrides ===== */
section.uds-hero.uds-domain-centered{
  padding: 34px 18px 42px !important;
  background: linear-gradient(90deg, #003117 0%, #00371a 45%, #003117 100%) !important;
  border: 0 !important;
}
section.uds-hero.uds-domain-centered::before,
section.uds-hero.uds-domain-centered::after{
  display:none !important;
}
section.uds-hero.uds-domain-centered .uds-hero-inner{
  width: min(1320px, 100%) !important;
  margin: 0 auto !important;
  text-align: center !important;
}
section.uds-hero.uds-domain-centered .uds-domain-intro{
  max-width: 860px;
  margin: 0 auto 22px;
}
section.uds-hero.uds-domain-centered .uds-domain-kicker{
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -.025em;
}
section.uds-hero.uds-domain-centered .uds-domain-subtext{
  margin: 10px auto 0;
  max-width: 640px;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}
section.uds-hero.uds-domain-centered .uds-search-shell{
  width: min(920px, 100%) !important;
  margin: 0 auto !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-form{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px;
  min-height: 76px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.2) !important;
  background: rgba(3, 31, 18, .84) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
section.uds-hero.uds-domain-centered .uds-searchbar-form::before,
section.uds-hero.uds-domain-centered .uds-searchbar-form::after,
section.uds-hero.uds-domain-centered .uds-searchbar-left,
section.uds-hero.uds-domain-centered .uds-searchbar-iconbtn{
  display: none !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap{
  flex: 1 1 auto;
  min-width: 0;
}
section.uds-hero.uds-domain-centered .uds-hero-input,
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
  width: 100% !important;
  min-width: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  text-align: left !important;
  font-size: clamp(17px, 1.55vw, 19px) !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  letter-spacing: -.02em;
  padding: 0 10px !important;
}
section.uds-hero.uds-domain-centered .uds-hero-input::placeholder,
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input::placeholder{
  color: rgba(255,255,255,.62) !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-right{
  flex: 0 0 auto;
}
section.uds-hero.uds-domain-centered .uds-btn-hero{
  min-width: 116px;
  min-height: 58px;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #f0f0ef !important;
  color: #101315 !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  letter-spacing: -.02em;
  box-shadow: none !important;
  animation: none !important;
}
section.uds-hero.uds-domain-centered .uds-btn-hero:hover,
section.uds-hero.uds-domain-centered .uds-btn-hero.is-ready{
  transform: none !important;
  filter: none !important;
  background: #ffffff !important;
  color: #101315 !important;
  box-shadow: none !important;
}
section.uds-hero.uds-domain-centered .uds-btn-hero[disabled]{
  opacity: 1 !important;
  cursor: pointer;
}
section.uds-hero.uds-domain-centered .uds-domain-offers,
section.uds-hero.uds-domain-centered .uds-tld-bar{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1080px, 100%);
  margin: 22px auto 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card,
section.uds-hero.uds-domain-centered .uds-tld-chip{
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 122px;
  padding: 18px 16px !important;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.11) !important;
  background: rgba(255,255,255,.05) !important;
  color: #fff !important;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
section.uds-hero.uds-domain-centered .uds-offer-card:hover,
section.uds-hero.uds-domain-centered .uds-offer-card.is-active{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.2) !important;
  background: rgba(255,255,255,.08) !important;
  box-shadow: 0 14px 30px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.08);
}
section.uds-hero.uds-domain-centered .uds-offer-extension{
  display: block;
  color: #ffffff;
  font-size: clamp(24px, 2.1vw, 30px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.04em;
}
section.uds-hero.uds-domain-centered .uds-offer-pricewrap{
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
section.uds-hero.uds-domain-centered .uds-offer-compare{
  color: rgba(255,255,255,.42);
  font-size: 13px;
  font-weight: 500;
  text-decoration: line-through;
}
section.uds-hero.uds-domain-centered .uds-offer-price{
  color: #ffffff;
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.03em;
}
section.uds-hero.uds-domain-centered .uds-offer-note{
  display: block;
  color: rgba(255,255,255,.7);
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 500;
}
section.uds-hero.uds-domain-centered .uds-inline-results{
  width: min(1080px, 100%);
  margin: 24px auto 0;
  text-align: left;
}
@media (max-width: 1100px){
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px){
  section.uds-hero.uds-domain-centered{
    padding: 28px 14px 34px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-subtext{
    font-size: 13px;
  }
  section.uds-hero.uds-domain-centered .uds-searchbar-form{
    min-height: 68px;
    gap: 10px;
    padding: 7px;
    border-radius: 16px;
  }
  section.uds-hero.uds-domain-centered .uds-hero-input,
  section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
    font-size: 16px !important;
    padding: 0 8px !important;
  }
  section.uds-hero.uds-domain-centered .uds-btn-hero{
    min-width: 102px;
    min-height: 52px;
    font-size: 16px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 16px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    min-height: 102px;
    padding: 16px 14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-inline-results{
    margin-top: 18px;
  }
}


/* ===== v2.1.1 alignment + premium polish overrides ===== */
section.uds-hero.uds-domain-centered{
  padding: clamp(34px, 4vw, 56px) 18px clamp(42px, 5vw, 64px) !important;
  min-height: 0 !important;
  background:
    radial-gradient(740px 220px at 50% 0%, rgba(33, 176, 105, .15), transparent 62%),
    linear-gradient(90deg, #003116 0%, #003b1b 50%, #003116 100%) !important;
  overflow: visible !important;
}
section.uds-hero.uds-domain-centered .uds-hero-inner{
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  text-align: center !important;
}
section.uds-hero.uds-domain-centered .uds-domain-intro{
  order: 1 !important;
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 auto 22px !important;
  text-align: center !important;
}
section.uds-hero.uds-domain-centered .uds-domain-kicker{
  margin: 0 auto !important;
  max-width: 620px;
  color: rgba(255, 255, 255, .9) !important;
  font-size: clamp(24px, 2.6vw, 34px) !important;
  line-height: 1.12 !important;
  font-weight: 650 !important;
  letter-spacing: -.045em !important;
}
section.uds-hero.uds-domain-centered .uds-domain-subtext{
  margin: 12px auto 0 !important;
  max-width: 540px !important;
  color: rgba(255, 255, 255, .68) !important;
  font-size: clamp(14px, 1.15vw, 16px) !important;
  line-height: 1.48 !important;
  font-weight: 450 !important;
}
section.uds-hero.uds-domain-centered .uds-search-shell{
  order: 2 !important;
  width: min(860px, 100%) !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  position: relative !important;
  display: block !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-form{
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 72px !important;
  padding: 7px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background: rgba(5, 43, 25, .78) !important;
  backdrop-filter: blur(14px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(130%) !important;
  box-shadow:
    0 18px 48px rgba(0,0,0,.10),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  overflow: hidden !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap{
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  display: block !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-right{
  flex: 0 0 auto !important;
  position: relative !important;
  z-index: 2 !important;
}
section.uds-hero.uds-domain-centered .uds-hero-input,
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 20px !important;
  color: #f4fff9 !important;
  text-align: left !important;
  font-size: clamp(17px, 1.45vw, 20px) !important;
  font-weight: 550 !important;
  letter-spacing: -.035em !important;
}
section.uds-hero.uds-domain-centered .uds-hero-input::placeholder,
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input::placeholder{
  color: rgba(255,255,255,.58) !important;
}
section.uds-hero.uds-domain-centered .uds-btn-hero{
  min-width: 128px !important;
  min-height: 56px !important;
  height: 56px !important;
  padding: 0 26px !important;
  border-radius: 14px !important;
  background: #f4f5f2 !important;
  color: #07160f !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  letter-spacing: -.035em !important;
}
section.uds-hero.uds-domain-centered .uds-domain-offers,
section.uds-hero.uds-domain-centered .uds-tld-bar{
  order: 3 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: min(980px, 100%) !important;
  max-width: 980px !important;
  margin: 22px auto 0 !important;
  gap: 14px !important;
  align-items: stretch !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: visible !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card,
section.uds-hero.uds-domain-centered .uds-tld-chip{
  width: 100% !important;
  min-width: 0 !important;
  min-height: 108px !important;
  padding: 16px 14px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.045) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card:hover,
section.uds-hero.uds-domain-centered .uds-offer-card.is-active{
  transform: translateY(-1px) !important;
  background: rgba(255,255,255,.065) !important;
  border-color: rgba(255,255,255,.16) !important;
  box-shadow: 0 12px 26px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.07) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-extension{
  font-size: clamp(24px, 1.9vw, 28px) !important;
  font-weight: 750 !important;
  line-height: .95 !important;
  letter-spacing: -.05em !important;
}
section.uds-hero.uds-domain-centered .uds-offer-pricewrap{
  gap: 7px !important;
  min-height: 22px;
}
section.uds-hero.uds-domain-centered .uds-offer-compare{
  font-size: 12px !important;
  color: rgba(255,255,255,.38) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-price{
  font-size: clamp(17px, 1.35vw, 20px) !important;
  font-weight: 720 !important;
  color: #ffffff !important;
}
section.uds-hero.uds-domain-centered .uds-offer-note{
  font-size: 12px !important;
  color: rgba(255,255,255,.62) !important;
  font-weight: 550 !important;
}
section.uds-hero.uds-domain-centered .uds-inline-results{
  order: 4 !important;
  width: min(980px, 100%) !important;
  margin: 22px auto 0 !important;
}
@media (max-width: 960px){
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(680px, 100%) !important;
  }
}
@media (max-width: 640px){
  section.uds-hero.uds-domain-centered{
    padding: 28px 14px 36px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-intro{
    margin-bottom: 18px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-kicker{
    font-size: clamp(24px, 8vw, 32px) !important;
  }
  section.uds-hero.uds-domain-centered .uds-searchbar-form{
    min-height: 64px !important;
    padding: 6px !important;
    gap: 8px !important;
    border-radius: 16px !important;
  }
  section.uds-hero.uds-domain-centered .uds-hero-input,
  section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
  }
  section.uds-hero.uds-domain-centered .uds-btn-hero{
    min-width: 92px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    grid-template-columns: 1fr !important;
    width: min(420px, 100%) !important;
    gap: 10px !important;
    margin-top: 16px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    min-height: 96px !important;
    border-radius: 18px !important;
  }
}


/* ===== v2.1.2 Fortune-500 domain module refinement ===== */
section.uds-hero.uds-domain-centered{
  background: #061414 !important;
  padding: clamp(32px, 3.4vw, 46px) 18px clamp(36px, 4vw, 52px) !important;
}
section.uds-hero.uds-domain-centered .uds-hero-inner{
  width: min(1160px, 100%) !important;
  max-width: 1160px !important;
}
section.uds-hero.uds-domain-centered .uds-domain-intro{
  width: min(720px, 100%) !important;
  max-width: 720px !important;
  margin: 0 auto 18px !important;
}
section.uds-hero.uds-domain-centered .uds-domain-kicker{
  max-width: 680px !important;
  color: rgba(245, 255, 250, .88) !important;
  font-size: clamp(21px, 2vw, 28px) !important;
  line-height: 1.16 !important;
  font-weight: 560 !important;
  letter-spacing: -.04em !important;
}
section.uds-hero.uds-domain-centered .uds-domain-subtext{
  margin-top: 10px !important;
  max-width: 500px !important;
  color: rgba(245, 255, 250, .58) !important;
  font-size: clamp(13px, 1vw, 15px) !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  letter-spacing: -.015em !important;
}
section.uds-hero.uds-domain-centered .uds-search-shell{
  width: min(720px, 100%) !important;
  max-width: 720px !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-form{
  min-height: 60px !important;
  padding: 5px !important;
  gap: 8px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  background: rgba(255, 255, 255, .025) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-form:focus-within{
  border-color: rgba(255,255,255,.22) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 10px 26px rgba(0,0,0,.10) !important;
}
section.uds-hero.uds-domain-centered .uds-hero-input,
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 16px !important;
  font-size: clamp(15.5px, 1.15vw, 17px) !important;
  font-weight: 420 !important;
  letter-spacing: -.025em !important;
  color: rgba(248,255,251,.92) !important;
}
section.uds-hero.uds-domain-centered .uds-hero-input::placeholder,
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input::placeholder{
  color: rgba(248,255,251,.50) !important;
}
section.uds-hero.uds-domain-centered .uds-btn-hero{
  min-width: 104px !important;
  min-height: 48px !important;
  height: 48px !important;
  padding: 0 18px !important;
  border-radius: 12px !important;
  background: rgba(248, 250, 247, .96) !important;
  color: #061414 !important;
  font-size: 15px !important;
  font-weight: 560 !important;
  letter-spacing: -.025em !important;
  box-shadow: none !important;
}
section.uds-hero.uds-domain-centered .uds-btn-hero:hover,
section.uds-hero.uds-domain-centered .uds-btn-hero.is-ready{
  background: #ffffff !important;
  color: #061414 !important;
  transform: none !important;
}
section.uds-hero.uds-domain-centered .uds-domain-offers,
section.uds-hero.uds-domain-centered .uds-tld-bar{
  width: min(890px, 100%) !important;
  max-width: 890px !important;
  margin-top: 18px !important;
  gap: 12px !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card,
section.uds-hero.uds-domain-centered .uds-tld-chip{
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  align-items: center !important;
  justify-items: start !important;
  gap: 12px !important;
  min-height: 76px !important;
  padding: 10px 14px !important;
  border-radius: 16px !important;
  text-align: left !important;
  background: rgba(255,255,255,.032) !important;
  border: 1px solid rgba(255,255,255,.085) !important;
  box-shadow: none !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card:hover,
section.uds-hero.uds-domain-centered .uds-offer-card.is-active{
  transform: none !important;
  background: rgba(255,255,255,.045) !important;
  border-color: rgba(255,255,255,.13) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-logo{
  width: 46px !important;
  height: 46px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f8faf7 !important;
  color: #0b5fff !important;
  box-shadow: 0 5px 14px rgba(0,0,0,.12) !important;
  overflow: hidden !important;
}
section.uds-hero.uds-domain-centered .uds-offer-logo span{
  display: block !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 720 !important;
  letter-spacing: -.055em !important;
  transform: translateY(.5px);
}
section.uds-hero.uds-domain-centered .uds-offer-logo.uds-tld-net{ color: #161b20 !important; }
section.uds-hero.uds-domain-centered .uds-offer-logo.uds-tld-org{ color: #1d48c9 !important; }
section.uds-hero.uds-domain-centered .uds-offer-logo.uds-tld-in{ color: #0d7a46 !important; }
section.uds-hero.uds-domain-centered .uds-offer-logo.uds-tld-co-in{ color: #0d7a46 !important; }
section.uds-hero.uds-domain-centered .uds-offer-content{
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 3px !important;
}
section.uds-hero.uds-domain-centered .uds-offer-extension{
  display: none !important;
}
section.uds-hero.uds-domain-centered .uds-offer-pricewrap{
  min-height: 0 !important;
  gap: 6px !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}
section.uds-hero.uds-domain-centered .uds-offer-compare{
  font-size: 11px !important;
  line-height: 1 !important;
  color: rgba(248,255,251,.34) !important;
  font-weight: 420 !important;
  white-space: nowrap !important;
}
section.uds-hero.uds-domain-centered .uds-offer-price{
  font-size: clamp(15px, 1.05vw, 17px) !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  color: rgba(248,255,251,.95) !important;
  letter-spacing: -.035em !important;
  white-space: nowrap !important;
}
section.uds-hero.uds-domain-centered .uds-offer-note{
  font-size: 11px !important;
  line-height: 1.22 !important;
  color: rgba(248,255,251,.52) !important;
  font-weight: 430 !important;
  letter-spacing: -.012em !important;
}
@media (max-width: 960px){
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    width: min(620px, 100%) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px){
  section.uds-hero.uds-domain-centered{
    padding: 28px 14px 34px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-kicker{
    font-size: clamp(22px, 7vw, 28px) !important;
    max-width: 350px !important;
  }
  section.uds-hero.uds-domain-centered .uds-searchbar-form{
    min-height: 58px !important;
    padding: 5px !important;
    border-radius: 14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-hero-input,
  section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 10px !important;
    font-size: 14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-btn-hero{
    min-width: 84px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    width: min(390px, 100%) !important;
    grid-template-columns: 1fr !important;
    margin-top: 14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    min-height: 70px !important;
    padding: 10px 12px !important;
    border-radius: 14px !important;
  }
}


/* ===== v2.1.3 tight premium section + mobile carousel ===== */
section.uds-hero.uds-domain-centered{
  background:#061414 !important;
  padding: clamp(26px, 2.7vw, 38px) 18px clamp(30px, 3.2vw, 44px) !important;
}
section.uds-hero.uds-domain-centered .uds-hero-inner{
  width:min(1040px,100%) !important;
  max-width:1040px !important;
}
section.uds-hero.uds-domain-centered .uds-domain-intro{
  width:min(640px,100%) !important;
  max-width:640px !important;
  margin:0 auto 14px !important;
}
section.uds-hero.uds-domain-centered .uds-domain-kicker{
  max-width:620px !important;
  margin-inline:auto !important;
  font-size:clamp(20px,1.72vw,25px) !important;
  line-height:1.12 !important;
  font-weight:520 !important;
  letter-spacing:-.042em !important;
  color:rgba(248,255,251,.88) !important;
}
section.uds-hero.uds-domain-centered .uds-domain-subtext{
  max-width:440px !important;
  margin-top:8px !important;
  font-size:clamp(12.5px,.92vw,14px) !important;
  line-height:1.42 !important;
  font-weight:390 !important;
  color:rgba(248,255,251,.52) !important;
}
section.uds-hero.uds-domain-centered .uds-search-shell{
  width:min(650px,100%) !important;
  max-width:650px !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-form{
  min-height:52px !important;
  height:52px !important;
  padding:4px !important;
  gap:6px !important;
  border-radius:13px !important;
  background:rgba(255,255,255,.022) !important;
  border-color:rgba(255,255,255,.12) !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-form:focus-within{
  border-color:rgba(255,255,255,.20) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045), 0 8px 20px rgba(0,0,0,.12) !important;
}
section.uds-hero.uds-domain-centered .uds-hero-input,
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
  height:44px !important;
  min-height:44px !important;
  padding:0 14px !important;
  font-size:15px !important;
  line-height:1.2 !important;
  font-weight:390 !important;
  letter-spacing:-.025em !important;
}
section.uds-hero.uds-domain-centered .uds-btn-hero{
  min-width:92px !important;
  width:auto !important;
  height:44px !important;
  min-height:44px !important;
  padding:0 16px !important;
  border-radius:11px !important;
  font-size:14px !important;
  font-weight:540 !important;
}
section.uds-hero.uds-domain-centered .uds-domain-offers,
section.uds-hero.uds-domain-centered .uds-tld-bar{
  width:min(760px,100%) !important;
  max-width:760px !important;
  margin-top:13px !important;
  gap:9px !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card,
section.uds-hero.uds-domain-centered .uds-tld-chip{
  grid-template-columns:38px minmax(0,1fr) !important;
  gap:9px !important;
  min-height:62px !important;
  padding:8px 10px !important;
  border-radius:13px !important;
  background:rgba(255,255,255,.026) !important;
  border-color:rgba(255,255,255,.075) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card:hover,
section.uds-hero.uds-domain-centered .uds-offer-card.is-active{
  background:rgba(255,255,255,.04) !important;
  border-color:rgba(255,255,255,.115) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-logo{
  width:36px !important;
  height:36px !important;
  border-radius:10px !important;
  box-shadow:0 4px 10px rgba(0,0,0,.10) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-logo span{
  font-size:11.5px !important;
  font-weight:680 !important;
  letter-spacing:-.055em !important;
}
section.uds-hero.uds-domain-centered .uds-offer-content{
  gap:2px !important;
}
section.uds-hero.uds-domain-centered .uds-offer-pricewrap{
  gap:5px !important;
}
section.uds-hero.uds-domain-centered .uds-offer-compare{
  font-size:10px !important;
  font-weight:380 !important;
  color:rgba(248,255,251,.30) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-price{
  font-size:14.5px !important;
  font-weight:560 !important;
  color:rgba(248,255,251,.92) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-note{
  font-size:10px !important;
  line-height:1.18 !important;
  font-weight:390 !important;
  color:rgba(248,255,251,.47) !important;
}
@media (max-width: 960px){
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    width:min(600px,100%) !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width: 640px){
  section.uds-hero.uds-domain-centered{
    padding:26px 0 30px !important;
    overflow:hidden !important;
  }
  section.uds-hero.uds-domain-centered .uds-hero-inner{
    width:100% !important;
    max-width:100% !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-intro,
  section.uds-hero.uds-domain-centered .uds-search-shell,
  section.uds-hero.uds-domain-centered .uds-inline-results{
    width:calc(100% - 28px) !important;
    max-width:420px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-intro{
    margin-bottom:13px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-kicker{
    max-width:330px !important;
    font-size:clamp(21px,6.2vw,25px) !important;
    line-height:1.12 !important;
    font-weight:520 !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-subtext{
    max-width:310px !important;
    margin-top:7px !important;
    font-size:12.5px !important;
    line-height:1.38 !important;
  }
  section.uds-hero.uds-domain-centered .uds-searchbar-form{
    height:50px !important;
    min-height:50px !important;
    border-radius:12px !important;
  }
  section.uds-hero.uds-domain-centered .uds-hero-input,
  section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
    height:42px !important;
    min-height:42px !important;
    padding:0 10px !important;
    font-size:13.5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-btn-hero{
    min-width:78px !important;
    height:42px !important;
    min-height:42px !important;
    padding:0 12px !important;
    border-radius:10px !important;
    font-size:13px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    width:100% !important;
    max-width:100% !important;
    margin:12px 0 0 !important;
    padding:0 14px 8px !important;
    display:flex !important;
    grid-template-columns:none !important;
    gap:10px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    scroll-padding-left:14px !important;
    -webkit-overflow-scrolling:touch !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers::-webkit-scrollbar,
  section.uds-hero.uds-domain-centered .uds-tld-bar::-webkit-scrollbar{
    display:none !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex:0 0 clamp(174px, 58vw, 218px) !important;
    width:clamp(174px, 58vw, 218px) !important;
    min-width:clamp(174px, 58vw, 218px) !important;
    min-height:60px !important;
    padding:8px 10px !important;
    grid-template-columns:36px minmax(0,1fr) !important;
    border-radius:13px !important;
    scroll-snap-align:start !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-logo{
    width:34px !important;
    height:34px !important;
    border-radius:9px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-price{
    font-size:14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-note{
    font-size:9.8px !important;
  }
}
@media (max-width: 380px){
  section.uds-hero.uds-domain-centered .uds-btn-hero{
    min-width:72px !important;
    padding:0 10px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex-basis:178px !important;
    width:178px !important;
    min-width:178px !important;
  }
}


/* ===== v2.1.4 balanced premium section scale ===== */
section.uds-hero.uds-domain-centered{
  background:#061414 !important;
  min-height:clamp(410px, 30vw, 470px) !important;
  padding:clamp(44px, 4.2vw, 66px) 18px clamp(48px, 4.4vw, 70px) !important;
  display:flex !important;
  align-items:center !important;
}
section.uds-hero.uds-domain-centered .uds-hero-inner{
  width:min(1120px,100%) !important;
  max-width:1120px !important;
  margin:0 auto !important;
}
section.uds-hero.uds-domain-centered .uds-domain-intro{
  width:min(760px,100%) !important;
  max-width:760px !important;
  margin:0 auto 20px !important;
}
section.uds-hero.uds-domain-centered .uds-domain-kicker{
  max-width:760px !important;
  font-size:clamp(24px,2.05vw,32px) !important;
  line-height:1.08 !important;
  font-weight:500 !important;
  letter-spacing:-.047em !important;
  color:rgba(248,255,251,.92) !important;
}
section.uds-hero.uds-domain-centered .uds-domain-subtext{
  max-width:560px !important;
  margin-top:10px !important;
  font-size:clamp(14px,1vw,16px) !important;
  line-height:1.45 !important;
  font-weight:360 !important;
  color:rgba(248,255,251,.58) !important;
}
section.uds-hero.uds-domain-centered .uds-search-shell{
  width:min(820px,100%) !important;
  max-width:820px !important;
  margin:0 auto !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-form{
  height:58px !important;
  min-height:58px !important;
  padding:5px !important;
  gap:7px !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.026) !important;
  border-color:rgba(255,255,255,.13) !important;
}
section.uds-hero.uds-domain-centered .uds-searchbar-form:focus-within{
  border-color:rgba(255,255,255,.22) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 14px 34px rgba(0,0,0,.16) !important;
}
section.uds-hero.uds-domain-centered .uds-hero-input,
section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
  height:48px !important;
  min-height:48px !important;
  padding:0 18px !important;
  font-size:16px !important;
  line-height:1.2 !important;
  font-weight:370 !important;
  letter-spacing:-.026em !important;
}
section.uds-hero.uds-domain-centered .uds-btn-hero{
  min-width:108px !important;
  height:48px !important;
  min-height:48px !important;
  padding:0 20px !important;
  border-radius:13px !important;
  font-size:15px !important;
  font-weight:520 !important;
}
section.uds-hero.uds-domain-centered .uds-domain-offers,
section.uds-hero.uds-domain-centered .uds-tld-bar{
  width:min(980px,100%) !important;
  max-width:980px !important;
  margin:18px auto 0 !important;
  gap:12px !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card,
section.uds-hero.uds-domain-centered .uds-tld-chip{
  min-height:72px !important;
  padding:10px 13px !important;
  grid-template-columns:42px minmax(0,1fr) !important;
  gap:11px !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.03) !important;
  border-color:rgba(255,255,255,.085) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-card:hover,
section.uds-hero.uds-domain-centered .uds-offer-card.is-active{
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(255,255,255,.13) !important;
  transform:translateY(-1px) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-logo{
  width:40px !important;
  height:40px !important;
  border-radius:11px !important;
}
section.uds-hero.uds-domain-centered .uds-offer-logo span{
  font-size:12px !important;
  font-weight:650 !important;
}
section.uds-hero.uds-domain-centered .uds-offer-content{
  gap:3px !important;
  text-align:left !important;
}
section.uds-hero.uds-domain-centered .uds-offer-pricewrap{
  gap:6px !important;
}
section.uds-hero.uds-domain-centered .uds-offer-compare{
  font-size:11px !important;
  font-weight:360 !important;
  color:rgba(248,255,251,.32) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-price{
  font-size:16px !important;
  font-weight:540 !important;
  color:rgba(248,255,251,.94) !important;
}
section.uds-hero.uds-domain-centered .uds-offer-note{
  font-size:10.8px !important;
  line-height:1.18 !important;
  font-weight:370 !important;
  color:rgba(248,255,251,.50) !important;
}
@media (max-width: 960px){
  section.uds-hero.uds-domain-centered{
    min-height:0 !important;
    padding:42px 18px 48px !important;
  }
  section.uds-hero.uds-domain-centered .uds-search-shell{
    width:min(720px,100%) !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    width:min(720px,100%) !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width: 640px){
  section.uds-hero.uds-domain-centered{
    min-height:0 !important;
    padding:34px 0 38px !important;
    display:block !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-intro,
  section.uds-hero.uds-domain-centered .uds-search-shell,
  section.uds-hero.uds-domain-centered .uds-inline-results{
    width:calc(100% - 30px) !important;
    max-width:430px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-intro{
    margin-bottom:16px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-kicker{
    max-width:360px !important;
    font-size:clamp(22px,6vw,27px) !important;
    line-height:1.09 !important;
    font-weight:500 !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-subtext{
    max-width:330px !important;
    margin-top:8px !important;
    font-size:13px !important;
    line-height:1.42 !important;
  }
  section.uds-hero.uds-domain-centered .uds-searchbar-form{
    height:52px !important;
    min-height:52px !important;
    padding:4px !important;
    border-radius:13px !important;
  }
  section.uds-hero.uds-domain-centered .uds-hero-input,
  section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
    height:44px !important;
    min-height:44px !important;
    padding:0 12px !important;
    font-size:14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-btn-hero{
    min-width:82px !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 13px !important;
    border-radius:11px !important;
    font-size:13px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    width:100% !important;
    max-width:100% !important;
    margin:16px 0 0 !important;
    padding:0 15px 10px !important;
    display:flex !important;
    grid-template-columns:none !important;
    gap:10px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x mandatory !important;
    scroll-padding-left:15px !important;
    -webkit-overflow-scrolling:touch !important;
    justify-content:flex-start !important;
    scrollbar-width:none !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex:0 0 clamp(190px, 62vw, 228px) !important;
    width:clamp(190px, 62vw, 228px) !important;
    min-width:clamp(190px, 62vw, 228px) !important;
    min-height:64px !important;
    padding:9px 11px !important;
    grid-template-columns:38px minmax(0,1fr) !important;
    gap:10px !important;
    border-radius:14px !important;
    scroll-snap-align:start !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-logo{
    width:36px !important;
    height:36px !important;
    border-radius:10px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-price{
    font-size:14.5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-note{
    font-size:10px !important;
  }
}
@media (max-width: 380px){
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex-basis:186px !important;
    width:186px !important;
    min-width:186px !important;
  }
}


/* ===== v2.1.5 scroll fix + compact balanced spacing ===== */
section.uds-hero.uds-domain-centered{
  background:#061414 !important;
  overflow-x:hidden !important;
  overflow-y:visible !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  min-height:clamp(368px, 27vw, 430px) !important;
  padding:clamp(32px, 3.1vw, 46px) 18px clamp(34px, 3.4vw, 50px) !important;
}
section.uds-hero.uds-domain-centered *,
section.uds-hero.uds-domain-centered *::before,
section.uds-hero.uds-domain-centered *::after{
  box-sizing:border-box !important;
}
section.uds-hero.uds-domain-centered .uds-hero-inner{
  max-width:min(1120px, 100%) !important;
  overflow:visible !important;
}
section.uds-hero.uds-domain-centered .uds-search-shell{
  width:min(820px, calc(100% - 0px)) !important;
}
section.uds-hero.uds-domain-centered .uds-domain-offers,
section.uds-hero.uds-domain-centered .uds-tld-bar{
  max-width:min(980px, 100%) !important;
  overflow:visible !important;
}
@media (max-width: 960px){
  section.uds-hero.uds-domain-centered{
    padding:32px 18px 38px !important;
    min-height:0 !important;
  }
}
@media (max-width: 640px){
  section.uds-hero.uds-domain-centered{
    padding:26px 0 30px !important;
    overflow-x:hidden !important;
    overflow-y:visible !important;
    width:100% !important;
    max-width:100% !important;
  }
  section.uds-hero.uds-domain-centered .uds-hero-inner{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-intro{
    margin-bottom:14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-search-shell{
    width:calc(100% - 30px) !important;
    max-width:430px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    width:100% !important;
    max-width:100% !important;
    margin:14px 0 0 !important;
    padding:0 15px 8px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scrollbar-width:none !important;
    overscroll-behavior-x:contain !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers::-webkit-scrollbar,
  section.uds-hero.uds-domain-centered .uds-tld-bar::-webkit-scrollbar{
    display:none !important;
    width:0 !important;
    height:0 !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex:0 0 clamp(184px, 60vw, 220px) !important;
    width:clamp(184px, 60vw, 220px) !important;
    min-width:clamp(184px, 60vw, 220px) !important;
  }
}
@media (max-width: 380px){
  section.uds-hero.uds-domain-centered{
    padding-top:24px !important;
    padding-bottom:28px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex-basis:178px !important;
    width:178px !important;
    min-width:178px !important;
  }
}

/* ===== v2.1.6 scoped scroll containment fix ===== */
section.uds-hero[data-uds-component="domain-search"],
section.uds-hero.uds-domain-centered{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  left:auto !important;
  right:auto !important;
  transform:none !important;
  overflow-x:hidden !important;
  overflow-y:visible !important;
  box-sizing:border-box !important;
}
section.uds-hero[data-uds-component="domain-search"].is-safe-fullbleed{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
section.uds-hero.uds-domain-centered .uds-hero-inner{
  width:min(1120px, 100%) !important;
  max-width:100% !important;
}
@media (max-width:640px){
  section.uds-hero.uds-domain-centered{
    padding-top:22px !important;
    padding-bottom:26px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

/* ===== v2.1.7 registration / transfer switch + mobile comfort pass ===== */
section.uds-hero.uds-domain-centered{
  padding-top:clamp(26px,2.6vw,38px) !important;
  padding-bottom:clamp(28px,2.8vw,42px) !important;
}
section.uds-hero.uds-domain-centered .uds-domain-mode-switch{
  width:max-content;
  max-width:100%;
  margin:16px auto 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:4px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 16px 36px rgba(0,0,0,.12);
}
section.uds-hero.uds-domain-centered .uds-domain-mode-switch button{
  appearance:none;
  border:0;
  margin:0;
  min-height:34px;
  padding:0 17px;
  border-radius:999px;
  background:transparent;
  color:rgba(248,255,251,.62);
  font:inherit;
  font-size:13px;
  line-height:1;
  font-weight:470;
  letter-spacing:-.012em;
  cursor:pointer;
  transition:background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}
section.uds-hero.uds-domain-centered .uds-domain-mode-switch button:hover{
  color:rgba(248,255,251,.9);
}
section.uds-hero.uds-domain-centered .uds-domain-mode-switch button.is-active{
  color:#ffffff;
  background:linear-gradient(180deg, rgba(9,98,76,.96), rgba(5,78,60,.98));
  box-shadow:0 8px 20px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.08);
}
section.uds-hero.uds-domain-centered .uds-domain-mode-switch button:focus-visible{
  outline:2px solid rgba(206,255,139,.86);
  outline-offset:2px;
}
section.uds-hero.uds-domain-centered .uds-search-shell{
  margin-top:0 !important;
}
section.uds-hero.uds-domain-centered.is-transfer-mode .uds-btn-hero{
  background:linear-gradient(180deg, #09654e, #075541) !important;
  color:#fff !important;
}
section.uds-hero.uds-domain-centered.is-transfer-mode .uds-offer-note{
  color:rgba(206,255,139,.68) !important;
}
@media (max-width:640px){
  section.uds-hero.uds-domain-centered{
    padding-top:20px !important;
    padding-bottom:24px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-intro{
    width:calc(100% - 32px) !important;
    max-width:390px !important;
    margin-bottom:12px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-kicker{
    max-width:355px !important;
    font-size:clamp(20px,5.45vw,24px) !important;
    line-height:1.12 !important;
    font-weight:500 !important;
    letter-spacing:-.045em !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-subtext{
    max-width:320px !important;
    margin-top:7px !important;
    font-size:12.5px !important;
    line-height:1.42 !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-mode-switch{
    width:calc(100% - 32px) !important;
    max-width:360px !important;
    margin:12px auto 12px !important;
    display:flex !important;
    gap:4px !important;
    padding:4px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-mode-switch button{
    flex:1 1 0;
    min-width:0;
    min-height:32px;
    padding:0 9px;
    font-size:12px;
    white-space:nowrap;
  }
  section.uds-hero.uds-domain-centered .uds-search-shell{
    width:calc(100% - 32px) !important;
    max-width:390px !important;
  }
  section.uds-hero.uds-domain-centered .uds-searchbar-form{
    height:50px !important;
    min-height:50px !important;
    padding:4px !important;
    border-radius:14px !important;
    gap:6px !important;
  }
  section.uds-hero.uds-domain-centered .uds-hero-input,
  section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
    height:42px !important;
    min-height:42px !important;
    padding:0 11px !important;
    font-size:13.5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-btn-hero{
    min-width:78px !important;
    height:42px !important;
    min-height:42px !important;
    padding:0 12px !important;
    border-radius:11px !important;
    font-size:12.5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    margin-top:12px !important;
    padding-left:16px !important;
    padding-right:16px !important;
    gap:10px !important;
    scroll-padding-left:16px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex:0 0 min(276px, calc(100vw - 52px)) !important;
    width:min(276px, calc(100vw - 52px)) !important;
    min-width:min(276px, calc(100vw - 52px)) !important;
    min-height:62px !important;
    padding:9px 12px !important;
    grid-template-columns:38px minmax(0,1fr) !important;
    gap:10px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-pricewrap{
    gap:6px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-compare{
    font-size:10.5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-price{
    font-size:14.5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-note{
    font-size:9.8px !important;
  }
}
@media (max-width:380px){
  section.uds-hero.uds-domain-centered .uds-domain-mode-switch,
  section.uds-hero.uds-domain-centered .uds-search-shell,
  section.uds-hero.uds-domain-centered .uds-domain-intro{
    width:calc(100% - 26px) !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-mode-switch button{
    font-size:11.5px;
    padding:0 7px;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex-basis:calc(100vw - 46px) !important;
    width:calc(100vw - 46px) !important;
    min-width:calc(100vw - 46px) !important;
  }
}

/* ===== v2.1.8 tighter switch + restored mobile card carousel proportions ===== */
section.uds-hero.uds-domain-centered{
  padding-top:clamp(24px,2.2vw,34px) !important;
  padding-bottom:clamp(26px,2.4vw,38px) !important;
}
section.uds-hero.uds-domain-centered .uds-domain-intro{
  order:1 !important;
  margin-bottom:16px !important;
}
section.uds-hero.uds-domain-centered .uds-domain-mode-switch{
  order:2 !important;
  width:max-content !important;
  max-width:100% !important;
  margin:0 auto 14px !important;
  gap:3px !important;
  padding:3px !important;
  border-radius:999px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.055), 0 10px 24px rgba(0,0,0,.10) !important;
}
section.uds-hero.uds-domain-centered .uds-domain-mode-switch button{
  min-height:30px !important;
  padding:0 14px !important;
  font-size:12.2px !important;
  font-weight:480 !important;
}
section.uds-hero.uds-domain-centered .uds-search-shell{
  order:3 !important;
}
section.uds-hero.uds-domain-centered .uds-domain-offers,
section.uds-hero.uds-domain-centered .uds-tld-bar{
  order:4 !important;
  margin-top:15px !important;
}
@media (max-width:640px){
  section.uds-hero.uds-domain-centered{
    padding-top:20px !important;
    padding-bottom:24px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-intro{
    width:calc(100% - 34px) !important;
    max-width:390px !important;
    margin:0 auto 14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-kicker{
    max-width:360px !important;
    font-size:clamp(20px,5.2vw,23px) !important;
    line-height:1.14 !important;
    letter-spacing:-.044em !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-subtext{
    max-width:330px !important;
    margin-top:8px !important;
    font-size:12.5px !important;
    line-height:1.45 !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-mode-switch{
    width:max-content !important;
    max-width:calc(100% - 38px) !important;
    margin:0 auto 14px !important;
    padding:3px !important;
    gap:3px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-mode-switch button{
    flex:0 0 auto !important;
    min-height:29px !important;
    padding:0 12px !important;
    font-size:11.6px !important;
    line-height:1 !important;
  }
  section.uds-hero.uds-domain-centered .uds-search-shell{
    width:calc(100% - 34px) !important;
    max-width:390px !important;
    margin:0 auto !important;
  }
  section.uds-hero.uds-domain-centered .uds-searchbar-form{
    height:51px !important;
    min-height:51px !important;
    padding:4px !important;
    gap:6px !important;
    border-radius:14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-hero-input,
  section.uds-hero.uds-domain-centered .uds-searchbar-inputwrap input{
    height:43px !important;
    min-height:43px !important;
    padding:0 11px !important;
    font-size:13.5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-btn-hero{
    min-width:78px !important;
    height:43px !important;
    min-height:43px !important;
    padding:0 12px !important;
    border-radius:11px !important;
    font-size:12.5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    display:flex !important;
    grid-template-columns:none !important;
    width:100% !important;
    max-width:100% !important;
    margin:14px 0 0 !important;
    padding:0 22px 6px !important;
    gap:10px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scrollbar-width:none !important;
    scroll-snap-type:x proximity !important;
    scroll-padding-left:22px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers::-webkit-scrollbar,
  section.uds-hero.uds-domain-centered .uds-tld-bar::-webkit-scrollbar{
    display:none !important;
    width:0 !important;
    height:0 !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex:0 0 clamp(178px,52vw,206px) !important;
    width:clamp(178px,52vw,206px) !important;
    min-width:clamp(178px,52vw,206px) !important;
    max-width:206px !important;
    min-height:62px !important;
    padding:8px 10px !important;
    grid-template-columns:36px minmax(0,1fr) !important;
    gap:9px !important;
    scroll-snap-align:start !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-logo,
  section.uds-hero.uds-domain-centered .uds-offer-extension{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    font-size:12px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-pricewrap{
    gap:5px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-compare{
    font-size:10px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-price{
    font-size:14px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-note{
    font-size:9.6px !important;
  }
}
@media (max-width:380px){
  section.uds-hero.uds-domain-centered .uds-domain-mode-switch button{
    padding:0 10px !important;
    font-size:11.2px !important;
  }
  section.uds-hero.uds-domain-centered .uds-domain-offers,
  section.uds-hero.uds-domain-centered .uds-tld-bar{
    padding-left:20px !important;
    padding-right:20px !important;
    scroll-padding-left:20px !important;
  }
  section.uds-hero.uds-domain-centered .uds-offer-card,
  section.uds-hero.uds-domain-centered .uds-tld-chip{
    flex-basis:184px !important;
    width:184px !important;
    min-width:184px !important;
  }
}
