/*
Theme Name: avatarai
Theme URI: 
Author: avatarai based on wordpress theme
Author URI: 
Description: avatarai theme
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avatarai
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@font-face {
  font-family: 'Orbitron';
  src: url('fonts/Orbitron-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron';
  src: url('fonts/Orbitron-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Grotesk';
  src: url('fonts/SpaceGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.home .entry-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.entry-content{
min-height:550px;
}

.home .wp-block-post-title{
	display:none;
}

.home .wp-block-cover {
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hide{
    display: none;
}

.header_block_content{
    opacity:0;
    text-align:center;
        border-radius: 18px;
    background: radial-gradient(circle at top left, rgba(56, 189, 248, 0.16), transparent 55%), radial-gradient(circle at bottom right, rgba(139, 92, 246, 0.18), transparent 60%), rgba(15, 23, 42, 0.86);
    border: 1px solid rgba(125, 211, 252, 0.28);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9), 0 0 0 1px rgba(15, 23, 42, 0.8);

}

.animationright{
    opacity: 1 !important;
    transform: translateX(-100px);
    transition-duration: 900ms;
}

.header_block {
    position: absolute;
    
}

@media (max-width:760px){
    .header_block {
        right: -22%;
        width: 90%;
    }
}

@media (min-width:761px){
    .header_block {
        right: 20px;
        
    }
}

body {
  font-family: 'Space Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  overflow-x: hidden;
}

h1, h2, h3, h4 .hero-heading {
  font-family: 'Orbitron', system-ui, sans-serif !important;

}

.avatarai-modules {
  position: relative;
  padding: 4rem 1.5rem 5rem;
  background: linear-gradient(
    to bottom,
    rgba(3, 7, 18, 0.95),
    rgba(15, 23, 42, 0.98)
  );
  color: #e5f0ff;
  margin-top:620px !important;

}

.avatarai-modules__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.avatarai-modules__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.9);
  margin: 0 0 0.75rem;
}

.avatarai-modules__title {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
 
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  margin: 0 0 0.75rem;
  color: #f9fbff;
}

.avatarai-modules__subtitle {
  max-width: 720px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(209, 213, 219, 0.95);
  margin: 0 0 2.5rem;
}

.avatarai-modules__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

/* Karty (glassmorphism + neon) */
.avatarai-modules__card {
  position: relative;
  padding: 1.6rem 1.5rem 1.8rem;
  border-radius: 18px;
  background: radial-gradient(
      circle at top left,
      rgba(56, 189, 248, 0.16),
      transparent 55%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(139, 92, 246, 0.18),
      transparent 60%
    ),
    rgba(15, 23, 42, 0.86);
  border: 1px solid rgba(125, 211, 252, 0.28);
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.9),
    0 0 0 1px rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

/* delikatny neonowy „ring” w rogu */
.avatarai-modules__card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.09), transparent 55%),
    radial-gradient(circle at bottom right, rgba(147, 51, 234, 0.07), transparent 60%);
  opacity: 0;
  transition: opacity 260ms ease-out;
  pointer-events: none;
}

.avatarai-modules__card:hover::before {
  opacity: 1;
}

.avatarai-modules__card h3 {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
  font-size: 1.1rem;
  margin: 0 0 0.7rem;
  color: #f3f4ff;
}

.avatarai-modules__card p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.95);
  margin: 0 0 0.9rem;
}

.avatarai-modules__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.avatarai-modules__card li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(203, 213, 225, 0.96);
  padding-left: 1.1rem;
  position: relative;
  margin-bottom: 0.35rem;
}

.avatarai-modules__card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle, #22d3ee 0%, #a855f7 80%);
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.8);
}

/* lekkie podbicie przy hover */
.avatarai-modules__card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 26px 55px rgba(15, 23, 42, 0.95),
    0 0 0 1px rgba(56, 189, 248, 0.4);
  transition:
    transform 160ms ease-out,
    box-shadow 200ms ease-out;
}

/* Responsywność */
@media (max-width: 1024px) {
  .avatarai-modules {
    padding-top: 3.2rem;
  }

  .avatarai-modules__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .avatarai-modules__grid {
    grid-template-columns: 1fr;
  }

  .avatarai-modules__card {
    padding: 1.4rem 1.3rem 1.6rem;
  }
}

.avatarai-how {
  position: relative;

  padding: 4rem 1.5rem 4.5rem;

  /* jasne, ale nie czysto białe tło,
     z lekkim „światłem” od góry */
  background:
    radial-gradient(circle at top center, rgba(15, 23, 42, 0.14), transparent 65%),
    #f3f5fb;
  color: #020617;
  margin-block-start:0 !important;
}

.avatarai-how__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 1.5rem;
}

.avatarai-how__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: #64748b;
  margin: 0 0 0.75rem;
}

.avatarai-how__title {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
 
  font-size: clamp(1.9rem, 3vw, 2.3rem);
  margin: 0 0 0.75rem;
  color: #0f172a;
}

.avatarai-how__subtitle {
  max-width: 760px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #475569;
  margin: 0 0 2.4rem;
}

.avatarai-how__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}

/* Karta kroku */
.avatarai-how__step {
  position: relative;
  padding: 1.4rem 1.3rem 1.6rem;
  border-radius: 18px;
  background: #ffffff;
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.10),
    0 0 0 1px rgba(148, 163, 184, 0.35);
  overflow: hidden;
  transition:
    transform 160ms ease-out,
    box-shadow 200ms ease-out,
    border-color 200ms ease-out;
}

/* numer kroku z neonem */
.avatarai-how__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;

  width: 32px;
  height: 32px;
  border-radius: 999px;

  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;

  background: radial-gradient(circle at 30% 0, #22d3ee, #3b82f6);
  color: #0b1120;
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.65);
}

.avatarai-how__step h3 {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
  font-size: 0.98rem;
  margin: 0 0 0.5rem;
  color: #0f172a;
}

.avatarai-how__step p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4b5563;
  margin: 0;
}

/* hover efekt – lekkie podniesienie i neonowa krawędź */
.avatarai-how__step:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 55px rgba(15, 23, 42, 0.18),
    0 0 0 1px rgba(59, 130, 246, 0.55);
}

/* Responsywność */
@media (max-width: 1024px) {
  .avatarai-how__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .avatarai-how {
    padding: 3.2rem 1rem 3.6rem;
  }

  .avatarai-how__grid {
    grid-template-columns: 1fr;
  }

  .avatarai-how__step {
    padding: 1.3rem 1.2rem 1.5rem;
  }
}

.avatarai-forwho {
  position: relative;

  background: #ffffff;
  padding: 4rem 1.5rem 4.5rem;
  margin-block-start:0 !important;
}

.avatarai-forwho__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 1.5rem;
}

.avatarai-forwho__eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: #64748b;
  margin-bottom: 0.8rem;
}

.avatarai-forwho__title {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;

  font-size: clamp(1.9rem, 3vw, 2.3rem);
  color: #0f172a;
  margin-bottom: 1rem;
}

.avatarai-forwho__subtitle {
  max-width: 780px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 2.8rem;
}

.avatarai-forwho__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7rem;
}

.avatarai-forwho__item {
  background: #f8fafc;
  border-radius: 18px;
  padding: 1.6rem 1.4rem 1.7rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
  transition: transform 160ms ease-out, box-shadow 200ms ease-out;
}

.avatarai-forwho__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}

.avatarai-forwho__item h3 {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
  color: #0f172a;
}

.avatarai-forwho__item p {
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* RWD */
@media (max-width: 900px) {
  .avatarai-forwho__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .avatarai-forwho__grid {
    grid-template-columns: 1fr;
  }
}

.avatarai-pricing {
  position: relative;

  padding: 4.5rem 1.5rem 5rem;

  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.15), transparent 55%),
    radial-gradient(circle at bottom right, rgba(139, 92, 246, 0.18), transparent 60%),
    #020617;
  color: #e5f0ff;
}

.avatarai-pricing__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-inline: 1.5rem;
}

.avatarai-pricing__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.9);
  margin-bottom: 0.8rem;
}

.avatarai-pricing__title {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.9rem, 3vw, 2.3rem);
  margin: 0 0 0.9rem;
  color: #f9fbff;
}

.avatarai-pricing__subtitle {
  max-width: 780px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(209, 213, 219, 0.95);
  margin: 0 0 2.8rem;
}

/* GRID 4 kolumny */
.avatarai-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.7rem;
}

/* ==========================================================================
   KARTY PLANÓW
   ========================================================================== */

.avatarai-pricing__card {
  position: relative;
  padding: 1.8rem 1.6rem 2rem;
  border-radius: 22px;

  background: rgba(15, 23, 42, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.35);

  box-shadow:
    0 24px 55px rgba(15, 23, 42, 0.9),
    0 0 0 1px rgba(15, 23, 42, 0.9);

  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);

  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;

  transition:
    transform 160ms ease-out,
    box-shadow 200ms ease-out,
    border-color 200ms ease-out;
}

/* Wyróżniony plan MEDIUM */
.avatarai-pricing__card--highlight {
  border-color: rgba(56, 189, 248, 0.65);
  box-shadow:
    0 28px 65px rgba(15, 23, 42, 0.95),
    0 0 0 1px rgba(56, 189, 248, 0.7);
}

.avatarai-pricing__card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 32px 75px rgba(15, 23, 42, 0.98),
    0 0 0 1px rgba(56, 189, 248, 0.5);
}

/* ==========================================================================
   LABEL / NAZWA PLANU
   ========================================================================== */

.avatarai-pricing__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.85rem;
  border-radius: 999px;

  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.8);
  color: rgba(226, 232, 240, 0.9);

  margin-bottom: 0.4rem;
}

.avatarai-pricing__label--accent {
  background: radial-gradient(circle at 25% 0, #22d3ee, #3b82f6);
  border-color: rgba(56, 189, 248, 0.9);
  color: #0b1120;
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.85);
}

/* ==========================================================================
   TYTUŁ PLANU + CENA
   ========================================================================== */

.avatarai-pricing__card h3 {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
  font-size: 1.05rem;
  margin: 0;
  color: #f9fafb;
}

.avatarai-pricing__price {
  font-family: 'Orbitron', 'Space Grotesk', system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #e5f0ff;
  margin: 0.2rem 0 0.4rem;
}

/* ==========================================================================
   OPIS PLANU
   ========================================================================== */

.avatarai-pricing__hint {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(209, 213, 219, 0.9);
  margin: 0.2rem 0 0.6rem;
}

/* ==========================================================================
   LISTA FUNKCJI
   ========================================================================== */

.avatarai-pricing__features {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem;
}

.avatarai-pricing__features li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.96);
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.35rem;
}

.avatarai-pricing__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: radial-gradient(circle, #22d3ee 0%, #a855f7 80%);
  box-shadow: 0 0 9px rgba(56, 189, 248, 0.9);
}

/* ==========================================================================
   CTA / PRZYCISKI
   ========================================================================== */

.avatarai-pricing__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: auto;

  padding: 0.7rem 1.2rem;
  border-radius: 999px;

  border: 1px solid rgba(148, 163, 184, 0.9);
  font-size: 0.88rem;
  font-weight: 500;

  color: #e5f0ff;
  text-decoration: none;

  background: rgba(15, 23, 42, 0.95);
  transition:
    background 150ms ease-out,
    border-color 150ms ease-out,
    transform 120ms ease-out,
    box-shadow 150ms ease-out;
}

.avatarai-pricing__btn--accent {
  border-color: rgba(56, 189, 248, 0.95);
  background: radial-gradient(circle at 25% 0, #22d3ee, #3b82f6);
  color: #020617;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.9);
}

.avatarai-pricing__btn:hover {
  transform: translateY(-1px);
  background: rgba(15, 23, 42, 1);
  border-color: rgba(226, 232, 240, 0.95);
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.9);
}

.avatarai-pricing__btn--accent:hover {
  box-shadow: 0 0 26px rgba(56, 189, 248, 1);
}

/* ==========================================================================
   RWD
   ========================================================================== */

@media (max-width: 1024px) {
  .avatarai-pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .avatarai-pricing {
    padding: 3.5rem 1rem 4rem;
  }

  .avatarai-pricing__grid {
    grid-template-columns: 1fr;
  }
}