.elementor-640 .elementor-element.elementor-element-fdb52e4{--display:flex;--padding-top:0px;--padding-bottom:1px;--padding-left:0px;--padding-right:0px;}.elementor-640 .elementor-element.elementor-element-fdb52e4:not(.elementor-motion-effects-element-type-background), .elementor-640 .elementor-element.elementor-element-fdb52e4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#081120;}.elementor-640 .elementor-element.elementor-element-fc24136{--display:flex;}.elementor-640 .elementor-element.elementor-element-3efe4895{--display:grid;--e-con-grid-template-columns:0.67fr 1fr;--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--align-items:center;}.elementor-640 .elementor-element.elementor-element-3efe4895.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-640 .elementor-element.elementor-element-3d35751{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-640 .elementor-element.elementor-element-3d35751 img{width:90%;}.elementor-640 .elementor-element.elementor-element-10d8c810{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-640 .elementor-element.elementor-element-bb5989a{--display:flex;}.elementor-640 .elementor-element.elementor-element-814465f{--display:flex;}.elementor-640 .elementor-element.elementor-element-124d446{--display:flex;}.elementor-640 .elementor-element.elementor-element-5997f7a1{--display:flex;}.elementor-640 .elementor-element.elementor-element-5997f7a1:not(.elementor-motion-effects-element-type-background), .elementor-640 .elementor-element.elementor-element-5997f7a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-640 .elementor-element.elementor-element-ae91edb{--display:flex;}.elementor-640 .elementor-element.elementor-element-61f2ff74{--display:flex;}.elementor-640 .elementor-element.elementor-element-2fbe17e{--display:flex;}.elementor-640 .elementor-element.elementor-element-697f5529{--display:flex;}.elementor-640 .elementor-element.elementor-element-dcdb0a8{--display:flex;}.elementor-640 .elementor-element.elementor-element-e7cbeb9{--display:flex;}.elementor-640 .elementor-element.elementor-element-b892333{--display:flex;}.elementor-640 .elementor-element.elementor-element-52a40bc{--display:flex;}@media(max-width:1024px){.elementor-640 .elementor-element.elementor-element-3efe4895{--e-con-grid-template-columns:0.9fr 1.1fr;--grid-auto-flow:row;--grid-justify-content:space-evenly;}.elementor-640 .elementor-element.elementor-element-3d35751{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-640 .elementor-element.elementor-element-3efe4895{--e-con-grid-template-columns:1fr;--grid-auto-flow:row;--justify-items:center;--grid-justify-content:center;}.elementor-640 .elementor-element.elementor-element-3d35751{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-640 .elementor-element.elementor-element-3d35751.elementor-element{--align-self:center;}.elementor-640 .elementor-element.elementor-element-10d8c810.elementor-element{--order:-99999 /* order start hack */;}}/* Start custom CSS for html, class: .elementor-element-e822023 *//* -------------------------------------------
   ILLARIY – STICKY HLAVIČKA
-------------------------------------------- */

.illariy-header {
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: linear-gradient(
    90deg,
    rgba(5, 12, 32, 0.96),
    rgba(5, 12, 32, 0.94)
  );
  border-bottom: 1px solid rgba(110, 235, 255, 0.16);
}


.illariy-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

/* LOGO */

.illariy-logo {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  cursor: pointer;
}

.illariy-logo-mark {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.illariy-logo-text {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e5edff;
}

.illariy-logo-text span {
  font-weight: 400;
  opacity: 0.85;
}


/* NAVIGÁCIA – DESKTOP */

.illariy-nav {
  margin-left: auto;
}

.illariy-nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.illariy-nav a {
  font-size: 14px;
  text-decoration: none;
  color: #c5d4ff;
  padding: 6px 0;
  position: relative;
  transition: color 0.2s ease;
}

.illariy-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4ab5ff, #dab0ff, #6eebff);
  transition: width 0.22s ease;
}

.illariy-nav a:hover {
  color: #ffffff;
}

.illariy-nav a:hover::after {
  width: 100%;
}

/* CTA TLAČIDLO */

.illariy-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  margin-left: 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #020617;
  background: linear-gradient(90deg, #4ab5ff, #dab0ff, #6eebff);
  box-shadow:
    0 0 22px rgba(110, 235, 255, 0.45),
    0 10px 30px rgba(0, 0, 0, 0.6);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.illariy-header-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow:
    0 0 26px rgba(110, 235, 255, 0.6),
    0 14px 34px rgba(0, 0, 0, 0.75);
}

/* HAMBURGER – ZÁKLAD (MOBIL) */

/* HAMBURGER – ZÁKLAD (DESKTOP = skryté) */

.illariy-nav-toggle {
  display: none;
}

.illariy-nav-toggle-label {
  display: none;    /* na desktope skryté */
  cursor: pointer;
  width: 26px;
  height: 18px;
  flex-shrink: 0;

  /* sem NEDÁVAME display:flex — to bude iba v mobile */
  
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.illariy-nav-toggle-label span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4ab5ff, #6eebff);
  transition:
    transform 0.22s ease,
    opacity 0.22s ease,
    box-shadow 0.22s ease;
  box-shadow: 0 0 8px rgba(110, 235, 255, 0.45);
}

/* hover efekt (len mobil/tablet, ale nevadí ak ostane tu) */
.illariy-nav-toggle-label:hover span {
  box-shadow: 0 0 10px rgba(110, 235, 255, 0.75);
}


/* RESPONSIVE */

@media (max-width: 768px) {
  .illariy-header-inner {
    padding: 10px 16px;
  }

  .illariy-nav {
    position: absolute;
    inset: 58px 16px auto 16px;
    border-radius: 18px;
    background: rgba(3, 10, 30, 0.98);
    border: 1px solid rgba(110, 235, 255, 0.22);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.9);
    padding: 10px 14px;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    right: 16px;
  }

  .illariy-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .illariy-header-cta {
    font-size: 13px;
    padding: 7px 14px;
    margin-left: 8px;
  }

  .illariy-nav-toggle-label {
    display: inline-flex;
  }

  /* keď je checkbox zaškrtnutý → otvor menu */
  .illariy-nav-toggle:checked ~ .illariy-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  /* animácia hamburgera na krížik */
  .illariy-nav-toggle:checked + .illariy-nav-toggle-label span:first-child {
    transform: translateY(10px) rotate(45deg);
  }

  .illariy-nav-toggle:checked + .illariy-nav-toggle-label span:last-child {
    transform: translateY(-10px) rotate(-45deg);
  }

  .illariy-nav-toggle-label span:first-child,
  .illariy-nav-toggle-label span:last-child {
    transform-origin: center;
  }
}
@media (max-width: 768px) {

  /* zobraz hamburger iba na mobile */
  .illariy-nav-toggle-label {
    display: flex;
  }

  /* animácia X */
  .illariy-nav-toggle-label span:first-child,
  .illariy-nav-toggle-label span:last-child {
    transform-origin: center;
  }

  .illariy-nav-toggle:checked + .illariy-nav-toggle-label span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .illariy-nav-toggle:checked + .illariy-nav-toggle-label span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }
}

/* -------------------------------------------
   LANGUAGE SWITCH (SK | EN)
-------------------------------------------- */

.illariy-lang{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(110, 235, 255, 0.22);
  background: rgba(3, 10, 30, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.illariy-lang-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(197, 212, 255, 0.9);
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.illariy-lang-btn:hover{
  transform: translateY(-1px);
  color: #ffffff;
  background: rgba(110, 235, 255, 0.10);
  border-color: rgba(110, 235, 255, 0.28);
}

.illariy-lang-btn.is-active{
  color: #020617;
  background: linear-gradient(90deg, #4ab5ff, #dab0ff, #6eebff);
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 0 18px rgba(110, 235, 255, 0.32);
}

/* Mobile: trochu zmenšiť */
@media (max-width: 768px){
  .illariy-lang-btn{
    min-width: 36px;
    height: 28px;
    font-size: 11px;
    padding: 0 9px;
  }
}
/* -------------------------------------------
   MOBILE HEADER COMPACT MODE
-------------------------------------------- */
@media (max-width: 768px) {

  .illariy-header-inner {
    padding: 6px 14px; /* bolo 10px 16px */
    gap: 10px;
  }

}
@media (max-width: 768px) {

  .illariy-logo-mark {
    width: 22px;
    height: 22px;
  }

  .illariy-logo-text {
    font-size: 15px;
    letter-spacing: 0.06em;
  }

}
@media (max-width: 768px) {

  .illariy-lang {
    padding: 3px;
  }

  .illariy-lang-btn {
    min-width: 34px;
    height: 26px;
    font-size: 10px;
    padding: 0 8px;
  }

}
@media (max-width: 768px) {

  .illariy-header-cta {
    padding: 6px 14px;
    font-size: 12px;
    margin-left: 6px;
  }

}
@media (max-width: 768px) {
  .illariy-logo-text span {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d678e31 *//* =========================================================
   INTRO STRIP – CINEMATIC LUXURY SWEEP (FINAL)
========================================================= */

.illariy-intro-strip{
  position: relative;
  width: 100%;
  padding: 34px 16px;
  display: flex;
  justify-content: center;
  align-items: center;

  background: transparent;
  overflow: hidden;
}

/* -------------------------
   TEXT LINK
------------------------- */

.illariy-cinema-link{
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  text-decoration: none;
  color: rgba(240,252,255,0.98);
}

.illariy-cinema-title{
  font-size: 13px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 500;
}

.illariy-cinema-meta{
  font-size: 12px;
  letter-spacing: 0.12em;
  color: rgba(200,230,255,0.75);
}

/* underline – čistá, silná */
.illariy-cinema-link::after{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;

  background: linear-gradient(
    90deg,
    rgba(110,235,255,0),
    rgba(110,235,255,1),
    rgba(218,176,255,0.95),
    rgba(110,235,255,1),
    rgba(110,235,255,0)
  );

  filter:
    drop-shadow(0 0 14px rgba(110,235,255,0.9))
    drop-shadow(0 0 28px rgba(218,176,255,0.55));

  transform: scaleX(0.65);
  transform-origin: center;
  transition: transform .25s ease;
}

.illariy-cinema-link:hover::after{
  transform: scaleX(1);
}

/* =========================================================
   THE MAGIC — FULL STRIP SWEEP
========================================================= */

.illariy-intro-strip::before{
  content:"";
  position:absolute;
  inset: -60% -120%;

  background: linear-gradient(
    110deg,
    rgba(255,255,255,0) 30%,
    rgba(110,235,255,0.55) 45%,
    rgba(218,176,255,0.65) 50%,
    rgba(110,235,255,0.55) 55%,
    rgba(255,255,255,0) 70%
  );

  opacity: 1;
  filter: blur(10px);
  mix-blend-mode: screen;

  transform: translateX(-70%);
  animation: illariy-luxury-sweep 7.2s cubic-bezier(.4,0,.2,1) infinite;
  pointer-events: none;
}

/* extra jemná aura */
.illariy-intro-strip::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(
    ellipse at center,
    rgba(110,235,255,0.12),
    transparent 70%
  );
  pointer-events:none;
}

/* -------------------------
   KEYFRAMES
------------------------- */

@keyframes illariy-luxury-sweep{
  0%   { transform: translateX(-75%); opacity: .18; }
25%  { opacity: .45; }
50%  { opacity: .65; }
75%  { opacity: .42; }
100% { transform: translateX(75%); opacity: .18; }
}

/* FIX: zachovať biely text pri hoveri na intro linku */
.illariy-cinema-link,
.illariy-cinema-link:hover,
.illariy-cinema-link:focus,
.illariy-cinema-link:active {
  color: rgba(240,252,255,0.98) !important;
}

.illariy-cinema-link:hover .illariy-cinema-title,
.illariy-cinema-link:hover .illariy-cinema-meta {
  color: rgba(240,252,255,0.98) !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10d8c810 *//* -------------------------------------------
   HERO CARD – GLASS + MYSTIC GLOW
-------------------------------------------- */

.illariy-hero-card {
  position: relative;
  max-width: 640px;
  padding: 0;
  border-radius: 32px;
  background: transparent;
  overflow: visible;
  animation: illariy-card-fade 0.9s ease-out forwards;
}

/* jemný halo okolo karty */
.illariy-hero-glow {
  position: absolute;
  inset: -26px;
  border-radius: inherit;
  background:
    radial-gradient(circle at top left, rgba(110,235,255,0.22), transparent 70%),
    radial-gradient(circle at bottom right, rgba(74,181,255,0.22), transparent 75%);
  opacity: 0.45;
  filter: blur(34px);
  mix-blend-mode: screen;
  pointer-events: none;
}

/* vnútorná glass karta */
.illariy-hero-inner {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  background: radial-gradient(circle at top, rgba(8,24,48,0.98), rgba(3,8,20,0.96));
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  padding: 32px 34px 30px;
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.95),
    0 0 40px rgba(74,181,255,0.40);
}

/* -------------------------------------------
   HLAVNÉ NADPISY + LABELY
-------------------------------------------- */
/* HERO – odstup od sticky hlavičky */

.illariy-hero-section {
  padding-top: 20px;
}

/* tablet */
@media (max-width: 1024px) {
  .illariy-hero-section {
    padding-top: 0px;
  }
}

/* mobil */
@media (max-width: 767px) {
  .illariy-hero-section {
    padding-top: 0px;
  }
}

/* HERO KICKER – nad H1 */
.illariy-hero-kicker {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(229,249,255,0.8);
  margin-bottom: 18px;
  text-align: left !important;
  display: block;
}

/* sekčné kickery – používajú sa v ďalších sekciách */
.illariy-section-kicker {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9FB7FF;
  text-align: center;
  margin-bottom: 18px;
}


/* spoločný gradient pre hero H1 + sekčné H2 */
.illariy-hero-heading,
.illariy-section-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  line-height: 1.15;
  margin: 0 0 18px;
  font-weight: 600;
  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 20px rgba(110,235,255,0.28);
}

/* H1 – hero nadpis */
.illariy-hero-heading {
  font-size: 40px;
}


/* H2 – sekčné nadpisy (napr. Illariy paths) */
.illariy-section-title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 12px;
}

/* hero texty – podnadpis */
.illariy-hero-sub {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #CDEFFF;
  margin: 0 0 16px;
  font-weight: 300;
}

.illariy-cta-trust {
  margin-top: 14px;
 
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(120, 200, 255, 0.6);
  text-align: left;
  margin-left: 15px;
}

.illariy-cta-trust span {
  margin: 0 2px;
  color: rgba(120, 200, 255, 0.6);
}
.illariy-cta-trust {
  text-shadow: 0 0 12px rgba(100, 180, 255, 0.25);

  
}
@media (max-width: 768px) {
  .illariy-cta-trust {
    letter-spacing: 0.12em;
    font-size: 12px;
    text-align: center;
    
  }
}

/* -------------------------------------------
   HERO MICRO-BENEFITY
-------------------------------------------- */

.illariy-hero-benefits {
  margin: 20px 0 28px;
  padding: 0;
  list-style: none;
  color: #C6D5FF;
  font-size: 15px;
  line-height: 1.7;
}

.illariy-hero-benefits li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}

.illariy-hero-benefits li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #6EEBFF;
  font-size: 20px;
  line-height: 1;
}
/* -------------------------------------------
   CTA WRAP
-------------------------------------------- */

.illariy-hero-cta,
.illariy-hero-buttons {  /* alias, keby bol niekde starý názov */
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 20px;
}

.illariy-hero-cta a {
  position: relative;
  text-decoration: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* -------------------------------------------
   🔵 PRIMÁRNY BUTTON
-------------------------------------------- */

.btn-illariy-primary,
.mi-btn {
  position: relative;
  padding: 14px 32px;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  color: #ecfeff;
  background: radial-gradient(circle at 0% 0%, #4adeff 0%, #0ea5e9 35%, #1d1b3a 100%);
  box-shadow:
    0 0 22px rgba(56,189,248,0.55),
    0 0 46px rgba(14,165,233,0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.btn-illariy-primary span,
.mi-btn span {
  position: relative;
  z-index: 1;
}

/* hover + soft pulse, text ostáva biely */
.btn-illariy-primary:hover,
.mi-btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 30px rgba(125,211,252,0.9),
    0 0 70px rgba(56,189,248,0.75);
  color: #ffffff !important;
  animation: illariy-soft-pulse 1.8s ease-out infinite;
}

@keyframes illariy-soft-pulse {
  0%   { box-shadow: 0 0 30px rgba(125,211,252,0.6); }
  50%  { box-shadow: 0 0 45px rgba(125,211,252,0.9); }
  100% { box-shadow: 0 0 30px rgba(125,211,252,0.6); }
}

/* -------------------------------------------
   ⚫ SEKUNDÁRNY BUTTON
-------------------------------------------- */


.btn-illariy-secondary {
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(17, 93, 125, 0.85);
  color: #E5F9FF;
  background: rgba(4,12,24,0.72);
  box-shadow:
    0 0 16px rgba(9,24,41,0.9),
    0 12px 28px rgba(0,0,0,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    background 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.btn-illariy-secondary span {
  position: relative;
  z-index: 1;
}

.btn-illariy-secondary:hover {
  background: rgba(11,32,55,0.96);
  border-color: rgba(110,235,255,0.85);
  transform: translateY(-1px);
  box-shadow:
    0 0 22px rgba(110,235,255,0.8),
    0 18px 40px rgba(0,0,0,0.96);
}

.btn-illariy-secondary:hover span {
  color: #ffffff !important;
}

/* -------------------------------------------
   LINK "Pozri sa, ako fungujem v praxi →"
-------------------------------------------- */

.illariy-hero-link-wrap {
  margin-top: 10px;
}

.illariy-hero-link {
  font-size: 14px;
  color: #7DA9FF;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.illariy-hero-link:hover {
  text-decoration: underline;
}

/* info text (žiadna karta...) */

.illariy-hero-info {
  margin-top: 14px;
  font-size: 13px;
  color: rgba(180,220,255,0.75);
  letter-spacing: 0.06em;
}

/* -------------------------------------------
   ANIMÁCIE + RESPONSIVE – HERO
-------------------------------------------- */

@keyframes illariy-card-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Jemné „dýchanie“ Illariy */
.illariy-photo img {
  display: block;
  transform-origin: center bottom;
  animation: illariy-breathe 9s ease-in-out infinite;
}

/* keyframes na mikropohyb */
@keyframes illariy-breathe {
  0%, 100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 0 12px rgba(110,235,255,0.35));
  }
  50% {
    transform: translateY(-10px) scale(1.02);
    filter: drop-shadow(0 0 20px rgba(174, 225, 255, 0.6));
  }
}

/* -------------------------------------------
   RESPONSIVE
-------------------------------------------- */

@media (max-width: 1024px) {
  .illariy-hero-heading {
    font-size: 29px;
  }
  .illariy-section-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .illariy-hero-card {
    max-width: 100%;
    margin-top: 28px;
  }
  .illariy-hero-inner {
    padding: 26px 22px 24px;
  }
  .illariy-hero-heading {
    font-size: 30px;
  }
  .illariy-section-title {
    font-size: 22px;
  }
  .illariy-hero-sub {
    font-size: 16px;
  }
  .illariy-hero-cta,
  .illariy-hero-buttons {
    flex-direction: column;
  }
  .illariy-hero-cta a,
  .illariy-hero-buttons a {
    width: 100%;
    justify-content: center;
  }
}

.illariy-hero-seo-title {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9db0c8;
  margin-bottom: 12px;
  font-weight: 500;
}

/* Default: desktop + tablet = LEFT */
.illariy-cta-trust{
  text-align: left !important;
  margin-left: 15px !important;
}

/* Len MOBILE (768 a menej) = CENTER */
@media (max-width: 768px){
  .illariy-cta-trust{
    text-align: center !important;
    margin-left: 0 !important;
  }
}



/* HERO kicker je H1 – nech vyzerá ako ostatné kickery */
.illariy-hero-seo-title{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #9FB7FF !important;          /* rovnaké ako .illariy-section-kicker */
  text-align: left !important;        /* hero = left */
  margin: 0 0 18px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

@media (max-width: 767px){
  .illariy-hero-seo-title{
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-712715ce *//* -------------------------------------------
   CLAIM STRIP – USER PHRASES
-------------------------------------------- */

.illariy-strip-elegant {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 22px 0;
  background: radial-gradient(circle at top center, rgba(90, 160, 255, 0.18), transparent 55%),
              linear-gradient(180deg, #040815 0%, #05091a 45%, #02040c 100%);
}


/* statická žiara hore a dole kontajnera */
.illariy-strip-elegant::before,
.illariy-strip-elegant::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(140, 220, 255, 0.9), transparent 65%);
  box-shadow: 0 0 22px rgba(140, 220, 255, 0.55);
}

.illariy-strip-elegant::before { top: 0; opacity: 0.55; }
.illariy-strip-elegant::after { bottom: 0; opacity: 0.35; }


/* fade na krajoch */
.illariy-strip-elegant-fade {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  pointer-events: none;
  z-index: 2;
}
.illariy-strip-elegant-fade.left {
  left: 0;
  background: linear-gradient(to right, #02040b, rgba(2, 4, 11, 0));
}
.illariy-strip-elegant-fade.right {
  right: 0;
  background: linear-gradient(to left, #02040b, rgba(2, 4, 11, 0));
}

/* vnútorný kontajner */
.illariy-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  white-space: nowrap;
}

/* pohyblivý track */
.illariy-strip-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  animation: illariyElegantMove 32s linear infinite;
}

/* frázy */
.illariy-phrase {
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(233, 244, 255, 0.8);
  font-weight: 400;
}

/* diamant separator – jednoduchý statický SVG */
.illariy-separator {
  display: inline-block;
  width: 14px;
  height: 14px;

  margin: 0 10px;        /* medzera medzi vetami v stripe */
  vertical-align: middle;

  font-size: 0;          /* schová prípadnú bodku / text vo vnútri */
  line-height: 0;

  background: url('https://illariyai.com/wp-content/uploads/2025/12/diamond.svg') no-repeat center;
  background-size: contain;
}



/* animácia – jemné dýchanie žiary */
@keyframes illariyDiamondGlow {
  0%, 100% {
    text-shadow: 0 0 4px rgba(110, 235, 255, 0.4),
                 0 0 8px rgba(180, 150, 255, 0.3);
    transform: translateY(-1px) scale(1);
  }
  50% {
    text-shadow: 0 0 7px rgba(110, 235, 255, 0.9),
                 0 0 14px rgba(180, 150, 255, 0.7);
    transform: translateY(-1px) scale(1.03);
  }
}

/* animácia tracku */
@keyframes illariyElegantMove {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* mobilné úpravy claim stripu */
@media (max-width: 768px) {
  .illariy-strip-track { gap: 26px; }

  .illariy-phrase {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  /* separator na mobile vôbec neupravujeme – necháme rovnaký */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-449d64a3 *//* -------------------------------------------
   SECTION – ILLARIY PATHS (3 CARDS)
-------------------------------------------- */

/* celá sekcia */
.illariy-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 160px;
}

.illariy-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.illariy-section-subtitle {
  font-size: 15px;
  color: #C9E6FF;
  max-width: 640px;
  margin: 0 auto;
  opacity: 0.9;
}


/* grid s kartami */
.illariy-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .illariy-paths {
    grid-template-columns: 1fr;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* karta */
.illariy-card {
  background: radial-gradient(circle at top left, rgba(110, 235, 255, 0.12), transparent 55%),
              radial-gradient(circle at bottom right, rgba(218, 176, 255, 0.10), transparent 55%),
              #050915;
  border-radius: 24px;
  padding: 28px 26px 30px;
  box-shadow: 0 0 34px rgba(11, 196, 255, 0.18);
  border: 1px solid rgba(110, 235, 255, 0.32);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.illariy-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.illariy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 48px rgba(110, 235, 255, 0.32);
  border-color: rgba(174, 225, 255, 0.75);
  background: radial-gradient(circle at top left, rgba(110, 235, 255, 0.16), transparent 55%),
              radial-gradient(circle at bottom right, rgba(218, 176, 255, 0.14), transparent 55%),
              #050915;
}



/* guľôčka */
.illariy-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle,
    #F5C8FF 0%,
    #DAB0FF 50%,
    #7A3EA6 100%
  );
  box-shadow: 0 0 16px rgba(218, 176, 255, 0.9);
  margin-right: 10px;
}

/* label nad kartou */
.illariy-label-row {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
}

.illariy-label {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D9C5FF;
}

/* nadpis karty */
.illariy-title {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 18px;
  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* odrážky */
.illariy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.illariy-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #E3F2FF;
}

.illariy-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #6EEBFF;
}

/* viac – rozbalenie */
.illariy-details summary {
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6EEBFF;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.illariy-details summary::after {
  content: "＋";
  font-size: 13px;
  margin-left: 6px;
  opacity: 0.9;
  transition: transform 0.2s ease;
}

.illariy-details summary:hover {
  border-color: rgba(110, 235, 255, 0.7);
}

.illariy-details summary:hover::after {
  transform: translateY(-1px);
}

.illariy-details[open] summary::after {
  content: "−";
}

.illariy-details p {
  margin-top: 12px;
  font-size: 14px;
  color: #C9E6FF;
}

.illariy-details summary::-webkit-details-marker {
  display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c770d41 *//* -------------------------------------------
   SECTION 4 – ILLARIY BRIDGE (WHITE BAND)
   (Ako vyzerá naša konverzácia)
-------------------------------------------- */

/* BIELA PÁSA – premostenie medzi tmavými sekciami */
.illariy-bridge-clean {
  position: relative;
  padding: 90px 20px 40px;
  margin-top: -20px;
  margin-bottom: -20px;
}

/* biela plocha od kraja po kraj okna */
.illariy-bridge-clean::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}

/* vnútorná mriežka – text + telefón */
.illariy-bridge-clean-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 72px;
  align-items: start;
  position: relative;
}

.illariy-bridge-clean-text-block {
  max-width: 520px;
}

/* posun textu jemne hore na väčších obrazovkách */
@media (min-width: 768px) {
  .illariy-bridge-clean-text-block {
    margin-top: -10px;
  }
}

/* PHONE – overlap do tmavej sekcie nad ňou */
.illariy-bridge-clean-phone-wrap {
  position: relative;
  text-align: right;
}

.illariy-bridge-clean-phone-img {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}

.illariy-bridge-clean-phone-shadow {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  width: 260px;
  height: 90px;
  background: radial-gradient(circle, rgba(15, 23, 42, 0.35), transparent 70%);
  filter: blur(6px);
  opacity: 0.7;
  z-index: 1;
}

/* desktop – mobil lezie hore do tmavej sekcie */
@media (min-width: 1025px) {
  .illariy-bridge-clean-phone-wrap {
    margin-top: -200px;
  }
}

/* TABLET (vodorovný vibe, ale kompaktnejší) */
@media (min-width: 768px) and (max-width: 1024px) {

  .illariy-bridge-clean {
    padding: 90px 20px 30px;
  }

  .illariy-bridge-clean-inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 48px;
  }

  .illariy-bridge-clean-phone-wrap {
    margin-top: -200px;
    text-align: center;
  }

  .illariy-bridge-clean-phone-img {
    max-width: 360px;
  }

  .illariy-bridge-clean-phone-shadow {
    bottom: -30px;
  }
}

/* MOBIL – phone hore, text pod ním */
@media (max-width: 767px) {

  .illariy-bridge-clean {
    padding: 110px 18px 30px;
  }

  .illariy-bridge-clean-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .illariy-bridge-clean-phone-wrap {
    order: 1;
    margin-top: -220px;
    text-align: center;
  }

  .illariy-bridge-clean-phone-img {
    max-width: 320px;
  }

  .illariy-bridge-clean-text-block {
    order: 2;
    margin-top: 0;
  }
}

/* -------------------------------------------
   TYPO – texty v bielej sekcii
-------------------------------------------- */

.enhanced-v2 p {
  font-size: 17px;
  line-height: 1.7;
  color: #111827;
  margin-bottom: 12px;
}

.enhanced-v2 .intro-strong {
  font-weight: 600;
  color: #111827;
}

/* môžeš použiť na jednu vetu ako jemný highlight – nie na celý nadpis */
.enhanced-v2 .gradient-line {
  font-weight: 500;
  background: linear-gradient(
    110deg,
    #1B3358 0%,
    #385A8F 35%,
    #8B6BE3 70%,
    #E0B3FF 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 1px 1px rgba(0,0,0,0.12),
    0 3px 8px rgba(37,53,94,0.25);
  line-height: 1.8;
}

/* -------------------------------------------
   NADPIS v bielej sekcii – čistý, bez gradientu
-------------------------------------------- */

.illariy-bridge-clean-title {
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 26px;
  font-weight: 650;
  color: #0F172A;          /* čistý tmavý ink – bez gradientu */
  text-shadow: none;
}

@media (max-width: 767px) {
  .illariy-bridge-clean-title {
    font-size: 30px;
  }
}

/* KICKER – "Ako vyzerá naša konverzácia" */

.illariy-app-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9DB0C8;
  margin-bottom: 18px;
}

/* BULLET ZOZNAM – praktické benefity chatu */

.illariy-app-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 24px;
}

.illariy-app-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #111827;
}

.illariy-app-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #111827;
}

.illariy-app-list strong {
  font-weight: 600;
  color: #0f172a;
}

/* MALÁ POZNÁMKA POD LISTOM */

.illariy-app-note {
  font-size: 15px;
  color: #64748B;
  opacity: 0.9;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45f2409d *//* ===========================================
   ILLARIY – TESTIMONIALS / STORIES SECTION
   LUX EDITION – CLEAN SHADOW + MINIMAL ARROWS
=========================================== */

.illariy-testimonials {
  background: #ffffff;
  width: 100%;
  padding: 40px 20px 80px;
  position: relative;
  overflow: hidden;
}

.illariy-testimonials-inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* KICKER NAD NADPISOM */
.illariy-testimonials-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9db0c8;
  margin-bottom: 18px;
  text-align: center;
}

/* HLAVNÝ NADPIS */
.illariy-testimonials-title {
  font-size: 30px;
  line-height: 1.35;
  margin: 0 0 38px;
  text-align: center;
  font-weight: 600;
  color: #0f172a;
  text-shadow: none;
}

/* SLIDER WRAP */
.illariy-test-slider {
  position: relative;
}

/* GLASSY KARTA TESTIMONIALU */
.illariy-test-slide {
  border-radius: 32px;
  padding: 36px 70px 34px;
  border: 1px solid rgba(148, 163, 255, 0.55);
  background: radial-gradient(circle at top left, #1b2654 0, #020617 52%, #020617 100%);

  /* žiadny klasický box-shadow – tieň riešime iba pseudo-elementom pod kartou */
  box-shadow: none;

  display: none; /* zobrazuje sa len .is-active */
  flex-direction: column;
  gap: 18px;
  color: #e5edff;
  position: relative;
  overflow: hidden;
}

/* jemná “glass” hrana */
.illariy-test-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.03);
  pointer-events: none;
}

/* TIEŇ IBA POD KARTOU – žiadne halo po bokoch */
.illariy-test-slide::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 64%;
  height: 42px;
  background: radial-gradient(
    ellipse at center,
    rgba(15, 23, 42, 0.45),
    transparent 70%
  );
  filter: blur(6px);
  opacity: 0.9;
  pointer-events: none;
}

.illariy-test-slide.is-active {
  display: flex;
}

.illariy-test-quote-mark {
  font-size: 44px;
  opacity: 0.26;
  color: #6ee0ff;
  line-height: 1;
}

.illariy-test-text {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* META – meno, rola, avatar */
.illariy-test-meta {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #c7d2fe;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}

/* AVATAR */
.illariy-test-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 0%, #e0b3ff 0, #7f66d9 45%, #111827 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  color: #f9fbff;
  box-shadow:
    0 0 0 1px rgba(148, 163, 255, 0.5),
    0 10px 25px rgba(15, 23, 42, 0.9);
  overflow: hidden;
}

.illariy-test-avatar img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  display: block;
}

.illariy-test-avatar-initial {
  position: relative;
  z-index: 1;
}

.illariy-test-name-role {
  display: flex;
  flex-direction: column;
}

.illariy-test-name {
  font-weight: 600;
  color: #e5edff;
}

.illariy-test-role {
  font-size: 14px;
  opacity: 0.86;
}



/* -------------------------------------------
   TIEŇ IBA POD KARTOU
-------------------------------------------- */

.illariy-test-slide {
  border-radius: 32px;
  padding: 36px 64px 34px;
  border: 1px solid rgba(148, 163, 255, 0.55);
  background: radial-gradient(circle at top left, #1b2654 0, #020617 52%, #020617 100%);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.35),
    0 0 1px rgba(15, 23, 42, 0.3);
  display: none;
  flex-direction: column;
  gap: 18px;
  color: #e5edff;
  position: relative;
  overflow: hidden;
}

/* tieň – iba pod kartou, nie po stranách */
.illariy-test-slide::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  height: 70px;
  bottom: -40px;
  background: radial-gradient(
    ellipse at center,
    rgba(15, 23, 42, 0.65),
    transparent 70%
  );
  filter: blur(5px);
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

/* =========================================
   ŠÍPKY – ČISTÁ GRADIENTOVÁ IKONA BEZ POZADIA
========================================= */

.illariy-test-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;

  /* žiadne pozadie, rámček ani tieň */
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;

  cursor: pointer;

  /* samotná šípka ako text */
  font-size: 40px;
  line-height: 1;
  font-weight: 500;

  /* gradient vo vnútri znaku */
  background-image: linear-gradient(
    110deg,
    #4ab5ff 0%,
    #6eebff 40%,
    #e0b3ff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  /* žiadny červený outline pri kliku */
  outline: none;

  /* jemný glow, aby to nepôsobilo plocho */
  text-shadow:
    0 0 10px rgba(110, 235, 255, 0.45),
    0 0 16px rgba(14, 23, 42, 0.65);

  transition:
    transform 0.18s ease,
    text-shadow 0.18s ease,
    opacity 0.18s ease;
}

/* fokus pre klávesnicu – decentný, nie červený rámček */
.illariy-test-arrow:focus-visible {
  text-shadow:
    0 0 14px rgba(110, 235, 255, 0.7),
    0 0 22px rgba(14, 23, 42, 0.9);
}

/* jemný posun na hover – len horizontálne */
.illariy-test-arrow--prev:hover {
  transform: translateY(-50%) translateX(-6px);
}

.illariy-test-arrow--next:hover {
  transform: translateY(-50%) translateX(6px);
}

/* pozícia šípok pri karte */
.illariy-test-arrow--prev {
  left: 9px;   /* môžeš doladiť podľa oka */
}

.illariy-test-arrow--next {
  right: 9px;
}

/* ======================
   RESPONSIVE – MOBIL
====================== */

@media (max-width: 767px) {
  .illariy-test-arrow {
    font-size: 80px;
    text-shadow:
      0 0 8px rgba(110, 235, 255, 0.4),
      0 0 14px rgba(14, 23, 42, 0.7);
  }

  .illariy-test-arrow--prev {
    left: 3px;
  }

  .illariy-test-arrow--next {
    right: 3px;
  }
}

/* -------------------------------------------
   RESPONZÍVNE ÚPRAVY PRE ŠÍPKY
-------------------------------------------- */

@media (max-width: 1024px) {
  .illariy-test-arrow {
    width: 60px;
    height: 46px;
    font-size: 40px;
  }
  .illariy-test-arrow--prev {
    left: -3px;
  }
  .illariy-test-arrow--next {
    right: -3px;
  }
}

@media (max-width: 767px) {
  .illariy-test-arrow {
    width: 54px;
    height: 42px;
    font-size: 60px;
  }
  .illariy-test-arrow--prev {
    left: -9px;
  }
  .illariy-test-arrow--next {
    right: -9px;
  }

  /* tieň pod kartou trošku menší, aby nepretekal */
  .illariy-test-slide::after {
    left: 20%;
    right: 20%;
    height: 56px;
    bottom: -32px;
  }
}

/* =========================================
   RATING POD KARTOU
========================================= */

.illariy-test-rating {
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0f1a30;
  opacity: 1;
  position: relative;
  z-index: 2;
}

/* jemná deliaca linka nad ratingom */
.illariy-test-rating::before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  margin: 0 auto 12px;
  background: linear-gradient(
    90deg,
    rgba(148, 163, 255, 0),
    rgba(148, 163, 255, 0.85),
    rgba(148, 163, 255, 0)
  );
  opacity: 0.9;
}

.illariy-test-rating span {
  font-weight: 500;
  margin-left: 6px;
}

/* ⭐ zlaté hviezdičky */
.illariy-test-rating .stars {
  background: linear-gradient(
    90deg,
    #fff3c4 0%,
    #ffd56a 45%,
    #f0a92f 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 12px rgba(240, 169, 47, 0.55);
}

/* =============================
   RESPONZÍVNE ÚPRAVY
============================= */

/* TABLET */
@media (max-width: 1024px) {
  .illariy-testimonials {
    padding: 40px 20px 60px;
  }

  .illariy-testimonials-title {
    font-size: 28px;
    margin-bottom: 34px;
  }

  .illariy-test-slide {
    padding: 32px 62px 30px;
  }

  .illariy-test-slide::after {
    width: 70%;
    bottom: -20px;
    height: 36px;
  }

  .illariy-test-arrow--prev {
    left: -2px;
  }

  .illariy-test-arrow--next {
    right: -2px;
  }
}

/* MOBIL */
@media (max-width: 767px) {
  .illariy-testimonials {
    padding: 40px 16px 40px;
  }

  .illariy-testimonials-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 26px;
  }

  .illariy-test-slide {
    border-radius: 26px;
    padding: 26px 42px 24px;
    gap: 14px;
  }

  .illariy-test-slide::after {
    width: 78%;
    bottom: -18px;
    height: 32px;
    filter: blur(7px);
  }

  .illariy-test-quote-mark {
    font-size: 36px;
  }

  .illariy-test-text {
    font-size: 16px;
    line-height: 1.7;
  }

  .illariy-test-meta {
    margin-top: 10px;
  }

  .illariy-test-avatar {
    width: 36px;
    height: 36px;
  }

  .illariy-test-arrow {
    width: 34px;
    height: 34px;
    font-size: 30px;
  }

  .illariy-test-arrow--prev {
    left: 0;
  }

  .illariy-test-arrow--next {
    right: 0;
  }

  .illariy-test-rating {
    margin-top: 24px;
    font-size: 12px;
    letter-spacing: 0.11em;
  }
}
/* ============================
   FIX – Zabráni skákaniu sekcií
   MOBILE stabilná výška slidera
============================ */

@media (max-width: 767px) {
  .illariy-test-slider {
    min-height: 430px;           /* môžeš upraviť na 380 / 420 podľa oka */
    position: relative;
  }

  /* nech je obsah centrovaný, keď je kratší */
  .illariy-test-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
/* Jemné doladenie pozície šípok na mobile */
@media (max-width: 767px) {
  .illariy-test-arrow {
    top: 35%;                 /* namiesto default 50% */
    transform: translateY(-50%);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4b2363 *//* ===========================================
   ILLARIY – METHODS SECTION (FAQ / ACCORDION)
   =========================================== */

/* CELÁ SEKCIa – pozadie + padding */
.illariy-methods {
  background: #020617;
  padding: 100px 20px 20px;
  position: relative;
  overflow: visible; /* umožní glow efektom neorezať sa */
}

/* HLAVIČKA SEKCIE */
.illariy-methods-header {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

/* NADPIS */
.illariy-methods-title {
  font-size: 30px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  display: inline-block;
  width: 100%;
}

/* PODNADPIS */
.illariy-methods-sub {
  font-size: 17px;
  color: #C3D8FF;
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.illariy-section-note {
  font-size: 13px;
  color: #9FB7FF;
  opacity: 0.9;
  margin-top: 8px;
}

/* GRID: avatar vľavo, metódy vpravo */
.illariy-methods-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 50px;
  align-items: center;
  background: none;
  box-shadow: none;
}

/* AVATAR + GLOW */
.illariy-methods-avatar {
  position: relative;
}

.illariy-methods-avatar img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

/* ===== FAQ WRAP ===== */
.illariy-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ===== FAQ ITEM ===== */
.illariy-faq-item {
  position: relative;
  border-radius: 18px;
  background: rgba(5,12,30,0.95);
  border: 1px solid rgba(65,84,178,0.7);
  overflow: hidden;
  transition: border-color 0.22s ease,
              box-shadow 0.22s ease,
              background 0.22s ease,
              transform 0.22s ease;
}

/* Halo layer pri OPEN */
.illariy-faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top,
    rgba(110,235,255,0.0),
    transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/* OPEN STAV */
.illariy-faq-item[open] {
  border-color: rgba(110,235,255,0.9);
  box-shadow:
    0 0 30px rgba(110,235,255,0.35),
    0 22px 50px rgba(0,0,0,0.95);
  background: radial-gradient(circle at top,
      rgba(110,235,255,0.12),
      rgba(5,12,30,0.98) 55%);
  transform: translateY(-2px);
}

.illariy-faq-item[open]::before {
  opacity: 1;
}

/* ===== SUMMARY ROW ===== */
.illariy-faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: transparent;
  transition: background 0.18s ease;
}

.illariy-faq-item > summary::-webkit-details-marker {
  display: none;
}

/* Hover efekt */
.illariy-faq-item:not([open]) > summary:hover {
  background: radial-gradient(circle at left,
    rgba(110,235,255,0.10),
    transparent 70%);
}

/* LABEL */
.illariy-faq-label {
  font-size: 16px;
  color: #E9F3FF;
  font-weight: 500;
  transition: color 0.18s ease;
}

.illariy-faq-item[open] .illariy-faq-label {
  color: #F3FDFF;
}

/* ICON (+ / -) */
.illariy-faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.illariy-faq-icon::before,
.illariy-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #6EEBFF;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease;
}

.illariy-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* OPEN = MINUS */
.illariy-faq-item[open] .illariy-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ===== BODY ===== */
.illariy-faq-body {
  padding: 0 22px 20px;
  border-top: 1px solid rgba(30,64,175,0.7);
}

.illariy-faq-body p {
  font-size: 14px;
  color: #c6d5ff;
  line-height: 1.8;
  margin: 10px 0 0;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 900px) {
  .illariy-methods {
    padding: 70px 18px 10px;
  }

  .illariy-methods-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .illariy-methods-header {
    margin-bottom: 40px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .illariy-methods-title {
    font-size: 24px;
  }

  .illariy-methods-sub {
    font-size: 15px;
    margin-bottom: 32px;
  }

  .illariy-faq-item > summary {
    padding: 18px 18px;
  }

  .illariy-faq-body {
    padding: 0 18px 16px;
  }

  .illariy-faq-label {
    font-size: 15px;
  }
}
/* FORCE – odstránenie panela / glow za metódami */
.illariy-methods-grid {
  background: #020617 !important; /* rovnaké ako sekcia – panel zmizne */
  box-shadow: none !important;
}

.illariy-faq {
  background: transparent !important;
  box-shadow: none !important;
}
/* MOBILE – zmenšenie medzery medzi avatarom a metódami */
@media (max-width: 640px) {
  .illariy-methods-grid {
    gap: 1px; /* z pôvodných ~40px na menší odstup */
  }

  .illariy-methods-avatar {
    margin-bottom: 0 !important;
  }

  .illariy-methods-avatar img {
    margin-bottom: 0;
  }

  .illariy-faq {
    margin-top: 0 !important;
  }
}
/* GLOW okolo avatara v sekcii METÓDY – rovnaký feeling ako HERO */
.illariy-methods-avatar {
  position: relative;
}

.illariy-methods-avatar::after {
  content: "";
  position: absolute;
  inset: -15px; /* zväčší glow okolo siluety */
  border-radius: 20px;
  background: radial-gradient(
    circle at center,
    rgba(110,235,255,0.22) 0%,   /* center glow */
    rgba(110,235,255,0.10) 28%,  /* soft fade */
    rgba(110,235,255,0.03) 55%,
    transparent 85%
  );
  filter: blur(28px);
  z-index: 1;        /* glow ZA obrázkom */
  pointer-events: none;
}

/* Fade-out gradient na spodku avatara – pre sekciu METÓDY */
.illariy-methods-avatar img {
  mask-image: linear-gradient(to bottom, 
      rgba(0,0,0,1) 70%, 
      rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, 
      rgba(0,0,0,1) 70%, 
      rgba(0,0,0,0) 100%);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61e1b65e *//* -------------------------------------------
   SECTION 6 – BENEFITY ILLARIY
-------------------------------------------- */

.illariy-benefits {
  background: radial-gradient(circle at top, rgba(110,235,255,0.10), transparent 55%), #020617;
  color: #E5F0FF;
  margin-top: -2px;
  padding: 40px 20px 40px;
  position: relative;
  overflow: hidden;
  background: 
  linear-gradient(to bottom, rgba(2,6,23,1) 0%, rgba(2,6,23,0) 80%),
  radial-gradient(circle at top, rgba(110,235,255,0.10), transparent 55%),
  #020617;

}

.illariy-benefits-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Nadpisy */

.illariy-benefits-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9FB7FF;
  text-align: center;
  margin-bottom: 20px;
}

.illariy-benefits-title {
  font-size: 30px;
  margin: 0 0 18px;
  background: linear-gradient(90deg, #6EEBFF, #DAB0FF, #A4F3FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.illariy-benefits-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #C9E6FF;
  max-width: 600px;
  margin: 0 auto 48px;
  text-align: center;
  opacity: 0.92;
}

/* GRID KARTIČIEK */

.illariy-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)); /* desktop */
  gap: 20px;
  margin-bottom: 50px;
}

.illariy-benefit-card {
  position: relative;
  padding: 22px 20px 24px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(110,235,255,0.18), transparent 55%),
    rgba(10,18,40,0.96);
  border: 1px solid rgba(148,163,255,0.25);
  box-shadow: 0 0 0 1px rgba(15,23,42,0.7);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.illariy-benefit-card h3 {
  font-size: 17px;
  margin-bottom: 10px;
  color: #E0ECFF;
}

.illariy-benefit-card p {
  font-size: 14px;
  line-height: 1.55;
  color: #CBD5F5;
}

/* 5. benefit – široká vycentrovaná karta */
/* desktop: 2.–3. stĺpec (centrum) */
.illariy-benefit-card--center {
  grid-column: 2 / span 2;
}

/* Hover efekt */

.illariy-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(110,235,255,0.85);
  box-shadow:
    0 0 0 1px rgba(110,235,255,0.55),
    0 0 30px rgba(110,235,255,0.45);
  background:
    radial-gradient(circle at top, rgba(110,235,255,0.35), transparent 60%),
    rgba(10,18,40,0.98);
}

/* SEKCIa: Čo získaš okamžite po prihlásení? */

.illariy-benefits-extra {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  background: rgba(15,23,42,0.9);
  border-radius: 20px;
  padding: 26px 24px 28px;
  border: 1px solid rgba(148,163,255,0.45);
  box-shadow: 0 24px 60px rgba(15,23,42,0.8);
}

.illariy-benefits-extra h3 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #F9FBFF;
}

.illariy-benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.illariy-benefits-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #D3E2FF;
}

.illariy-benefits-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #6EEBFF;
}

/* RESPONSIVE – BENEFITY */

/* Tablet (<= 960px) – 2 stĺpce, 5. karta full width */
@media (max-width: 960px) {
  .illariy-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .illariy-benefit-card--center {
    grid-column: 1 / -1; /* cez celý riadok */
  }
}

/* Mobile (<= 640px) – 1 stĺpec, všetko pod sebou */

@media (max-width: 640px) {
  .illariy-benefits {
    padding: 10px 18px 60px;
  }

  .illariy-benefits-title {
    font-size: 24px;
  }

  .illariy-benefits-grid {
    grid-template-columns: 1fr;
  }

  .illariy-benefit-card {
    padding: 18px 16px 20px;
  }

  .illariy-benefits-extra {
    padding: 20px 18px 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a859bc *//* ===========================================
   ILLARIY – CTA SECTION (FINAL)
   =========================================== */

.illariy-cta {
  background: radial-gradient(circle at top left,
              rgba(110,235,255,0.14),
              transparent 60%),
              #020617;
  padding: 80px 20px 40px; /* viac priestoru hore */
  position: relative;
  overflow: hidden;
}

/* jemný tmavý prechod zhora – luxusný feel */
.illariy-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 220px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent);
  pointer-events: none;
  z-index: 0;
}


.illariy-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 60px;
  align-items: center; /* text a avatar pekne vyrovnané */
  position: relative;
  z-index: 1;
}

/* ĽAVÁ STRANA – TEXT */

.illariy-cta-wrap {
  color: #E5F0FF;
  position: relative;
  z-index: 2;
  padding-top: 20px; /* jemné posunutie nadol pre lepší balans */
}

.illariy-cta-kicker {
  letter-spacing: 0.24em;
  font-size: 11px;
  text-transform: uppercase;
  color: #7DA9FF;
  margin-bottom: 18px;
  text-align: left; 
}


.illariy-cta-heading {
  font-size: 40px;
  line-height: 1.15;
  margin: 0 0 22px;
  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 500px; /* užší, lepšie čitateľný */
}

.illariy-cta-text {
  font-size: 17px;
  line-height: 1.7;
  color: #C9D8FF;
  max-width: 500px;
  margin: 0 0 18px;
}

/* SEO / positioning veta */
.illariy-cta-subhighlight {
  font-size: 15px;
  line-height: 1.7;
  color: #D4E2FF;
  max-width: 520px;
  margin: 0 0 18px;
}

/* Mikrobenefity – bullets */
.illariy-cta-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  font-size: 15px;
  color: #C7D6FF;
}

.illariy-cta-bullets li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}


.illariy-cta-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #6EEBFF;
}

/* Button + info */

.illariy-cta-button {
  margin-top: 4px;
  display: inline-flex;
}

.illariy-cta-info {
  margin-top: 16px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7F8FB8;
}

/* Social proof veta */

.illariy-cta-proof {
  margin-top: 10px;
  font-size: 13px;
  color: #9FAFDF;
  max-width: 520px;
}

/* PRAVÁ STRANA – AVATAR + GLOW */

.illariy-cta-avatar {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.illariy-cta-avatar img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

/* glow viac pod avatarom, filmový efekt */
.illariy-cta-avatar::before {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 440px;
  height: 440px;
  background: radial-gradient(
    circle at 60% 40%,
    rgba(110,235,255,0.18),
    transparent 70%
  );
  filter: blur(70px);
  z-index: 1;
  pointer-events: none;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 1024px) {
  .illariy-cta-heading {
    font-size: 34px;
    max-width: 540px;
  }

  .illariy-cta-inner {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .illariy-cta {
    padding: 90px 18px 20px;
  }

  .illariy-cta-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* 👇 DOPLN TOTO */
  .illariy-cta-kicker {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .illariy-cta-wrap {
    padding-top: 0;
  }

  .illariy-cta-heading,
  .illariy-cta-text,
  .illariy-cta-subhighlight,
  .illariy-cta-proof {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .illariy-cta-button {
    justify-content: center;
  }

  .illariy-cta-bullets {
    text-align: left;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .illariy-cta-avatar {
    justify-content: center;
  }

  .illariy-cta-avatar img {
    max-width: 360px;
  }

  .illariy-cta-avatar::before {
    right: 50%;
    bottom: -70px;
    transform: translateX(50%);
  }
}



  .illariy-cta-wrap {
    padding-top: 0;
  }

  .illariy-cta-heading,
  .illariy-cta-text,
  .illariy-cta-subhighlight,
  .illariy-cta-proof {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .illariy-cta-button {
    justify-content: center;
  }

  .illariy-cta-bullets {
    text-align: left;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .illariy-cta-avatar {
    justify-content: center;
  }

  .illariy-cta-avatar img {
    max-width: 360px;
  }

  .illariy-cta-avatar::before {
    right: 50%;
    bottom: -70px;
    transform: translateX(50%);
  }


@media (max-width: 640px) {
  .illariy-cta-heading {
    font-size: 28px;
  }

  .illariy-cta-text {
    font-size: 15px;
  }

  .illariy-cta-subhighlight,
  .illariy-cta-bullets,
  .illariy-cta-proof {
    font-size: 14px;
  }

  .illariy-cta-avatar img {
    max-width: 300px;
  }
}
/* Fade-out gradient na spodku avatara – pre sekciu METÓDY */
.illariy-cta-avatar img {
  mask-image: linear-gradient(to bottom, 
      rgba(0,0,0,1) 70%, 
      rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, 
      rgba(0,0,0,1) 70%, 
      rgba(0,0,0,0) 100%);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2775f23e *//* -------------------------------------------
   HOW IT WORKS – Illariy clean mystic style
-------------------------------------------- */

.illariy-how {
  padding: 40px 20px 40px;
  background: #020617;
  position: relative;
  text-align: center;
}

.illariy-how-inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.illariy-how-title {

  font-size: 34px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}


.illariy-how-sub {
  font-size: 17px;
  color: #BFDFFF;
  margin-bottom: 50px;
}

/* GRID */
.illariy-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

/* STEP CARD */
.illariy-how-step {
  padding: 28px 22px;
  border-radius: 22px;
  background: rgba(9,18,40,0.75);
  border: 1px solid rgba(148,163,255,0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: 0.25s ease;
}

.illariy-how-step:hover {
  transform: translateY(-4px);
  border-color: rgba(110,235,255,0.7);
  box-shadow:
    0 0 30px rgba(110,235,255,0.35),
    0 0 60px rgba(110,235,255,0.25);
}

.illariy-how-step h3 {
  font-size: 17px;
  color: #E9F7FF;
  margin-bottom: 10px;
}

.illariy-how-step p {
  font-size: 15px;
  color: #c8d8f5;
  line-height: 1.55;
}

/* ICON */
.illariy-how-icon {
  font-size: 20px;
  font-weight: 600;
  color: #6EEBFF;
  margin-bottom: 16px;
}

/* ACTIVE MIDDLE STEP – glowing */
.illariy-how-step.active {
  border-color: rgba(110,235,255,0.7);
  box-shadow:
    0 0 40px rgba(110,235,255,0.45),
    inset 0 0 20px rgba(110,235,255,0.12);
  background:
    radial-gradient(circle at top, rgba(110,235,255,0.22), rgba(9,18,40,0.85));
}

/* RESPONSIVE */
@media (max-width: 820px) {
  .illariy-how-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95a7cfa *//* ---------------------------------------------------------
   EMOTIONAL SECTION – Illariy soft mystic glow
--------------------------------------------------------- */

.illariy-emotion {
  padding: 110px 20px 80px;
  background: #020617;
  position: relative;
}

.illariy-emotion-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.illariy-emotion-card {
  background: rgba(9,18,40,0.78);
  border-radius: 28px;
  padding: 50px 46px;
  border: 1px solid rgba(148,163,255,0.35);
  box-shadow:
    0 0 0 1px rgba(15,23,42,0.7),
    0 32px 80px rgba(10, 20, 40, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition: 0.35s ease;
}

.illariy-emotion-card:hover {
  transform: translateY(-6px);
  border-color: rgba(110,235,255,0.7);
  box-shadow:
    0 0 34px rgba(110,235,255,0.25),
    0 0 80px rgba(110,235,255,0.20);
}
/* KICKER VO VNÚTRI KARTY */
.illariy-emotion-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #9FB7FF; /* jemná mystic levanduľovo-modrá */
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;

  opacity: 0.85;
  
  background: radial-gradient(circle at center,
      rgba(110,235,255,0.15),
      transparent 60%);
  -webkit-background-clip: text;
  background-clip: text;
}

.illariy-emotion-title {
  font-size: 30px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.illariy-emotion-text {
  font-size: 16px;
  line-height: 1.65;
  color: #d9e8ff;
  margin-bottom: 22px;
  text-align: left;
}

.illariy-emotion-box {
  background: rgba(15,23,42,0.85);
  padding: 28px 26px;
  border-radius: 20px;
  border: 1px solid rgba(110,235,255,0.35);
  margin: 35px 0;
  text-align: left;
}

.illariy-emotion-box h3 {
  color: #E9F7FF;
  margin-bottom: 14px;
  font-size: 17px;
}

.illariy-emotion-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.illariy-emotion-box li {
  font-size: 15px;
  color: #cde3ff;
  margin-bottom: 8px;
  line-height: 1.55;
}

/* RESPONSIVE */
@media(max-width: 720px) {
  .illariy-emotion-card {
    padding: 36px 26px;
  }
  .illariy-emotion-title {
    font-size: 26px;
  }
}
/* Remove original ✧ */
.illariy-emotion-box ul li {
  position: relative;
  padding-left: 13px;
}

/* Add glowing dot */
.illariy-emotion-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(circle, #6EEBFF, #4AB5FF 70%);
  box-shadow: 
    0 0 8px rgba(110,235,255,0.9),
    0 0 14px rgba(110,235,255,0.6),
    0 0 20px rgba(110,235,255,0.4);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d35c4c *//* ---------------------------------------------------
   PREMIUM PRICING – ILLARIY STYLE (upravená verzia)
--------------------------------------------------- */

.illariy-pricing-premium {
  padding: 40px 20px 80px;
  background: radial-gradient(circle at center, rgba(110,235,255,0.08), transparent 70%);
}

/* HEADER */

.illariy-pricing-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}

.illariy-pricing-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9FB4FF;
  margin-bottom: 20px;
}

.illariy-pricing-title {
  font-size: 34px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.illariy-pricing-sub {
  font-size: 17px;
  color: #C4D6FF;
  line-height: 1.6;
}

/* GRID */

.illariy-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  align-items: stretch;
}

/* CARD */

.pricing-card {
  position: relative;
  background: rgba(7,14,32,0.92);
  border-radius: 26px;
  border: 1px solid rgba(148,163,255,0.35);
  padding: 32px 26px 26px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.85);
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(110,235,255,0.9);
  box-shadow:
    0 0 36px rgba(110,235,255,0.45),
    0 30px 60px rgba(0,0,0,0.95);
}

/* FEATURED CARD – stredný balík */

.pricing-card.featured {
  border-color: rgba(110,235,255,0.95);
  box-shadow:
    0 0 40px rgba(110,235,255,0.45),
    0 32px 70px rgba(0,0,0,0.98);
  transform: translateY(-6px);
  padding-top: 52px; /* miesto pre badge */
}

/* BADGE – Najčastejšia voľba */

.pricing-badge {
  position: absolute;
  top: -20px;             /* mostík cez hornú hranu karty */
  left: 50%;
  transform: translateX(-50%);

  display: inline-block;
  width: auto;

  padding: 8px 30px;
  border-radius: 999px;

  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  color: #020617;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;

  border: 1px solid rgba(229, 242, 255, 0.9);
  box-shadow:
    0 10px 26px rgba(110,235,255,0.45),
    0 0 18px rgba(110,235,255,0.65);

  z-index: 20;

  animation: illariyBadgeGlow 4s ease-in-out infinite;
}

/* jemný breathing glow badge */

@keyframes illariyBadgeGlow {
  0% {
    box-shadow:
      0 10px 22px rgba(110,235,255,0.35),
      0 0 14px rgba(110,235,255,0.55);
  }
  50% {
    box-shadow:
      0 10px 32px rgba(110,235,255,0.65),
      0 0 22px rgba(110,235,255,0.8);
  }
  100% {
    box-shadow:
      0 10px 22px rgba(110,235,255,0.35),
      0 0 14px rgba(110,235,255,0.55);
  }
}

/* TEXTY */

.pricing-title {
  font-size: 20px;
  font-weight: 600;
  color: #EAF3FF;
}

.pricing-desc {
  font-size: 15px;
  color: #C9D8FF;
  line-height: 1.55;
  margin-bottom: 8px;
}

/* PRICE BLOCK – suma + mesačne + počet správ */

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
}

.price-main {
  font-size: 32px;
  font-weight: 700;
  color: #F8FCFF;
}

.price-note {
  font-size: 14px;
  color: #A9BBFF;
}

.pricing-messages {
  margin-top: 4px;
  font-size: 15px;
  color: #D3DEFF;
}

.pricing-note {
  margin-top: 2px;
  font-size: 14px;
  color: #9FB4FF;
}

/* BENEFITY – ZAROVNANIE DOLE */

.pricing-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pricing-benefits li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #cfd9ff;
}

.pricing-benefits li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, #6EEBFF, #4AB5FF);
  box-shadow:
    0 0 8px rgba(110,235,255,0.85),
    0 0 14px rgba(74,181,255,0.7);
}

/* BUTTONS */

.pricing-btn {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,255,0.7);
  background: rgba(10,18,40,0.7);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: 0.22s ease;
  color: #ECFEFF;
}

.pricing-btn:hover {
  border-color: rgba(110,235,255,0.9);
  box-shadow:
    0 0 22px rgba(110,235,255,0.45),
    0 10px 24px rgba(0,0,0,0.9);
}

/* Jemnejší hover pre stredný button */

.primary-btn {
  background: radial-gradient(circle at 0% 0%, #4adeff 0%, #0ea5e9 35%, #1d1b3a 100%);
  border: none;
  box-shadow:
    0 0 20px rgba(56,189,248,0.45),
    0 0 40px rgba(14,165,233,0.35);
}

.primary-btn:hover {
  box-shadow:
    0 0 26px rgba(125,211,252,0.65),
    0 0 55px rgba(56,189,248,0.5);
}

/* BUTTON TEXT – vždy biely, aj pri hoveri */

.pricing-btn,
.pricing-btn span {
  color: #ECFEFF !important;
  text-decoration: none !important;
}

.pricing-btn:hover,
.pricing-btn:hover span {
  color: #FFFFFF !important;
}

/* DURATION */

.pricing-duration {
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6EEBFF;
  opacity: 0.85;
}

/* UNDER TEXT + GOLD TAG */

.pricing-under-info {
  margin-top: 38px;
  text-align: center;
  font-size: 13px;
  color: #90AFFF;
  letter-spacing: 0.02em;
}

.pricing-shared-tag {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #FDE68A;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* GARANCIA – TEXT VĽAVO, PEČIATKA VPRAVO (DESKTOP) */

.pricing-guarantee {
  max-width: 900px;
  margin: 40px auto 0;
  padding: 32px 28px 30px;
  border-radius: 22px;
  border: 1px solid rgba(251,191,36,0.6);
  background: radial-gradient(circle at top, rgba(251,191,36,0.14), rgba(15,23,42,0.96));
  box-shadow: 0 18px 50px rgba(0,0,0,0.9);
}

.premium-guarantee-center {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.premium-guarantee-copy {
  flex: 1;
  text-align: left;
}

.premium-guarantee-copy h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #FDE68A;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.premium-guarantee-copy p {
  font-size: 14px;
  color: #F9FAFB;
  line-height: 1.7;
  max-width: 640px;
  margin: 0;
}

.premium-guarantee-points {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.premium-guarantee-points li {
  font-size: 14px;
  color: #F9FAFB;
  line-height: 1.6;
  margin-bottom: 6px;
}

.premium-guarantee-points li span {
  font-weight: 600;
  color: #FDE68A;
}

/* PEČIATKA – desktop: vpravo + pomalá rotácia */

.guarantee-stamp-large {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  align-self: center;

  transform-origin: 50% 50%;
  animation: illariyStampRotate 18s ease-in-out infinite;
}

.pricing-guarantee:hover .guarantee-stamp-large {
  animation-duration: 10s;
  transform: scale(1.03);
}

/* jemná rotačná animácia desktop */

@keyframes illariyStampRotate {
  0%   { transform: rotate(-3deg); }
  50%  { transform: rotate(3deg); }
  100% { transform: rotate(-3deg); }
}

/* --------------------------------------------------
   RESPONSIVE – GRID (TABLET / MOBILE STACK)
-------------------------------------------------- */

@media (max-width: 980px) {
  .illariy-pricing-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin: 0 auto;
  }

  /* poradie kariet na mobile – featured ako prvý */
  .pricing-card {
    order: 2;
  }

  .pricing-card.featured {
    order: 1;
    transform: translateY(0); /* v stĺpci nech „neskáče“ */
  }
}

/* --------------------------------------------------
   MOBILE ÚPRAVY (max-width: 720px)
-------------------------------------------------- */

@media (max-width: 720px) {

  .illariy-pricing-premium {
    padding: 20px 18px 40px;
  }

  .pricing-guarantee {
    padding: 28px 22px 32px;
  }

  /* pečiatka hore, text pod ňou */
  .premium-guarantee-center {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }

  .guarantee-stamp-large {
    width: 110px;
    height: 110px;
    margin: 0 0 10px 0;
    align-self: center;
    animation: illariyStampFloat 6s ease-in-out infinite;
  }

  .premium-guarantee-copy,
  .premium-guarantee-copy h3,
  .premium-guarantee-copy p,
  .premium-guarantee-points li {
    text-align: left;
  }
}

/* jemná animácia pre mobil – „zatrasenie“ */

@keyframes illariyStampFloat {
  0%   { transform: translateY(0) rotate(-2deg); }
  25%  { transform: translateY(-3px) rotate(1deg); }
  50%  { transform: translateY(2px) rotate(0deg); }
  75%  { transform: translateY(-2px) rotate(1.5deg); }
  100% { transform: translateY(0) rotate(-2deg); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ecbe819 *//* -----------------------------------------
   ILLARIY FAQ – GLOW ACCORDION (NO JS)
------------------------------------------*/

.illariy-faq {
  padding: 40px 20px 60px;
  background: radial-gradient(circle at top, rgba(110,235,255,0.05), transparent 70%);
}

.illariy-faq-header {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.illariy-faq-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9fb4ff;
  margin-bottom: 20px;
}

.illariy-faq-title {
  font-size: 32px;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #4ab5ff, #dab0ff, #6eebff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.illariy-faq-sub {
  font-size: 15px;
  color: #c4d6ff;
  line-height: 1.7;
}

/* LIST */

.illariy-faq-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ITEM – základný vzhľad */

.illariy-faq-item {
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(148,163,255,0.32);
  background: radial-gradient(circle at top left, rgba(26,46,89,0.55), rgba(5,12,32,0.95));
  box-shadow: 0 18px 40px rgba(0,0,0,0.85);
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

/* INPUT – checkbox, skrytý, ale ovláda stav */

.illariy-faq-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* QUESTION (label) */

.illariy-faq-question {
  width: 100%;
  padding: 18px 22px 18px 26px;
  border: none;
  background: transparent;
  display: flex;
  align-items: flex-start;             /* lepšie pre viacriadkový text */
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;
}

.illariy-faq-question span:first-child {
  flex: 1 1 auto;                      /* text má priestor, ikonka je až napravo */
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #e6eeff;
  line-height: 1.5;                    /* viac vzduchu medzi riadkami */
  white-space: normal;
  overflow-wrap: anywhere;             /* dlhé slová sa nelámu mimo obrazovky */
}

/* ICON (+ / -) */

.illariy-faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;                     /* zarovnanie k prvému riadku textu */
}

.illariy-faq-icon::before,
.illariy-faq-icon::after {
  content: "";
  position: absolute;
  inset: 50%;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4ab5ff, #6eebff);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.illariy-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* ANSWER – default zavreté */

.illariy-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 26px;
  padding-bottom: 0;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease;
}

.illariy-faq-answer p {
  font-size: 14px;
  color: #dbe6ff;
  line-height: 1.7;
  margin: 6px 0;
}

.illariy-faq-answer strong {
  color: #6eebff;
  font-weight: 600;
}

.illariy-faq-answer em {
  color: #e5d5ff;
}

/* BODY LIST */

.illariy-faq-answer ul {
  margin: 8px 0 4px 18px;
  padding: 0;
}

.illariy-faq-answer li {
  font-size: 14px;
  color: #dbe6ff;
  line-height: 1.7;
  margin-bottom: 4px;
}

/* HOVER STATES */

.illariy-faq-question:hover span:first-child {
  color: #ffffff;
}

/* =====================================
   STAV: OTVORENÉ (checkbox:checked)
===================================== */

/* otvorenie odpovede – veľký max-height, aby SA CELÁ VOŠLA aj na mobile */
.illariy-faq-toggle:checked + .illariy-faq-question + .illariy-faq-answer {
  max-height: 2000px;                  /* viac ako dosť aj pre dlhé odpovede */
  padding-bottom: 18px;
}

/* zvýraznenie otázky pri otvorení */
.illariy-faq-toggle:checked + .illariy-faq-question span:first-child {
  color: #ffffff;
}

/* jemné „zasvietenie“ pozadia otázky */
.illariy-faq-toggle:checked + .illariy-faq-question {
  background: radial-gradient(circle at top, rgba(110,235,255,0.12), transparent 70%);
}

/* minus ikonka (skryť vertikálnu čiaru) */
.illariy-faq-toggle:checked + .illariy-faq-question .illariy-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
}

/* (žiadny extra glow na celej kartičke – držíme to clean) */


/* RESPONSIVE */

@media (max-width: 768px) {
  .illariy-faq {
    padding: 40px 16px 60px;
  }

  .illariy-faq-title {
    font-size: 26px;
  }

  .illariy-faq-question {
    padding: 16px 18px 14px 18px;
  }

  .illariy-faq-question span:first-child {
    font-size: 14px;
    line-height: 1.55;                 /* jemne viac vzduchu na mobile */
  }

  .illariy-faq-answer {
    padding: 0 18px;
  }

  .illariy-faq-toggle:checked + .illariy-faq-question + .illariy-faq-answer {
    padding-bottom: 16px;
    max-height: 2200px;                /* istota pre dlhší text na malom riadku */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b7d082 *//* ============================
   ILLARIY – FOOTER
============================ */

.illariy-footer {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(110,235,255,0.10), transparent 60%),
    radial-gradient(circle at bottom right, rgba(218,176,255,0.12), transparent 65%),
    #030712;
  padding: 64px 20px 32px;
  color: #E5ECFF;
  overflow: hidden;
  border-top: 1px solid rgba(124,136,178,0.35);
}

/* jemný sacred glow v pozadí */
.illariy-footer::before {
  content: "";
  position: absolute;
  inset: 10% 15%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(110,235,255,0.18), transparent 60%);
  opacity: 0.4;
  filter: blur(40px);
  mix-blend-mode: screen;
  pointer-events: none;
}

.illariy-footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}

/* horná časť – brand + linky + CTA */
.illariy-footer-top {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}

/* = BRAND BLOK = */
.illariy-footer-brand {
  max-width: 280px;
}

/* logo v päte – preberá štýl z hlavičky, len pridáme spodný margin */
.illariy-footer-brand .illariy-logo {
  margin-bottom: 12px;
}

.illariy-footer-tagline {
  font-size: 13px;
  line-height: 1.6;
  color: #A7B3E6;
  margin-bottom: 12px;
}

.illariy-footer-micro {
  font-size: 12px;
  color: #7C88B2;
}

/* = NAVIGÁCIA – STĹPCE = */
.illariy-footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  flex: 1 1 260px;
  min-width: 240px;
}

.two-col-layout {
  display: flex;
  gap: 60px;
}

.illariy-footer-column {
  min-width: 150px;
}

.illariy-footer-column-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #C6D2FF;
  margin-bottom: 12px;
}

.illariy-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.illariy-footer-link {
  display: inline-block;
  font-size: 14px;
  color: #A5B3E6;
  text-decoration: none;
  padding: 3px 0;
  transition: color 0.22s ease, transform 0.22s ease;
}

.illariy-footer-link:hover {
  color: #FFFFFF;
  transform: translateX(3px);
}

/* = KONTAKTUJTE NÁS – LUX PILL ŠTÝL = */

.illariy-footer-contact-text {
  font-size: 13px;
  line-height: 1.6;
  color: #A7B3E6;
  margin: 0 0 10px;
  max-width: 260px;
}

.illariy-footer-contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(110, 235, 255, 0.65);
  background: radial-gradient(circle at 0% 0%, rgba(110,235,255,0.15), transparent 60%),
              rgba(5, 12, 32, 0.9);
  text-decoration: none;
  font-size: 13px;
  color: #E5EDFF;
  box-shadow: 0 0 18px rgba(110, 235, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease,
              background 0.18s ease;
  margin-bottom: 10px;
}

.illariy-footer-contact-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(110, 235, 255, 0.55);
  border-color: rgba(218, 176, 255, 0.9);
  background: radial-gradient(circle at 0% 0%, rgba(218,176,255,0.24), transparent 60%),
              rgba(6, 16, 42, 0.96);
}

.illariy-footer-contact-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6EEBFF, #DAB0FF);
  box-shadow: 0 0 8px rgba(110, 235, 255, 0.8);
  flex-shrink: 0;
}

.illariy-footer-contact-mail {
  white-space: nowrap;
}

/* = CTA + NEWSLETTER = */
.illariy-footer-cta {
  max-width: 320px;
}

.illariy-footer-cta-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #9FA8FF;
  margin-bottom: 8px;
}

.illariy-footer-cta-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #4AB5FF, #DAB0FF, #6EEBFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.illariy-footer-cta-text {
  font-size: 13px;
  color: #A7B3E6;
  margin-bottom: 14px;
}

.illariy-footer-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(120deg, #4AB5FF, #6EEBFF, #DAB0FF);
  color: #050816;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 0 24px rgba(110,235,255,0.48);
  border: 0;
  cursor: pointer;
  margin-bottom: 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.illariy-footer-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 30px rgba(110,235,255,0.7);
  opacity: 0.95;
}

.illariy-footer-cta-note {
  font-size: 11px;
  color: #7C88B2;
  margin-bottom: 10px;
}

/* newsletter mini-form */
.illariy-footer-newsletter {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 320px;
}

.illariy-footer-input {
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(124,136,178,0.8);
  background: rgba(6,14,32,0.8);
  color: #E5ECFF;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.illariy-footer-input::placeholder {
  color: #626C9D;
}

.illariy-footer-input:focus {
  border-color: #6EEBFF;
  box-shadow: 0 0 0 1px rgba(110,235,255,0.5);
  background: rgba(10,18,45,0.95);
}

.illariy-footer-newsletter-btn {
  padding: 8px 12px;
  border-radius: 999px;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  background: linear-gradient(120deg, #4AB5FF, #6EEBFF);
  color: #050816;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.illariy-footer-newsletter-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 18px rgba(110,235,255,0.7);
}

/* = PREMIUM GLOW SOCIAL ICONS = */

.illariy-footer-social.glow-icons {
  display: flex;
  gap: 14px;
  margin-top: 18px;
}

.illariy-social-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(110, 235, 255, 0.5);
  background: rgba(8, 16, 32, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  color: #E5EDFF;
  font-size: 20px;
  text-decoration: none;

  box-shadow:
    0 0 8px rgba(110, 235, 255, 0.25),
    0 0 4px rgba(218, 176, 255, 0.22);

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    color 0.22s ease;
}

.illariy-social-icon:hover {
  transform: translateY(-2px);
  background: radial-gradient(
    circle at 30% 20%,
    rgba(110, 235, 255, 0.28),
    rgba(218, 176, 255, 0.22),
    rgba(10, 20, 47, 0.9)
  );
  border-color: rgba(218, 176, 255, 0.9);
  box-shadow:
    0 0 12px rgba(110, 235, 255, 0.55),
    0 0 18px rgba(218, 176, 255, 0.45),
    inset 0 0 6px rgba(110, 235, 255, 0.2);
}

/* = SPODNÁ LIŠTA = */

.illariy-footer-bottom {
  border-top: 1px solid rgba(42,52,99,0.85);
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #8A94C4;
  margin-top: 24px;
}

.illariy-footer-legal {
  margin: 0;
}

.illariy-footer-disclaimer {
  margin: 0;
  max-width: 430px;
}

.illariy-footer-bottom-links {
  display: flex;
  gap: 18px;
  align-items: center;
}

/* = RESPONSIVE = */

@media (max-width: 900px) {
  .illariy-footer-top {
    flex-direction: column;
  }

  .illariy-footer-brand {
    max-width: 100%;
  }

  .illariy-footer-columns {
    width: 100%;
  }

  .two-col-layout {
    flex-direction: row;
    gap: 32px;
  }

  .illariy-footer-cta {
    max-width: 100%;
  }

  .illariy-footer-newsletter {
    flex-direction: column;
    align-items: stretch;
  }

  .illariy-footer-newsletter-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .two-col-layout {
    flex-direction: column;
  }

  .illariy-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .illariy-footer-bottom-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .illariy-footer-column {
    min-width: 100%;
  }
}
/* === FIX LAYOUTU FOOTERA – 3 rovnaké stĺpce === */

.illariy-footer-top {
  display: flex;
  flex-wrap: nowrap;                /* nech sa to neláme na desktop */
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

/* brand, stred (Illariy + Kontakt), CTA = 3 rovnaké stĺpce */
.illariy-footer-brand,
.illariy-footer-columns,
.illariy-footer-cta {
  flex: 1 1 0;
  max-width: none;
}

/* stredné dva stĺpce vedľa seba */
.illariy-footer-columns {
  display: flex;
  flex-wrap: nowrap;                /* nedovoľ zalomenie ILLARIY / KONTAKTUJTE NÁS */
  gap: 32px;
  min-width: 0;
}

.illariy-footer-column {
  flex: 1 1 0;
  min-width: 0;
}

/* na mobiloch to zas zlomíme pod seba */
@media (max-width: 900px) {
  .illariy-footer-top {
    flex-wrap: wrap;
  }

  .illariy-footer-brand,
  .illariy-footer-columns,
  .illariy-footer-cta {
    flex: 1 1 100%;
  }

  .illariy-footer-columns {
    flex-wrap: wrap;
  }
}
/* EMAIL PILL – nech je text vždy biely */
.illariy-footer-contact-pill,
.illariy-footer-contact-pill:hover,
.illariy-footer-contact-pill:focus {
  color: #E5EDFF !important;
}

.illariy-footer-contact-pill .illariy-footer-contact-mail {
  color: #E5EDFF !important;
}

/* SOCIAL IKONY – vždy biela ikonka, aj pri hoveri */
.illariy-social-icon,
.illariy-social-icon:hover,
.illariy-social-icon:focus {
  color: #E5EDFF !important;
}
.illariy-footer-columns .illariy-footer-column:first-child {
  flex: 0.8;
}
.illariy-footer-columns .illariy-footer-column.illariy-footer-contact {
  flex: 1.2;
}
/* VOP / GDPR – rovnaká veľkosť ako ostatný text v spodnom riadku */
.illariy-footer-bottom-links .illariy-footer-link {
  font-size: 11px;
  padding: 0;
}

/* voliteľne: žiadny „odskočený“ hover posun vpravo */
.illariy-footer-bottom-links .illariy-footer-link:hover {
  transform: none;
}
/* ================================
   MAILERLITE – FOOTER NEWSLETTER
   (zarovnanie + dizajn + bez bielej karty)
================================ */

/* wrapper, do ktorého si dala MailerLite kód */
.illariy-footer-newsletter--ml {
  max-width: 420px;
}

/* odstránenie bieleho pozadia a okrajov z MailerLite karty */
.illariy-footer-newsletter--ml .ml-form-embedContainer,
.illariy-footer-newsletter--ml .ml-form-embedWrapper,
.illariy-footer-newsletter--ml .ml-form-embedBody,
.illariy-footer-newsletter--ml .ml-form-formContent,
.illariy-footer-newsletter--ml .ml-form-horizontalRow {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* schovať pôvodné nadpisy / texty MailerLite */
.illariy-footer-newsletter--ml .ml-block-formHeader,
.illariy-footer-newsletter--ml .ml-form-title,
.illariy-footer-newsletter--ml .ml-form-description {
  display: none !important;
}

/* horizontálne zarovnanie input + button na desktope */
.illariy-footer-newsletter--ml .ml-form-horizontalRow {
  display: flex !important;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

/* INPUT – aby vyzeral ako tvoj pôvodný */
.illariy-footer-newsletter--ml input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(124,136,178,0.8);
  background: rgba(6,14,32,0.8);
  color: #E5ECFF;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.illariy-footer-newsletter--ml input[type="email"]::placeholder {
  color: #626C9D;
}

.illariy-footer-newsletter--ml input[type="email"]:focus {
  border-color: #6EEBFF;
  box-shadow: 0 0 0 1px rgba(110,235,255,0.5);
  background: rgba(10,18,45,0.95);
}

/* BUTTON – gradient ako ostatné CTA */
.illariy-footer-newsletter--ml button[type="submit"],
.illariy-footer-newsletter--ml .primary,
.illariy-footer-newsletter--ml .ml-button-primary {
  padding: 8px 20px;
  border-radius: 999px !important;
  border: 0 !important;
  font-size: 13px;
  font-weight: 600;
  background: linear-gradient(120deg, #4AB5FF, #6EEBFF, #DAB0FF) !important;
  color: #050816 !important;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 0 18px rgba(110,235,255,0.7);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.illariy-footer-newsletter--ml button[type="submit"]:hover,
.illariy-footer-newsletter--ml .ml-button-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(110,235,255,0.85);
  opacity: 0.96;
}

/* MOBILE: input nad tlačidlom, tlačidlo na 100% šírky */
@media (max-width: 900px) {
  .illariy-footer-newsletter--ml .ml-form-horizontalRow {
    flex-direction: column;
    align-items: stretch;
  }

  .illariy-footer-newsletter--ml button[type="submit"],
  .illariy-footer-newsletter--ml .ml-button-primary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
/* medzera medzi e-mailom a tlačidlom – vertikálne, všade */
.illariy-footer-newsletter--ml input[type="email"] {
  margin-bottom: 10px !important;   /* môžeš dať 12–16px podľa oka */
}/* End custom CSS */