/* -------------------------------------------------------
   NOVA THEME (WHMCS Twenty-One) – CONSOLIDATED
-------------------------------------------------------- */

:root{
  --nova-navy:#080838;
  --nova-red:#D94A4A;
  --nova-red2:#e14a3d;
  --nova-red-hover: color-mix(in srgb, var(--nova-red) 85%, #000);
  --nova-off-white:#F2F2F0;

  --surface:#0a0a42;

  --border:rgba(255,255,255,.10);
  --border-strong:rgba(255,255,255,.14);
  --muted:rgba(242,242,240,.60);
  --muted2:rgba(242,242,240,.40);
}

/* ===== A) GLOBAL BASE ===== */
html, body{
  background: var(--nova-navy) !important;
}

h1,h2,p,label{
	color: var(--nova-off-white) !important;
}

.tld-column,.no-gutters{
	color: black !important;
}

/* Ne kapjanak külön fehér hátteret WHMCS wrapper elemek */
#main-body,
.main-content,
.content-wrapper,
.container,
.container-fluid,
.section,
.main-header,
.page,
.page-wrapper,
.client-home-panels,
.domain-search,
.domain-checker-container{
  background: transparent !important;
}

/* ===== B) SURFACES (cards, panels, dropdown, modal) ===== */
.card,
.panel,
.list-group-item,
.modal-content,
.dropdown-menu{
  background: var(--surface) !important;
  color: var(--nova-off-white) !important;
  border-color: var(--border) !important;
}

.domain-promo-box>p{
	color: black !important;
}

/* ===== C) TYPOGRAPHY (ne legyen minden span force-white!) ===== */



/* ===== D) LINKS ===== */


/* ===== F) BUTTONS ===== */
.btn-primary{
  background: var(--nova-red) !important;
  border-color: var(--nova-red) !important;
  color: var(--nova-off-white) !important;
}
.btn-outline-primary{
  border-color: var(--nova-red) !important;
  color: var(--nova-red) !important;
}
.btn-outline-primary:hover{
  background: rgba(217,74,74,.12) !important;
  color: var(--nova-off-white) !important;
}

/* ===== G) NAV / HEADER ===== */
.navbar,
.app-nav,
.top-nav,
#header,
#top-nav,
.navbar-default{
  background: var(--surface) !important;
  border-bottom: 1px solid var(--border) !important;
}

/* -------------------------------------------------------
   NOVA HEADER (custom)
-------------------------------------------------------- */
.nova-header{
  position: sticky;
  top: 0;
  z-index: 2000;
}

.nova-nav{
  background: var(--nova-navy);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.nova-bar{
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.nova-brand{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.nova-logo-img{ height:50px; width:auto; display:block; }
.nova-brand-text{
  color:#fff;
  font-weight:800;
  font-size:20px;
  line-height:1;
  white-space:nowrap;
}

.nova-menu-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 22px;
}

.nova-link{
  color: rgba(255,255,255,.88) !important;
  font-weight:600 !important;
  text-decoration:none !important;
  padding: 10px 8px;
  border-radius: 10px;
  transition: color .15s ease, opacity .15s ease;
}
.nova-link:hover,
.nova-link:focus{
  color: var(--nova-red) !important;
}

.nova-cta{
  background: var(--nova-red);
  color:#fff !important;
  border:0;
  font-weight:700 !important;
  padding:.62rem 1.15rem;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
  white-space:nowrap;
  text-decoration:none;
}
.nova-cta:hover,
.nova-cta:focus{
  background: var(--nova-red-hover);
  color:#fff !important;
}

/* Mobile */
.nova-burger{ display:none; }
.nova-mobile-menu{ display:none; }

@media (max-width: 991.98px){
  .nova-menu-wrap{ display:none; }
  .nova-cta-wrap{ display:none; }
  .nova-burger{ display:block; }
  html.nova-menu-open .nova-mobile-menu{ display:block; }
}


.card-header{
	background-color: var(--nova-red2) !important;
}

.btn-default{
	background-color: var(--nova-red) !important;
}

.table{
	color: white !important;
}




.product->header{
	background-color: var(--nova-red2) !important;
}

/* -------------------------------------------------------
   NOVA HERO (FULL-BLEED + correct red accent)
-------------------------------------------------------- */

/* FULL-BLEED: akkor is falig ér, ha WHMCS containerbe van ágyazva */
.nova-hero{
  width: 100vw;
  margin-left: calc(49% - 50vw);
  margin-right: calc(49% - 50vw);

  color:#fff;
}

.nova-hero-inner{ padding: 64px 0; }
@media (min-width: 992px){
  .nova-hero-inner{ padding: 84px 0; }
}

/* Title + red accent (IMPORTANT: itt kell az !important a te korábbi globalok miatt) */
.nova-hero-title{
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  line-height: 1.04;
  font-size: clamp(1.8rem, 2.8vw, 2.35rem);
  margin: 0 0 18px 0;
  color: #fff !important;
}
.nova-hero-title .accent{
  color: var(--nova-red) !important; /* <<< EZ MOST MÁR BIZTOS PIROS */
}

.nova-hero-lead{
  max-width: 560px;
  color: rgba(255,255,255,.82) !important;
  line-height: 1.65;
  font-size: 1.05rem;
  margin: 0 0 26px 0;
  font-weight: 500 !important;
}

/* Hero button */
.nova-btn-primary{
  background: var(--nova-red) !important;
  border: 0 !important;
  color:#fff !important;
  font-weight: 700 !important;
  padding: .85rem 1.35rem;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,.35);
  text-decoration:none !important;
  white-space: nowrap;
}
.nova-btn-primary:hover,
.nova-btn-primary:focus{
  background: var(--nova-red-hover) !important;
}

/* Image card */
.nova-hero-media{
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 280px;
}
.nova-hero-img{
  width: 100%;
  height: clamp(280px, 36vw, 460px);
  object-fit: cover;
  display:block;
  transform: scale(1.02);
}
.nova-hero-overlay{
  position:absolute;
  inset:0;
 
  pointer-events:none;
}

/* Fallback: ha valahol még fehér marad */
.bg-white,
.bg-light,
.text-dark{
  background: transparent !important;
  color: var(--nova-off-white) !important;
}

.nova-cart-wrap{
  justify-self: end;
}

.nova-cart{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right:20px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.92) !important;
  text-decoration: none !important;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.nova-cart:hover,
.nova-cart:focus{
  border-color: rgba(217,74,74,.45);
  background: rgba(217,74,74,.10);
  color: var(--nova-red) !important;
}

.nova-cart-badge{
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--nova-red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  border: 2px solid var(--nova-navy);
}

/* kis gap a kosár és a CTA között */
.nova-cart-wrap{ margin-right: 10px; }


/* -------------------------------------------------------
   NOVA SECTION 2 (features)
-------------------------------------------------------- */
  .nova-features{
    background: #000; /* a képen fekete */
    color: #fff;
	 width: 100vw;
  margin-left: calc(49% - 50vw);
  margin-right: calc(49% - 50vw);
  }

  .nova-features-title{
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(1.8rem, 2.8vw, 2.25rem);
    margin: 0;
  }

  .nova-features-subtitle{
    color: rgba(242,242,240,.70);
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
  }

  /* --- Card --- */
  .nova-feature-card{
    background: #f2f2f0;            /* világos kártya */
    border-radius: 14px;
    padding: 26px 26px 24px 26px;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
    color: #101018;
  }

  .nova-feature-icon{
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(217,74,74,.12);
    color: var(--nova-red, #D94A4A);
    margin-bottom: 16px;
    font-size: 18px;
  }

  .nova-feature-title{
    font-weight: 800;
    font-size: 1.15rem;
    margin: 0 0 10px 0;
    color: #0b0b12 !important;
  }

  .nova-feature-text{
    color: rgba(10,10,18,.72) !important;
    line-height: 1.65;
    font-weight: 500;
    margin: 0;
    font-size: .98rem;
  }

  /* extra spacing on very small screens */
  @media (max-width: 575.98px){
    .nova-feature-card{ padding: 22px; }
  }

/* -------------------------------------------------------
   NOVA FOOTER
-------------------------------------------------------- */

.nova-footer{
  background: var(--nova-navy);
  color: var(--nova-off-white);
  border-top: 1px solid rgba(255,255,255,.06);
  position: relative;
}

.nova-footer-topline{
  height: 6px;
  background: var(--nova-red);
  width: 100%;
}

.nova-footer-brand{
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.nova-footer-brand-white{ color: var(--nova-off-white); }
.nova-footer-brand-red{ color: var(--nova-red); }

.nova-footer-text{
  color: rgba(242,242,240,.72);
  max-width: 520px;
  line-height: 1.65;
  margin: 0;
}

.nova-footer-copy{
  color: rgba(242,242,240,.55);
  font-size: .95rem;
}

.nova-footer-coltitle{
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--nova-off-white);
}

.nova-footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.nova-footer-links a{
  color: rgba(242,242,240,.78) !important;
  text-decoration: none !important;
  font-weight: 600;
  transition: color .15s ease, opacity .15s ease;
}
.nova-footer-links a:hover,
.nova-footer-links a:focus{
  color: var(--nova-off-white) !important;
  opacity: 1;
}

/* Locale button (optional) */
.nova-footer-locale-btn{
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: var(--nova-off-white) !important;
  border-radius: 12px;
  padding: .6rem .85rem;
  font-weight: 700;
}
.nova-footer-locale-btn:hover{
  border-color: rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.07) !important;
}


/* -------------------------------------------------------
  Miért mi
-------------------------------------------------------- */

 .nova-why-title{
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(1.9rem, 3vw, 2.35rem);
    margin: 0;
    color: var(--nova-off-white);
  }
  .nova-why-subtitle{
    color: rgba(242,242,240,.72);
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
  }

  .nova-why-media{
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0,0,0,.45);
  }
  .nova-why-img{
    width: 100%;
    height: clamp(260px, 34vw, 420px);
    object-fit: cover;
    display: block;
    transform: scale(1.01);
  }

  .nova-why-lead{
    color: rgba(242,242,240,.88);
    line-height: 1.65;
    font-weight: 600;
    margin: 0;
  }

  .nova-why-points{
    display: grid;
    gap: 18px;
  }

  .nova-why-point{
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
  }

  .nova-why-ico{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(217,74,74,.12);
    color: var(--nova-red);
    border: 1px solid rgba(217,74,74,.22);
    box-shadow: 0 14px 30px rgba(0,0,0,.25);
  }

  .nova-why-point-title{
    font-weight: 800;
    color: var(--nova-off-white);
    margin-bottom: 4px;
  }
  .nova-why-point-text{
    color: rgba(242,242,240,.72);
    line-height: 1.6;
  }

  .nova-why-note{
    color: rgba(242,242,240,.62);
    font-style: italic;
    line-height: 1.6;
  }
  
  
  
/* -------------------------------------------------------
  Mi a kulonbseg
-------------------------------------------------------- */
  
  .nova-diff {
	   background: #000; /* a képen fekete */
    color: #fff;
	 width: 100vw;
  margin-left: calc(49% - 50vw);
  margin-right: calc(49% - 50vw);
  }
  
  
  .nova-diff-title{
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: clamp(1.9rem, 3vw, 2.35rem);
    margin: 0;
    color: var(--nova-off-white);
  }
  .nova-diff-subtitle{
    color: rgba(242,242,240,.70);
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
  }

  .nova-diff-card{
    border-radius: 18px;
    padding: 28px 28px 26px 28px;
    box-shadow: 0 24px 70px rgba(0,0,0,.45);
  }

  /* Left (classic) */
  .nova-diff-card--classic{
    background: #0a0a42;
    border: 1px solid rgba(255,255,255,.06);
  }

  /* Right (NovaHost) */
  .nova-diff-card--nova{
    background: #0a0a42;
    border: 1px solid rgba(64, 255, 170, .55);
    box-shadow: 0 24px 70px rgba(0,0,0,.45), 0 0 0 1px rgba(64, 255, 170, .18) inset;
  }

  .nova-diff-card-title{
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 14px;
    color: rgba(242,242,240,.75);
  }
  .nova-diff-card-title--nova{
    color: rgba(64, 255, 170, .95);
  }

  .nova-diff-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
  }
  .nova-diff-list li{
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    align-items: start;
    color: rgba(242,242,240,.82);
    line-height: 1.55;
    font-weight: 600;
  }

  .nova-diff-bullet{
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    font-size: 11px;
  }

  .nova-diff-bullet--muted{
    background: rgba(242,242,240,.10);
    color: rgba(242,242,240,.45);
  }

  .nova-diff-bullet--check{
    background: rgba(217,74,74,.18);
    color: var(--nova-red);
    border: 1px solid rgba(217,74,74,.28);
  }

  .nova-diff-bottom{
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(242,242,240,.75);
    line-height: 1.65;
    font-weight: 500;
  }
  .nova-diff-bottom strong{
    color: var(--nova-off-white);
    font-weight: 800;
  }
  
  
  
  
  
  /* Native select dropdown (option) – legyen olvasható fehér listán */
select option{
  color: #111 !important;
  background: #fff !important;
}

/* A kijelölt elem (ha a böngésző engedi) */
select option:checked{
  color: #fff !important;
  background: #1e66d0 !important;
}


/* -------------------------------------------------------
   NOVA – WHMCS Store / Product cards branding
-------------------------------------------------------- */

/* A legtöbb Twenty-One store card ezek közül valamelyik */
.products .product,
.product-grid .product,
.product-grid .card,
.products .card,
.store-products .card,
.store-promos .card,
#order-standard_cart .products .product,
#order-standard_cart .products .card{
  background: var(--surface) !important;
  border: 1px solid var(--border) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.35) !important;
  overflow: hidden;
}

/* Card belső részek */
.products .product .card-body,
.product-grid .card-body,
#order-standard_cart .products .card-body{
  background: transparent !important;
  color: var(--nova-off-white) !important;
}

/* Cím */
.products .product h3,
.products .product .product-name,
.product-grid .product h3,
.product-grid .card h3,
#order-standard_cart .products h3{
  color: var(--nova-off-white) !important;
  font-weight: 800 !important;
}

/* Leírás / feature lista */
.products .product p,
.products .product .description,
.products .product .features,
.products .product ul,
.products .product li,
.product-grid .product p,
.product-grid .product li,
#order-standard_cart .products p,
#order-standard_cart .products li{
  color: var(--muted) !important;
  font-weight: 500 !important;
}

/* Ár blokk */
.products .product .price,
.products .product .pricing,
.products .product .product-price,
#order-standard_cart .products .price,
#order-standard_cart .products .pricing{
  color: var(--nova-off-white) !important;
  font-weight: 800 !important;
}

/* Ha az ár résznél van extra “/havonta” jellegű */
.products .product .cycle,
.products .product small,
.products .product .text-muted,
#order-standard_cart .products .text-muted{
  color: var(--muted2) !important;
}

/* Gombok: a zöld rendelés helyett Nova piros */
.products .product .btn,
.product-grid .product .btn,
#order-standard_cart .products .btn{
  border-radius: 12px !important;
  font-weight: 700 !important;
}

/* WHMCS sokszor .btn-success-tel adja a rendelést */
.products .product .btn-success,
.product-grid .product .btn-success,
#order-standard_cart .products .btn-success{
  background: var(--nova-red) !important;
  border-color: var(--nova-red) !important;
  color: #fff !important;
}
.products .product .btn-success:hover,
.product-grid .product .btn-success:hover,
#order-standard_cart .products .btn-success:hover{
  background: var(--nova-red-hover) !important;
  border-color: var(--nova-red-hover) !important;
}

/* Ha van "View Details" / "Order Now" gomb */
.products .product .btn-primary,
.product-grid .product .btn-primary,
#order-standard_cart .products .btn-primary{
  background: var(--nova-red) !important;
  border-color: var(--nova-red) !important;
  color: #fff !important;
}

/* Kártya hover (finom emelés) */
.products .product:hover,
.product-grid .product:hover,
.product-grid .card:hover,
#order-standard_cart .products .product:hover{
  transform: translateY(-2px);
  transition: transform .15s ease, box-shadow .15s ease;
  box-shadow: 0 26px 70px rgba(0,0,0,.45) !important;
}

/* Fontos: ha a WHMCS kézzel fehérre állítja a háttért */
.products .product[style*="background"],
.product-grid .card[style*="background"]{
  background: var(--surface) !important;
}
