/*
Theme Name: BPC - Customify Child
Template: customify
Version: 1.0
*/

:root {
    --paper: #FFFFFF;
    --line: #E4DFD4;
	--blue: #2D5FA3;
	--blue-deep: #1F4478;
	--ink-soft: #3B4A5E;
	--gold: #C98A2C;
    --green-light: #e8f5e9;
    --border: #ddd;
	--radius: 8px;
    --myshadow: 0 2px 6px rgba(0, 0, 0, 0.08);;
}

/* ExYU Centar - Drgoň - horná stáleviditeľná lišta */

.landing-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
}

.landing-header-inner {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-logo img {
    display: block;
    max-height: 48px;
    width: auto;
}

.landing-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}

.landing-phone {
    color: #555;
    font-size: 15px;
    text-decoration: none;
}

.landing-whatsapp {
    display: inline-flex;
    align-items: center;
    padding: 11px 18px;
    border-radius: 6px;

    background: #25D366;
    color: #fff;

    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.landing-whatsapp:hover {
    background: #1ebe5d;
    color: #fff;
}

.landing-logo .custom-logo {
    max-height: 48px;
    width: auto;
    display: block;
}

/*   ******************   Pre tagy:  main a section **********************   */
.landing-content {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0px 40px;
    box-sizing: border-box;
	background-color: rgba(247,244,238,0.92);
}

.landing-section {
    padding: 56px 0;
	border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}


.landing-content-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
  @media (max-width:1240px){.landing-content-wrap { width: 96%; }}

.trustbar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.section-light {
  background: var(--paper);
}


/*   ****************** HERO  prebraté z dodanej šablóny */

  .hero{padding:60px 0 40px;position:relative;overflow:hidden;}
  .hero::before{content:"";position:absolute;top:-120px;right:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(45,95,163,.10),transparent 70%);}
  .hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center;}
  @media (max-width:860px){.hero{padding:60px 10px 40px;position:relative;overflow:hidden;} .hero-grid{grid-template-columns:1fr;}}
  .hero h1{font-size:clamp(30px,4.4vw,46px);margin:14px 0 18px;}
  .hero h1 em{font-style:normal;color:var(--blue-deep);}
  .hero p.lede{font-size:17.5px;line-height:1.55;color:var(--ink-soft); /*max-width:48ch;*/ margin-bottom:22px;}
  .hero-photo{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;background:linear-gradient(160deg,#DCE6F2,#EDE7D8);display:flex;align-items:center;justify-content:center;position:relative;border:1px solid var(--line);}
  .ph-note{font-family:'IBM Plex Mono',monospace;font-size:12px;color:var(--ink-soft);text-align:center;padding:24px;opacity:.75;}
  .btn-primary{display:inline-flex;align-items:center;gap:9px;background:var(--whatsapp);color:#fff;text-decoration:none;padding:15px 26px;border-radius:999px;font-weight:600;font-size:16px;box-shadow:0 6px 20px rgba(37,211,102,.35);}
  .btn-secondary{display:inline-flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none;padding:14px 22px;border-radius:999px;font-weight:600;font-size:15px;border:1.5px solid var(--ink);margin-left:12px;}
  .hero-ctas{display:flex;flex-wrap:wrap;align-items:center;}
  @media (max-width:420px){.btn-secondary{margin-left:0;margin-top:10px;}}

.hero-photo {
    width: 100%;
    height: 500px; /* nastav požadovanú výšku */
    overflow: hidden;
}

.hero-photo .ph-note {
    width: 100%;
    height: 100%;
}

.hero-photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-photo .exyu-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/*   ******************   S5 — usluge cards */
.cards{
    display:grid; 
	grid-template-columns:repeat(4,1fr); 
	gap:14px;
  }

  @media (max-width:900px){ .cards{grid-template-columns:1fr 1fr; padding-left: 10px; padding-right: 10px;} }
  @media (max-width:560px){ .cards{grid-template-columns:1fr;} }

.card{
    background:var(--paper); border:1px solid var(--line); border-radius:var(--radius);
    padding:20px; min-height:132px;
}

.card .tag{
    font-family:'IBM Plex Mono', monospace; font-size:11px; color:var(--gold); letter-spacing:0.08em;
  }
  .card h3{ font-family:'Work Sans', sans-serif; font-size:15.5px; font-weight:600; margin:8px 0 6px;}
  .card p{ font-size:13.6px; color:var(--ink-soft); margin:0; line-height:1.45;}


/*   ******************   S7 — KTO SME - prebraté z dodanej šablóny */

/*  .whoweare{ display:grid; grid-template-columns:200px 1fr; gap:28px; align-items:center; }  */

.whoweare {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  align-items: start;
}

  @media (max-width:640px){ .whoweare{grid-template-columns:1fr;} }
  .avatar{
    width:100%; aspect-ratio:1; border-radius:16px;
    background:linear-gradient(160deg,#E4DFD4,#DCE6F2);
    display:flex; align-items:center; justify-content:center;
    font-family:'IBM Plex Mono', monospace; font-size:11.5px; color:var(--ink-soft); text-align:center; padding:14px;
    border:1px solid var(--line);
	vertical-align: top;
  }
  .whoweare h3{ font-family:'Work Sans', sans-serif; font-size:19px; font-weight:600; margin-bottom:4px;}
  .whoweare .role{ font-family:'IBM Plex Mono', monospace; font-size:12.5px; color:var(--blue-deep); margin-bottom:10px;}
  .whoweare p{ color:var(--ink-soft); font-size:16px; line-height:1.55; /*max-width:56ch;*/}


/*   ******************    S9 — repeated CTA band - prebraté z dodanej šablóny */
  .cta-band{
    background:linear-gradient(135deg, var(--blue-deep), var(--blue));
    border-radius:24px; padding:44px 36px; text-align:center; color:#fff;
    position:relative; overflow:hidden;
  }
/*
  .cta-band::after{
    content:""; position:absolute; inset:0;
    background:radial-gradient(circle at 85% 20%, rgba(255,255,255,0.10), transparent 55%);
  }
*/

  .cta-band h2{ color:#fff; font-size:clamp(22px,3vw,30px); max-width:36ch; margin:0 auto 20px; position:relative;}
  .cta-band .btn-primary{ position:relative; }

/*   ******************   Drgoň - ExYU Centar - zobrazenie bloku S4 - Ako prebieha proces - Prebraté z dodanej šablóny */
.process {
  counter-reset: step;
  display: grid;
  gap: 0;
}

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.step-num {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  color: var(--blue-deep);
  font-weight: 600;
  padding-top: 2px;
}

.step h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 16.5px;
  font-weight: 600;
  margin-bottom: 4px;
}

.step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14.8px;
  line-height: 1.5;
}


/*   ******************   info-box1 - Drgoň - ExYU Centar - pre h3 */
.exyu-h3 {
    width: 100%; 
	margin: 10px auto; 
	padding: 10px; 
	text-align: center; 
	background: #F5F9F6; 
	border-radius: 8px;
}

/* Označenie pre "Nadtitul" */
.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}

.section-head h2 {
  font-size: clamp(24px,3vw,32px);
  margin-top: 8px;
}

/* info-box1 - Drgoň - programovo vložený box do šablóny ExYU Centar */

.info-box1-container {
    display: flex;
    flex-wrap: wrap;
    margin: 15px -5px -5px -5px;
}

.info-box1 {
    box-sizing: border-box;
    flex: 0 0 20%;
    padding: 5px;
}

.info-box1-inner {
    box-sizing: border-box;
    height: 100%;
    border: 2px solid #dedede;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.info-box1-icon {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px;
    color: #333;
}

.info-box1-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.info-box1-text {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
	margin-top: 6px;
}


/* 4 boxy */
@media (max-width: 1100px) {
    .info-box1 {
        flex-basis: 25%;
    }
}

/* 3 boxy */
@media (max-width: 800px) {
    .info-box1 {
        flex-basis: 33.333333%;
    }
}

/* 2 boxy */
@media (max-width: 500px) {
    .info-box1 {
        flex-basis: 50%;
    }
}

/* info-box2 - Drgoň - programovo vložený box do šablóny ExYU Centar ZOBRAZUJE BOXY S ČISLAMI = postup vybavovania*/
/*
.info-box2-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px auto -5px auto;
    max-width: 1200px;
}

.info-box2 {
    box-sizing: border-box;
    flex: 0 0 20%;
    padding: 5px;
}

.info-box2-inner {
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #25d366;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.info-box2-number {
    width: 46px;
    height: 46px;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.info-box2-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.info-box2-text {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-top: 6px;
}


/* 4 boxy */
@media (max-width: 1100px) {
    .info-box2 {
        flex-basis: 25%;
    }
}

/* 3 boxy */
@media (max-width: 800px) {
    .info-box2 {
        flex-basis: 33.333333%;
    }
}

/* 2 boxy */
@media (max-width: 500px) {
    .info-box2 {
        flex-basis: 50%;
    }
}
*/

/* info-box3 - Drgoň - programovo vložený box do šablóny ExYU Centar VÝPIS POREBNÝCH DOKUMENTOV*/

.info-box3-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px auto -5px auto;
    max-width: 1200px;
}

.info-box3 {
    box-sizing: border-box;
    flex: 0 0 33.333333%;
    padding: 5px;
}

.info-box3-inner {
    box-sizing: border-box;
    height: 100%;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.info-box3-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.info-box3-text {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-top: 10px;
}

.info-box3-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-box3-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.info-box3-list li:last-child {
    margin-bottom: 0;
}

/* Zelený krúžok s fajkou */
.info-box3-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;

    width: 15px;
    height: 15px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #2eaf5d;
    color: #fff;

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}


/* 2 boxy */
@media (max-width: 800px) {
    .info-box3 {
        flex-basis: 50%;
    }
}

/* 1 box */
@media (max-width: 500px) {
    .info-box3 {
        flex-basis: 100%;
    }
}

/* Celý blok "Výzva na akciu + kontakty" - Drgoň - ExYU Centar - tlačidlá Whatsapp a Telefón*/

.info-vyzva1-container {
  display: inline-flex;
  gap: 20px;
  margin: 20px 0;
  padding: 0px 15px;
  width: 100%;
  border-radius: 8px;
  /* background-color: #FFFFDD;	*/
}

.info-vyzva1-text {
  display: inline-block;
  padding: 0px 5px;
}

/* info-button1 - Drgoň - ExYU Centar - tlačidlá Whatsapp a Telefón*/

/* Celý reklamný prúžok */
.info-button1-container {
  display: inline-flex;
  gap: 20px;
  padding: 0px 5px;
  border-radius: 8px;
}

.info-button1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;

    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

/* WhatsApp */
.info-button1-whatsapp {
    background-color: #25d366;
}

.info-button1-whatsapp:hover {
    background-color: #1ebe5d;
    color: #fff;
}

/* Telefón */
.info-button1-phone {
    background-color: #BBB;
}

.info-button1-phone:hover {
    background-color: #888;
    color: #fff;
}

.info-button1 i {
    font-size: 20px;
}



/* EXYU Centar - promo pásik */

/* Celý reklamný prúžok */
.promo-banner {
  margin: 20px 0;
  width: 100%;
}

.hero-supertitle {
  margin: 20px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  color: #25352a;
}

/* Obsah prúžku */
.promo-banner .promo-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;

  margin: 0;
  padding: 12px 20px;
  list-style: none;
  font-size: 15px;
  line-height: 1.4;
  color: #25352a;
}

/* Jednotlivé benefity */
.promo-banner .promo-benefits li {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  margin-right: 2%;
}

/* Zelené koliesko s fajkou */
.promo-banner .promo-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;
  flex: 0 0 22px;

  border-radius: 50%;
  background: #20a447;
  color: #fff;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

/* Mobil */
@media (max-width: 767px) {
  .promo-banner {
    margin: 15px 0;
  }

  .promo-banner .promo-benefits {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding: 12px 16px;
  }

  .promo-banner .promo-benefits li {
    white-space: normal;
  }
}



/*  BLOK FAQ v landing page  */
.info-faq {
    width: 100%;
}

.info-faq-inner {
    width: 100%;
    margin: 10px auto;
    border: 2px solid #ddd;
	border-radius: 8px;
    box-sizing: border-box;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Klikateľný titulok */
.info-faq summary {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
}

/* Odstránenie default šípky */
.info-faq summary::-webkit-details-marker {
    display: none;
}

/* Ikona */
.info-faq-icon {
    flex: 0 0 auto;
    font-size: 32px;
    color: #e91e63;
    margin-right: 15px;
}

/* Titulok */
.info-faq-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

/* Text */
.info-faq-text {
    padding: 0 20px 20px 67px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.info-faq-toggle {
    margin-left: auto;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    position: relative;
}

/* + */
.info-faq-toggle::before,
.info-faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background: #777;
    transform: translate(-50%, -50%);
}

/* vertikálna čiara vytvorí + */
.info-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* Po otvorení zostane iba vodorovná čiara = − */
.info-faq details[open] .info-faq-toggle::after {
    display: none;
}


/*  ****************   BOX - pre sekciu S6 - teda sekcia Chyby z praxe  *********************  */
.box-s6 {
    width: 100%;
}

.box-s6-inner {
    width: 100%;
    box-sizing: border-box;

    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin: 15px auto;
    padding: 30px 35px;

    border: 2px solid #ddd;
    border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    background: #fff;
}

/* TITULOK */

.box-s6-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;

    align-self: start;
}

/* ZOZNAM */

.box-s6-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box-s6-list li {
    position: relative;

    margin: 0 0 18px 0;
    padding-left: 42px;

    font-size: 17px;
    line-height: 1.5;
    color: #444;
}

.box-s6-list li:last-child {
    margin-bottom: 0;
}

/* ZELENÁ FAJKA V KRÚŽKU */

.box-s6-list li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 0;

    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e8f5e9;
    border: 2px solid #4caf50;

    color: #2e9d45;

    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

/* MOBILE */

@media (max-width: 700px) {

    .box-s6-inner {
        grid-template-columns: 1fr;
        gap: 25px;

        padding: 25px 20px;
    }

    .box-s6-title {
        font-size: 22px;
    }

    .box-s6-list li {
        font-size: 16px;
        padding-left: 40px;
    }
}
