/* ============================================================
   RELAISE — slider.css v2.0
   Hero slider (video + image BG) + domain search section
   Loads after relaise.css
   ============================================================ */

/* ─── HERO WRAPPER ────────────────────────────────────────── */
.re-hero {
  position: relative;
  overflow: hidden;
  height: 480px;
  background: #000066;
}
body.re-loggedin .re-hero,
body.re-loggedin .re-domain-section { display: none; }

/* Slide track */
.re-slides {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  height: 100%;
  -webkit-transition: -webkit-transform .8s cubic-bezier(.77,0,.175,1);
          transition: transform .8s cubic-bezier(.77,0,.175,1);
}
.re-slide {
  min-width: 100%; height: 100%;
  position: relative;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-flex: 0; -ms-flex-positive: 0; flex-shrink: 0;
  overflow: hidden;
}

/* ── Slide 1 & 3: video background ── */
.re-slide-video {
  position: absolute;
  inset: 0; width: 100%; height: 100%;
  -o-object-fit: cover; object-fit: cover;
  z-index: 0;
}

/* ── Slide 2: image background ── */
.re-slide-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: -webkit-transform 8s ease; transition: transform 8s ease;
}
.re-slide.active .re-slide-img { -webkit-transform: scale(1); transform: scale(1); }

/* Gradient overlay — slightly different tone per slide */
.re-slide-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(
    105deg,
    rgba(0,0,60,.82) 0%,
    rgba(0,0,80,.65) 55%,
    rgba(0,0,40,.40) 100%
  );
}
.re-slide-2 .re-slide-overlay {
  background: linear-gradient(
    105deg,
    rgba(0,0,50,.88) 0%,
    rgba(0,0,80,.72) 50%,
    rgba(10,10,60,.50) 100%
  );
}

/* ── Inner layout ── */
.re-slide-inner {
  position: relative; z-index: 2;
  width: 100%; max-width: 1170px;
  margin: 0 auto; padding: 0 40px;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  gap: 40px;
}
.re-slide-content {
  -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;
  min-width: 0; max-width: 580px;
}
.re-slide-card-panel {
  -webkit-box-flex: 0; -ms-flex: 0 0 320px; flex: 0 0 320px;
  width: 320px;
  height: 280px;
  position: relative;
  display: none;
  -ms-flex-item-align: center; align-self: center;
}
@media (min-width: 1200px) { .re-slide-card-panel { display: block; } }

/* ── Badge ── */
.re-slide-badge {
  display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  gap: 7px; padding: 5px 14px;
  background: rgba(236,114,17,.18);
  border: 1px solid rgba(236,114,17,.45);
  border-radius: 6px; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: #ec7211; margin-bottom: 18px;
}
.re-badge-dot { width: 5px; height: 5px; border-radius: 50%; background: #ec7211; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-shrink: 0; }

/* ── Heading ── */
.re-hero h1 {
  font-size: clamp(30px,4.5vw,54px) !important;
  font-weight: 800 !important; color: #fff !important;
  line-height: 1.1 !important; letter-spacing: -.03em !important;
  margin-bottom: 16px !important; max-width: 620px;
  font-family: 'Inter','Open Sans',sans-serif !important;
  text-shadow: 0 2px 20px rgba(0,0,50,.4);
}
.re-accent { color: #ec7211; }

/* ── Description ── */
.re-slide-desc {
  font-size: 16px; color: rgba(255,255,255,.80);
  line-height: 1.75; max-width: 520px;
  margin-bottom: 28px; text-shadow: 0 1px 8px rgba(0,0,40,.3);
}

/* ── CTA buttons ── */
.re-slide-actions {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  gap: 12px; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.re-btn-slide-primary {
  display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px;
  background: #ec7211 !important; color: #fff !important;
  font-size: 14px !important; font-weight: 700 !important;
  padding: 14px 30px !important; border-radius: 10px !important;
  text-decoration: none !important; border: none !important;
  -webkit-box-shadow: 0 4px 24px rgba(236,114,17,.40) !important; box-shadow: 0 4px 24px rgba(236,114,17,.40) !important;
  -webkit-transition: background .2s, -webkit-transform .2s; transition: background .2s, transform .2s;
}
.re-btn-slide-primary:hover { background: #d4650f !important; color: #fff !important; -webkit-transform: translateY(-2px); transform: translateY(-2px); }
.re-btn-slide-ghost {
  display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 8px;
  background: rgba(255,255,255,.10) !important; color: #fff !important;
  font-size: 14px !important; font-weight: 600 !important;
  padding: 14px 26px !important; border-radius: 10px !important;
  text-decoration: none !important; border: 1px solid rgba(255,255,255,.28) !important;
  -webkit-box-shadow: none !important; box-shadow: none !important;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  -webkit-transition: background .2s; transition: background .2s;
}
.re-btn-slide-ghost:hover { background: rgba(255,255,255,.18) !important; color: #fff !important; }

/* ── Stats row ── */
.re-slide-stats {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  gap: 0; margin-top: 36px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.15);
  -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.re-stat { padding: 0 24px 0 0; }
.re-stat:first-child { padding-left: 0; }
.re-stat-n {
  display: block; font-size: 22px; font-weight: 800;
  color: #fff; letter-spacing: -.02em; line-height: 1;
  font-family: 'Inter', sans-serif;
}
.re-stat-l { display: block; font-size: 12px; color: rgba(255,255,255,.58); margin-top: 4px; font-weight: 500; }
.re-stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,.15); margin: 0 20px 0 0; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-shrink: 0; }

/* ── Floating stat cards (right panel) ── */
.re-sc-card {
  background: rgba(255,255,255,.10);
  border: 0px solid rgba(255,255,255,.16);
  border-radius: 16px; padding: 18px;
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
}
.re-card-stack { position: relative !important; width: 320px !important; height: 280px !important; display: block !important; }
.re-sc-main  { position: absolute !important; width: 190px !important; left: 0 !important; top: 0 !important; right: auto !important; bottom: auto !important; background: rgba(255,255,255,.14); }
.re-sc-float { position: absolute !important; }
.re-sc-float-tr { position: absolute !important; width: 148px !important; right: 0 !important; left: auto !important; top: 26px !important; bottom: auto !important; background: rgba(236,114,17,.18); border-color: rgba(236,114,17,.32); }
.re-sc-float-bl { position: absolute !important; width: 165px !important; left: 20px !important; right: auto !important; bottom: 0 !important; top: auto !important; background: rgba(0,0,80,.30); }

.re-sc-label { font-size: 9.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.50); margin-bottom: 8px; }
.re-sc-val { font-size: 20px; font-weight: 800; color: #fff; font-family: 'Inter',sans-serif; }
.re-sc-sub { font-size: 11.5px; color: rgba(255,255,255,.52); margin-top: 3px; }
.re-sc-ico { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.12); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #ec7211; font-size: 17px; margin-bottom: 8px; }

/* Mini bar */
.re-sc-bars { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 3px; margin-top: 12px; }
.re-sc-bar { height: 4px; border-radius: 2px; background: rgba(255,255,255,.18); -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.re-sc-bar-on { background: #ec7211; }

/* TLD rows */
.re-sc-tld-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.re-sc-tld-row + .re-sc-tld-row { margin-top: 9px; }
.re-sc-tld  { font-size: 13px; font-weight: 600; color: #fff; }
.re-sc-price { font-size: 13px; font-weight: 700; color: #ec7211; }

/* SSL rows */
.re-ssl-rows { margin-top: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 5px; }
.re-ssl-row  { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.re-ssl-k    { font-size: 11px; color: rgba(255,255,255,.50); }
.re-ssl-v    { font-size: 11px; color: rgba(255,255,255,.82); }
.re-ssl-good { color: #4ade80 !important; }
.re-ssl-accent { color: #ec7211 !important; font-weight: 700; }

/* ── Slider controls ── */
.re-hero-arrow {
  position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  z-index: 10; width: 46px; height: 46px; border-radius: 50%;
  background: rgba(255,255,255,.12) !important; border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important; font-size: 18px; cursor: pointer;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  -webkit-box-shadow: none !important; box-shadow: none !important;
  -webkit-transition: background .2s; transition: background .2s;
  padding: 0 !important;
}
.re-hero-arrow:hover { background: rgba(255,255,255,.22) !important; }
.re-hero-prev { left: 20px; }
.re-hero-next { right: 20px; }

.re-hero-dots {
  position: absolute; bottom: 26px; left: 50%;
  -webkit-transform: translateX(-50%); transform: translateX(-50%);
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  gap: 8px; z-index: 10;
}
.re-hero-dot {
  height: 8px; border-radius: 4px; cursor: pointer;
  background: rgba(255,255,255,.35) !important; border: none !important;
  -webkit-box-shadow: none !important; box-shadow: none !important; padding: 0 !important;
  -webkit-transition: background .2s, width .35s cubic-bezier(.22,1,.36,1); transition: background .2s, width .35s cubic-bezier(.22,1,.36,1);
  width: 8px;
}
.re-hero-dot.active { background: #ec7211 !important; width: 28px; }

/* ─── DOMAIN SEARCH ───────────────────────────────────────── */
.re-domain-section {
  background: #fff;
  border-bottom: 1px solid rgba(0,0,102,.09);
  padding: 40px 0;
}
.re-domain-inner { max-width: 1170px; margin: 0 auto; padding: 0 15px; }

.re-domain-heading { text-align: center; margin-bottom: 24px; }
.re-domain-heading h2 { font-size: 26px !important; font-weight: 800 !important; color: #000066 !important; letter-spacing: -.03em; font-family: 'Inter',sans-serif !important; margin-bottom: 6px; }
.re-domain-heading p  { font-size: 14px; color: #7a7e9a; margin: 0; }

/* Tabs */
.re-domain-tabs {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  gap: 0; margin-bottom: 22px; border-bottom: 2px solid rgba(0,0,102,.09);
}
.re-dtab {
  padding: 10px 24px; font-size: 13.5px; font-weight: 600; color: #7a7e9a;
  cursor: pointer; border: none !important; background: none !important;
  border-bottom: 2px solid transparent !important; margin-bottom: -2px;
  -webkit-box-shadow: none !important; box-shadow: none !important; font-family: inherit;
  -webkit-transition: color .15s, border-color .15s; transition: color .15s, border-color .15s;
}
.re-dtab.active { color: #000066; border-bottom-color: #000066 !important; }
.re-dtab:hover:not(.active) { color: #4a4e6a; }

/* Search bar */
.re-domain-form {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  gap: 0; border-radius: 14px; overflow: hidden;
  border: 2px solid rgba(0,0,102,.18);
  background: #fff;
  -webkit-box-shadow: 0 6px 32px rgba(0,0,102,.10); box-shadow: 0 6px 32px rgba(0,0,102,.10);
  max-width: 780px; margin: 0 auto;
}
.re-domain-input {
  -webkit-box-flex: 1; -ms-flex: 1; flex: 1; height: 62px;
  border: none !important; border-radius: 0 !important;
  padding: 0 20px !important; font-size: 16px !important; font-family: inherit;
  color: #0a0d1a; outline: none; background: transparent !important;
  -webkit-box-shadow: none !important; box-shadow: none !important;
}
.re-domain-input::-webkit-input-placeholder { color: #a0a4ba; }
.re-domain-input::-moz-placeholder          { color: #a0a4ba; }
.re-domain-input:-ms-input-placeholder      { color: #a0a4ba; }
.re-domain-input::placeholder               { color: #a0a4ba; }

.re-tld-select {
  height: 62px; border: none !important; border-left: 2px solid rgba(0,0,102,.12) !important;
  border-radius: 0 !important; padding: 0 14px !important;
  font-size: 14px !important; font-weight: 600; color: #000066;
  background: #f5f6fb !important; cursor: pointer; outline: none; font-family: inherit;
  -webkit-box-shadow: none !important; box-shadow: none !important;
}
.re-domain-search-btn {
  height: 62px; padding: 0 30px !important;
  background: #ec7211 !important; color: #fff !important;
  border: none !important; border-radius: 0 !important;
  font-size: 14px !important; font-weight: 700 !important;
  cursor: pointer; font-family: inherit;
  -webkit-box-shadow: none !important; box-shadow: none !important;
  -webkit-transition: background .15s; transition: background .15s; white-space: nowrap;
}
.re-domain-search-btn:hover { background: #d4650f !important; }
.re-domain-transfer-btn {
  height: 62px; padding: 0 22px !important;
  background: #000066 !important; color: #fff !important;
  border: none !important; border-left: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 0 !important;
  font-size: 14px !important; font-weight: 600 !important;
  cursor: pointer; font-family: inherit;
  -webkit-box-shadow: none !important; box-shadow: none !important;
  -webkit-transition: background .15s; transition: background .15s; white-space: nowrap;
}
.re-domain-transfer-btn:hover { background: #00004d !important; }

/* TLD pills */
.re-tld-pills {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  gap: 8px; margin-top: 18px; -ms-flex-wrap: wrap; flex-wrap: wrap;
}
.re-tld-pill {
  display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  gap: 5px; padding: 6px 14px; border-radius: 7px;
  border: 1px solid rgba(0,0,102,.14); background: #f5f6fb;
  font-size: 13px; font-weight: 600; color: #000066;
  text-decoration: none !important;
  -webkit-transition: background .12s, border-color .12s, -webkit-transform .12s; transition: background .12s, border-color .12s, transform .12s;
}
.re-tld-pill:hover { background: #ecedf5; border-color: rgba(0,0,102,.25); color: #000066; -webkit-transform: translateY(-1px); transform: translateY(-1px); }
.re-tld-price { font-weight: 400; color: #7a7e9a; font-size: 12px; }

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1023px) { .re-slide-card-panel { display: none; } }

@media (max-width: 991px) {
  .re-hero { height: 420px; }
  .re-slide-stats { gap: 0; padding-top: 20px; margin-top: 20px; }
  .re-stat-n { font-size: 18px; }
  .re-stat-sep { height: 28px; margin: 0 14px 0 0; }
  .re-stat { padding-right: 14px; }
  .re-domain-transfer-btn { display: none; }
}
@media (max-width: 767px) {
  .re-hero { height: 440px; }
  .re-hero h1 { font-size: 26px !important; }
  .re-slide-desc { font-size: 14px; }
  .re-hero-arrow { display: none; }
  .re-tld-select { display: none; }
  .re-domain-form { border-radius: 10px; }
  .re-stat-sep { display: none; }
  .re-stat { padding: 0 16px 0 0; }
}
@media (max-width: 480px) {
  .re-hero { height: auto; min-height: 400px; padding: 60px 0 80px; }
  .re-slide-stats { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 12px; }
  .re-tld-pills { gap: 6px; }
  .re-tld-pill { font-size: 12px; padding: 5px 10px; }
}