/* Armadillo Digital — brand overlay test (2026-06-13)
   Layer sopra wisecp.css: rollback = rimuovere include + questo file */

body#clean-theme-client {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ── Header / logo testuale ── */
.clean-theme-header-right-btns > ul {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap;
  gap: 6px;
}

.clean-theme-header-right-btns > ul > li {
  display: flex;
  align-items: center;
  float: none !important;
}

.clean-theme-header-right-btns > ul > li.ad-header-cta {
  margin-left: 10px;
}

.clean-theme-header-logo .ad-brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.clean-theme-header-logo .ad-brand-logo__text {
  display: inline-flex;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  color: #f0f0f0;
  white-space: nowrap;
}

.clean-theme-header-logo .ad-brand-logo__accent,
.clean-theme-header-logo .ad-brand-logo__dot {
  color: #d2641e;
}

.clean-theme-header-logo .ad-brand-logo__img {
  display: none !important;
}

body#clean-theme-client .clean-theme-header .ad-back-site,
.clean-theme-header .ad-back-site {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 36px;
  margin: 0 !important;
  padding: 8px 14px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(210, 100, 30, 0.55) !important;
  background: rgba(210, 100, 30, 0.1) !important;
  color: #f0c4a8 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}

body#clean-theme-client .clean-theme-header .ad-back-site:hover,
.clean-theme-header .ad-back-site:hover {
  background: #d2641e !important;
  color: #fff !important;
  border-color: #d2641e !important;
}

/* ── Login / registrazione ── */
body#clean-theme-client .clean-theme-signinup-con {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42);
  margin-top: 12px;
}

body#clean-theme-client .clean-theme-signinup-left {
  background: linear-gradient(
    160deg,
    rgba(210, 100, 30, 0.2) 0%,
    rgba(10, 14, 26, 0.96) 42%,
    #0a0e1a 100%
  ) !important;
}

body#clean-theme-client .ad-signin-hero__brand {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 1.55rem;
  letter-spacing: 0.08em;
  color: #f0f0f0;
  margin-bottom: 1.25rem;
}

body#clean-theme-client .ad-signin-hero__brand span {
  color: #d2641e;
}

body#clean-theme-client .ad-signin-hero__tagline {
  color: #8ea6bc;
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 320px;
  margin-bottom: 1.5rem;
}

body#clean-theme-client .clean-theme-signinup-left h4 {
  color: #c5d4e4 !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

body#clean-theme-client .clean-theme-signinup-right {
  background: rgba(12, 18, 32, 0.98) !important;
}

body#clean-theme-client .clean-theme-signinup-right-title h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #f0f0f0 !important;
  font-size: 1.35rem !important;
}

body#clean-theme-client .clean-theme-signinup-right input[type="text"],
body#clean-theme-client .clean-theme-signinup-right input[type="password"],
body#clean-theme-client .clean-theme-signinup-right input[type="email"],
body#clean-theme-client #Signin_Form input,
body#clean-theme-client #Signforget_Form input,
body#clean-theme-client #Sign_up_Form input,
body#clean-theme-client .clean-theme-signinup-right .yuzde100 input {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-style: solid !important;
  border-bottom-style: solid !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  color: #f3f7ff !important;
  -webkit-text-fill-color: #f3f7ff !important;
  caret-color: #f3f7ff !important;
  box-sizing: border-box;
}

body#clean-theme-client .clean-theme-signinup-right input::placeholder,
body#clean-theme-client #Signin_Form input::placeholder,
body#clean-theme-client #Signforget_Form input::placeholder,
body#clean-theme-client #Sign_up_Form input::placeholder,
body#clean-theme-client .clean-theme-signinup-right .yuzde100 input::placeholder {
  color: #9db0c4 !important;
  opacity: 1 !important;
}

body#clean-theme-client .clean-theme-signinup-right input::-webkit-input-placeholder,
body#clean-theme-client #Signin_Form input::-webkit-input-placeholder,
body#clean-theme-client #Signforget_Form input::-webkit-input-placeholder,
body#clean-theme-client #Sign_up_Form input::-webkit-input-placeholder {
  color: #9db0c4 !important;
  opacity: 1 !important;
}

body#clean-theme-client .clean-theme-signinup-right input::-moz-placeholder,
body#clean-theme-client #Signin_Form input::-moz-placeholder,
body#clean-theme-client #Signforget_Form input::-moz-placeholder,
body#clean-theme-client #Sign_up_Form input::-moz-placeholder {
  color: #9db0c4 !important;
  opacity: 1 !important;
}

body#clean-theme-client .clean-theme-signinup-right input:-ms-input-placeholder,
body#clean-theme-client #Signin_Form input:-ms-input-placeholder,
body#clean-theme-client #Signforget_Form input:-ms-input-placeholder,
body#clean-theme-client #Sign_up_Form input:-ms-input-placeholder {
  color: #9db0c4 !important;
}

body#clean-theme-client .clean-theme-signinup-right input:focus,
body#clean-theme-client #Signin_Form input:focus,
body#clean-theme-client #Signforget_Form input:focus,
body#clean-theme-client #Sign_up_Form input:focus {
  border-color: rgba(210, 100, 30, 0.65) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  outline: none;
  padding-left: 14px !important;
}

body#clean-theme-client .clean-theme-signinup-right input:-webkit-autofill,
body#clean-theme-client .clean-theme-signinup-right input:-webkit-autofill:hover,
body#clean-theme-client .clean-theme-signinup-right input:-webkit-autofill:focus,
body#clean-theme-client #Signin_Form input:-webkit-autofill,
body#clean-theme-client #Signin_Form input:-webkit-autofill:hover,
body#clean-theme-client #Signin_Form input:-webkit-autofill:focus,
body#clean-theme-client #Signforget_Form input:-webkit-autofill,
body#clean-theme-client #Signforget_Form input:-webkit-autofill:hover,
body#clean-theme-client #Signforget_Form input:-webkit-autofill:focus {
  -webkit-text-fill-color: #f3f7ff !important;
  box-shadow: 0 0 0 1000px rgba(18, 26, 44, 0.98) inset !important;
  transition: background-color 99999s ease-in-out 0s;
}

/* Pulsanti primari (arancio) — testo bianco forzato */
body#clean-theme-client .clean-theme-btn,
body#clean-theme-client button.clean-theme-btn,
body#clean-theme-client a.clean-theme-btn,
body#clean-theme-client .gonderbtn,
body#clean-theme-client a.gonderbtn,
body#clean-theme-client button.gonderbtn,
body#clean-theme-client .btn.mio-ajax-submit,
body#clean-theme-client .order-step-btns .btn,
body#clean-theme-client #StepForm1 .btn.mio-ajax-submit,
body#clean-theme-client #StepForm2 .btn.mio-ajax-submit,
body#clean-theme-client .sepetright .gonderbtn,
body#clean-theme-client #wrapper .tablepaket .gonderbtn,
body#clean-theme-client #wrapper .tablepaket.active .gonderbtn {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #d2641e !important;
  border: none !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(210, 100, 30, 0.32) !important;
  transition: background 0.2s ease;
}

body#clean-theme-client .clean-theme-btn:hover,
body#clean-theme-client button.clean-theme-btn:hover,
body#clean-theme-client a.clean-theme-btn:hover,
body#clean-theme-client .gonderbtn:hover,
body#clean-theme-client a.gonderbtn:hover,
body#clean-theme-client button.gonderbtn:hover,
body#clean-theme-client .btn.mio-ajax-submit:hover,
body#clean-theme-client .order-step-btns .btn:hover,
body#clean-theme-client #StepForm1 .btn.mio-ajax-submit:hover,
body#clean-theme-client #StepForm2 .btn.mio-ajax-submit:hover,
body#clean-theme-client .sepetright .gonderbtn:hover,
body#clean-theme-client #wrapper .tablepaket .gonderbtn:hover,
body#clean-theme-client #wrapper .tablepaket.active .gonderbtn:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #b9541d !important;
}

/* Pulsanti secondari (grigio/scuro) */
body#clean-theme-client .lbtn,
body#clean-theme-client a.lbtn,
body#clean-theme-client #continueshopbtn,
body#clean-theme-client .btn#continueshopbtn,
body#clean-theme-client .tabcontent .lbtn,
body#clean-theme-client .tabcontent .yesilbtn,
body#clean-theme-client .tabcontent .mavibtn,
body#clean-theme-client .tabcontent .turuncbtn,
body#clean-theme-client .tabcontent .redbtn {
  color: #eef4fb !important;
  -webkit-text-fill-color: #eef4fb !important;
}

body#clean-theme-client .lbtn:hover,
body#clean-theme-client a.lbtn:hover,
body#clean-theme-client #continueshopbtn:hover,
body#clean-theme-client .tabcontent .lbtn:hover,
body#clean-theme-client .tabcontent .yesilbtn:hover,
body#clean-theme-client .tabcontent .mavibtn:hover,
body#clean-theme-client .tabcontent .turuncbtn:hover,
body#clean-theme-client .tabcontent .redbtn:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body#clean-theme-client .forgotpasslink {
  color: #8ecfd6 !important;
}

body#clean-theme-client .forgotpasslink:hover {
  color: #d2641e !important;
}

/* ── Footer Armadillo ── */
.ad-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 2.5rem 0 1.25rem;
  margin-top: 2rem;
  background: linear-gradient(180deg, rgba(7, 11, 21, 0.94) 0%, rgba(7, 11, 21, 0.98) 100%);
}

.ad-site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.ad-site-footer__logo {
  font-family: "Outfit", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  color: #f0f0f0;
  text-decoration: none;
}

.ad-site-footer__logo-accent,
.ad-site-footer__logo-dot {
  color: #d2641e;
}

.ad-site-footer__tagline {
  color: #7a8a9a;
  font-size: 0.9rem;
  margin-top: 0.75rem;
  max-width: 300px;
  line-height: 1.6;
}

.ad-site-footer__cols {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}

.ad-site-footer__col {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ad-site-footer__col-title {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7a8a9a;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.ad-site-footer__col a {
  color: #b8c8d8;
  text-decoration: none;
  font-size: 0.92rem;
}

.ad-site-footer__col a:hover {
  color: #d2641e;
}

.ad-site-footer__bottom {
  max-width: 1200px;
  margin: 2rem auto 0;
  padding: 1.25rem 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: #6a7a8a;
  font-size: 0.82rem;
}

/* Nasconde brand WiseCP di default nel footer test */
body#clean-theme-client .wisecp-branding,
body#clean-theme-client .wbrand,
body#clean-theme-client #wisecp-brand {
  display: none !important;
}

@media (max-width: 768px) {
  .ad-site-footer__inner {
    flex-direction: column;
  }

  .ad-site-footer__cols {
    gap: 1.5rem;
  }

  .clean-theme-header .ad-back-site {
    font-size: 0.72rem !important;
    padding: 7px 11px !important;
  }

  .clean-theme-header-right-btns > ul > li.ad-header-cta {
    margin-left: 4px;
  }
}
