/*
Theme Name: Montaze Mrocek
Theme URI: https://www.opravymontazemrocek.cz
Author: Opravy & Montáže Mrocek
Description: Vlastní téma pro Opravy & Montáže Mrocek – elektrikář a instalatér v Brně.
Version: 1.0
License: Proprietary
Text Domain: mrocek
*/


    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      /* CXS LEONIS farby: čierna základ + kobaltová modrá + Canis červená */
      --navy:    #111111;           /* čierna základňa */
      --navy2:   #1a1a1a;
      --accent:  #FACC15;           /* žltá z IG loga – #FACC15 */
      --accent-on-dark: #111111;    /* text na žltom pozadí */
      
      --accent-light: rgba(250,204,21,.15);
      
      --warm:    #F7F7F7;
      --white:   #FFFFFF;
      --gray:    #64748B;
      --gray2:   #94A3B8;
      --border:  #E0E0E0;
      --r:       10px;
      --shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);
      --shadow:    0 4px 20px rgba(17,24,32,.10);
      --shadow-lg: 0 12px 40px rgba(17,24,32,.16);
      --font-h: 'Outfit', sans-serif;
      --font-b: 'Instrument Sans', sans-serif;
      --max: 1080px;
    }

    html { scroll-behavior: smooth; }
    body { font-family: var(--font-b); font-size: 17px; background: var(--white); color: var(--navy); line-height: 1.65; -webkit-font-smoothing: antialiased; }

    /* ─── UTILS ─── */
    .wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

    /* ════════════════════════════════
       NAV
    ════════════════════════════════ */
    nav {
      position: sticky; top: 0; z-index: 200;
      background: rgba(255,255,255,.95);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
    }
    .nav-wrap {
      max-width: var(--max); margin: 0 auto; padding: 0 28px;
      height: 70px;
      display: flex; align-items: center; justify-content: space-between;
    }
    .nav-logo img { height: 64px; width: auto; display: block; }
    .nav-links { display: flex; align-items: center; gap: 8px; list-style: none; }
    .nav-links a {
      font-size: 16px; font-weight: 500; color: var(--navy);
      text-decoration: none; padding: 8px 18px; border-radius: 7px;
      transition: background .18s;
    }
    .nav-links a:hover { background: var(--warm); }
    .nav-links .cta-link a {
      background: var(--accent); color: #111111; font-weight: 700; font-size: 15px;
    }
    .nav-links .cta-link a:hover { background: #E6B800; }

    /* ════════════════════════════════
       HERO
    ════════════════════════════════ */
    .hero {
      position: relative; overflow: hidden;
      min-height: 580px;
      display: flex; align-items: center;
    }
    .hero-bg {
      position: absolute; inset: 0;
      background:
        linear-gradient(105deg, rgba(28,43,58,.93) 42%, rgba(28,43,58,.55) 100%),
        url('https://www.opravymontazemrocek.cz/wp-content/uploads/2026/01/Gemini_Generated_Image_hdkqkrhdkqkrhdkq.png')
        center / cover no-repeat;
    }
    .hero-inner {
      position: relative; z-index: 1;
      max-width: var(--max); margin: 0 auto; padding: 96px 28px;
    }
    .hero-kicker {
      display: inline-flex; align-items: center; gap: 7px;
      background: rgba(250,204,21,.15); border: 1px solid rgba(250,204,21,.45);
      color: #FACC15; font-size: 13px; font-weight: 600;
      letter-spacing: .1em; text-transform: uppercase;
      padding: 5px 14px; border-radius: 999px; margin-bottom: 22px;
    }
    .hero-kicker::before { content: ''; display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
    .hero h1 {
      font-family: var(--font-h);
      font-size: clamp(2.6rem, 5.5vw, 4.2rem);
      font-weight: 800; line-height: 1.12;
      color: white; max-width: 820px; margin-bottom: 18px;
    }
    .hero-sub {
      font-size: 19px; color: rgba(255,255,255,.72);
      max-width: 540px; margin-bottom: 8px;
    }
    .hero-loc {
      display: inline-flex; align-items: center; gap: 6px;
      color: rgba(255,255,255,.8); font-size: 21px;
      font-weight: 600; margin-bottom: 38px; letter-spacing: .01em;
    }
    .hero-loc::before { content: '📍'; font-size: 19px; }
    .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
    .btn-red {
      background: var(--accent); color: #111111;
      padding: 13px 26px; border-radius: var(--r);
      font-size: 16px; font-weight: 600; text-decoration: none;
      display: inline-flex; align-items: center; gap: 8px;
      transition: background .18s, transform .15s;
    }
    .btn-red:hover { background: #E6B800; transform: translateY(-1px); }
    .btn-ghost {
      background: rgba(255,255,255,.1); color: rgba(255,255,255,.85);
      border: 1.5px solid rgba(255,255,255,.3);
      padding: 13px 26px; border-radius: var(--r);
      font-size: 15px; font-weight: 500; text-decoration: none;
      transition: background .18s;
    }
    .btn-ghost:hover { background: rgba(255,255,255,.18); }

    /* ════════════════════════════════
       STATS STRIP
    ════════════════════════════════ */
    .stats {
      background: var(--navy);
    }
    .stats-grid {
      max-width: var(--max); margin: 0 auto;
      display: grid; grid-template-columns: 1fr 1fr;
    }
    .stat {
      padding: 32px 28px;
      border-right: 1px solid rgba(255,255,255,.08);
      text-align: center;
    }
    .stat:last-child { border-right: none; }
    .stat-n {
      font-family: var(--font-h);
      font-size: 2.8rem; font-weight: 300;
      color: var(--accent); line-height: 1; margin-bottom: 5px;
    }
    .stat-l { font-size: 15px; color: rgba(255,255,255,.5); letter-spacing: .02em; }

    /* ════════════════════════════════
       ABOUT
    ════════════════════════════════ */
    .about-section { padding: 96px 0; }
    .about-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 72px; align-items: center;
    }
    .about-label {
      font-size: 12px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: var(--accent); margin-bottom: 12px;
    }
    .about-text h2 {
      font-family: var(--font-h);
      font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 700;
      line-height: 1.25; margin-bottom: 20px;
    }
    .about-text p {
      font-size: 17px; color: var(--gray); line-height: 1.8; margin-bottom: 16px;
    }
    .about-text p:last-child { margin-bottom: 0; }
    .about-text strong { color: var(--navy); font-weight: 600; }
    .about-photo {
      border-radius: 16px; overflow: hidden;
      box-shadow: var(--shadow-lg);
      aspect-ratio: 4/3;
    }
    .about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

    /* ════════════════════════════════
       SERVICES
    ════════════════════════════════ */
    .services-section { background: var(--warm); padding: 96px 0; }
    .section-head { text-align: center; margin-bottom: 56px; }
    .section-head .lbl {
      font-size: 12px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
    }
    .section-head h2 {
      font-family: var(--font-h);
      font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 700;
    }
    .cards {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }
    .card {
      background: var(--white);
      border-radius: 14px;
      border: 1px solid var(--border);
      padding: 30px 24px 28px;
      display: flex; flex-direction: column;
      transition: box-shadow .22s, transform .22s;
    }
    .card:hover {
      box-shadow: var(--shadow-lg);
      transform: translateY(-4px);
      border-left: 3px solid var(--accent);
    }
    .card-icon {
      width: 56px; height: 56px;
      background: var(--warm);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px; flex-shrink: 0;
    }
    .card-icon img { width: 32px; height: 32px; object-fit: contain; }
    .card-badge {
      display: inline-block;
      background: rgba(250,204,21,.15); color: #7A6000;
      font-size: 11px; font-weight: 700; letter-spacing: .08em;
      text-transform: uppercase; padding: 4px 10px; border-radius: 999px;
      margin-bottom: 10px; align-self: flex-start;
    }
    .card h3 {
      font-family: var(--font-h);
      font-size: 17px; font-weight: 700;
      margin-bottom: 14px; color: var(--navy);
    }
    .card ul { list-style: none; flex: 1; }
    .card ul li {
      font-size: 15px; color: var(--gray);
      padding: 6px 0;
      border-bottom: 1px solid var(--border);
      display: flex; align-items: baseline; gap: 8px;
      line-height: 1.45;
    }
    .card ul li:last-child { border-bottom: none; }
    .card ul li::before {
      content: '–'; color: var(--accent);
      font-weight: 700; flex-shrink: 0; font-size: 13px;
    }

    /* ════════════════════════════════
       CONTACT
    ════════════════════════════════ */
    .contact-section { padding: 96px 0; }
    .contact-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 72px; align-items: start;
    }
    .contact-info .lbl {
      font-size: 12px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: var(--accent); margin-bottom: 12px;
    }
    .contact-info h2 {
      font-family: var(--font-h);
      font-size: clamp(1.7rem, 3vw, 2.2rem); font-weight: 700;
      margin-bottom: 8px;
    }
    .contact-info .sub { font-size: 17px; color: var(--gray); margin-bottom: 36px; }
    .contact-item {
      display: flex; align-items: center; gap: 16px;
      padding: 16px 0; border-bottom: 1px solid var(--border);
    }
    .ci-dot {
      width: 42px; height: 42px; border-radius: 10px;
      background: var(--warm); display: flex;
      align-items: center; justify-content: center;
      font-size: 19px; flex-shrink: 0;
    }
    .ci-body strong { font-size: 13px; font-weight: 600; color: var(--gray2); text-transform: uppercase; letter-spacing: .05em; display: block; margin-bottom: 2px; }
    .ci-body span { font-size: 17px; color: var(--navy); font-weight: 500; }
    .ci-body a { color: var(--navy); text-decoration: none; }
    .ci-body a:hover { color: #B8940A; }
    .contact-right { background: var(--warm); border-radius: 16px; padding: 36px; }
    .contact-right h3 {
      font-family: var(--font-h);
      font-size: 18px; font-weight: 700; margin-bottom: 24px;
    }
    .f-group { margin-bottom: 16px; }
    .f-group label { font-size: 15px; font-weight: 600; display: block; margin-bottom: 6px; }
    .f-group input, .f-group textarea, .f-group select {
      width: 100%; padding: 11px 14px;
      border: 1.5px solid var(--border); border-radius: 8px;
      font-family: var(--font-b); font-size: 16px;
      background: white; color: var(--navy);
      outline: none; transition: border-color .18s;
    }
    .f-group input:focus, .f-group textarea:focus, .f-group select:focus {
      border-color: var(--accent);
    }
    .f-group textarea { height: 90px; resize: vertical; }
    .f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .btn-submit {
      width: 100%; background: #111111; color: #FACC15;
      border: none; padding: 14px; border-radius: 8px;
      font-family: var(--font-b); font-size: 17px; font-weight: 700;
      cursor: pointer; margin-top: 4px;
      transition: background .18s;
    }
    .btn-submit:hover { background: #2a2a2a; }

    /* ════════════════════════════════
       FOOTER
    ════════════════════════════════ */
    footer { background: var(--navy); }
    .footer-top {
      max-width: var(--max); margin: 0 auto; padding: 48px 28px 40px;
      display: grid; grid-template-columns: 1.4fr 1fr 1fr;
      gap: 48px;
    }
    .footer-brand .f-logo img { height: 38px; filter: brightness(0) invert(1); opacity: .9; margin-bottom: 12px; }
    .footer-brand p { font-size: 15px; color: rgba(255,255,255,.45); line-height: 1.7; max-width: 260px; }
    .f-col h4 { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 16px; }
    .f-col ul { list-style: none; }
    .f-col ul li + li { margin-top: 9px; }
    .f-col ul a { font-size: 15px; color: rgba(255,255,255,.6); text-decoration: none; transition: color .15s; }
    .f-col ul a:hover { color: white; }
    .f-col ul li span { font-size: 15px; color: rgba(255,255,255,.6); }
    .footer-bottom {
      max-width: var(--max); margin: 0 auto;
      padding: 20px 28px;
      border-top: 1px solid rgba(255,255,255,.08);
      display: flex; justify-content: space-between; align-items: center;
    }
    .footer-bottom p { font-size: 14px; color: rgba(255,255,255,.3); }
    .footer-bottom a { font-size: 14px; color: rgba(255,255,255,.4); text-decoration: none; }
    .footer-bottom a:hover { color: #FACC15; }

    /* ════════════════════════════════════════════════════════
       RESPONZÍVNY DIZAJN
       Breakpointy:
         Tablet  : max-width 1024px
         Mobilný : max-width  640px
    ════════════════════════════════════════════════════════ */

    /* ── TABLET (do 1024px) ─────────────────────────── */
    @media (max-width: 1024px) {

      /* Navigácia */
      .nav-wrap { padding: 0 20px; }
      .nav-logo img { height: 52px; }

      /* Hero */
      .hero-inner { padding: 72px 20px; }

      /* About */
      .about-grid { grid-template-columns: 1fr; gap: 40px; }
      .about-photo { max-width: 560px; }

      /* Services – 2 sloupce místo 4 */
      .cards { grid-template-columns: repeat(2, 1fr); gap: 16px; }

      /* Contact */
      .contact-grid { grid-template-columns: 1fr; gap: 40px; }

      /* Footer */
      .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
      .footer-brand { grid-column: 1 / -1; }
    }

    /* ── MOBIL (do 640px) ────────────────────────────── */
    @media (max-width: 640px) {

      /* Navigace – logo + CTA, ostatní odkazy skrýt */
      .nav-wrap { height: 62px; padding: 0 16px; }
      .nav-logo img { height: 44px; }
      .nav-links li:not(.cta-link) { display: none; }
      .nav-links { gap: 0; }
      .nav-links .cta-link a {
        font-size: 13px; padding: 8px 14px;
      }

      /* Hero */
      .hero { min-height: auto; }
      .hero-inner { padding: 52px 16px 48px; }
      .hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); max-width: 100%; }
      .hero-sub { font-size: 16px; max-width: 100%; }
      .hero-btns { flex-direction: column; gap: 10px; }
      .btn-red, .btn-ghost {
        width: 100%; text-align: center;
        justify-content: center; padding: 14px 20px;
      }

      /* Stats – 1 sloupec */
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .stat { padding: 22px 14px; }
      .stat-n { font-size: 2.2rem; }
      .stat-l { font-size: 14px; }

      /* About */
      .about-section { padding: 56px 0; }
      .about { padding: 0 16px; }
      .about-grid { gap: 28px; }
      .about-photo { max-width: 100%; }

      /* Services – 1 sloupec */
      .services-section { padding: 56px 0; }
      .services-section .wrap { padding: 0 16px; }
      .cards { grid-template-columns: 1fr; gap: 14px; }
      .card { padding: 24px 20px; }

      /* Section headers */
      .section-head { margin-bottom: 36px; }
      .section-head h2 { font-size: 1.6rem; }

      /* Contact */
      .contact-section { padding: 56px 0; }
      .contact-section .wrap { padding: 0 16px; }
      .contact-grid { gap: 32px; }
      .contact-info h2 { font-size: 1.6rem; }
      .contact-right { padding: 24px 20px; }
      .f-row { grid-template-columns: 1fr; gap: 0; }

      /* Footer */
      .footer-top {
        grid-template-columns: 1fr;
        padding: 36px 16px 28px;
        gap: 28px;
      }
      .footer-brand { grid-column: auto; }
      .footer-bottom {
        flex-direction: column;
        gap: 6px;
        text-align: center;
        padding: 16px;
      }
      .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 20px;
      }

      /* Global padding */
      .wrap { padding: 0 16px; }
      .about-grid { padding: 0; }
    }

    /* ── EXTRA MALÝ MOBIL (do 380px) ─────────────────── */
    @media (max-width: 380px) {
      .hero h1 { font-size: 1.9rem; }
      .stat-n { font-size: 1.9rem; }
      .cards { grid-template-columns: 1fr; }
    }


    /* ════════════════════════════════
       GALÉRIA PRÁC
    ════════════════════════════════ */
    .gallery-section { padding: 96px 0; background: var(--white); }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      gap: 12px;
    }

    /* První fotka zabírá 2 sloupce a 2 řádky – hero foto */
    .gallery-item:first-child {
      grid-column: span 2;
      grid-row: span 2;
    }

    .gallery-item {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      background: #1a1a1a;
      cursor: pointer;
      aspect-ratio: 4/3;
    }
    .gallery-item:first-child { aspect-ratio: auto; }

    .gallery-item img {
      width: 100%; height: 100%;
      object-fit: cover; display: block;
      transition: transform .4s ease, filter .4s ease;
    }
    .gallery-item:hover img {
      transform: scale(1.05);
      filter: brightness(.75);
    }

    /* Overlay pri hoveri */
    .gallery-item .g-overlay {
      position: absolute; inset: 0;
      display: flex; align-items: center; justify-content: center;
      opacity: 0; transition: opacity .3s;
    }
    .gallery-item:hover .g-overlay { opacity: 1; }
    .gallery-item .g-overlay span {
      background: var(--accent); color: #111;
      font-size: 13px; font-weight: 700;
      padding: 8px 18px; border-radius: 999px;
      letter-spacing: .04em;
    }

    /* Placeholder – keď nie je fotka */
    .gallery-placeholder {
      width: 100%; height: 100%;
      background: #f0f0f0;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: 10px; color: #aaa;
      border: 2px dashed #ddd;
      border-radius: 10px;
    }
    .gallery-placeholder .ph-icon { font-size: 32px; }
    .gallery-placeholder p { font-size: 13px; text-align: center; line-height: 1.4; max-width: 120px; }

    /* Lightbox */
    .lightbox {
      display: none; position: fixed; inset: 0; z-index: 1000;
      background: rgba(0,0,0,.92);
      align-items: center; justify-content: center;
      padding: 20px;
    }
    .lightbox.open { display: flex; }
    .lightbox img {
      max-width: 92vw; max-height: 88vh;
      border-radius: 8px; object-fit: contain;
      box-shadow: 0 20px 60px rgba(0,0,0,.5);
    }
    .lightbox-close {
      position: absolute; top: 20px; right: 24px;
      color: white; font-size: 32px; cursor: pointer;
      background: none; border: none; line-height: 1;
      opacity: .7; transition: opacity .2s;
    }
    .lightbox-close:hover { opacity: 1; }
    .lightbox-prev, .lightbox-next {
      position: absolute; top: 50%; transform: translateY(-50%);
      color: white; font-size: 28px; cursor: pointer;
      background: rgba(255,255,255,.1); border: none;
      width: 48px; height: 48px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      transition: background .2s;
    }
    .lightbox-prev:hover, .lightbox-next:hover { background: rgba(255,255,255,.2); }
    .lightbox-prev { left: 16px; }
    .lightbox-next { right: 16px; }

    /* Responsive galerie */
    @media (max-width: 1024px) {
      .gallery-grid { grid-template-columns: repeat(2, 1fr); }
      .gallery-item:first-child { grid-column: span 2; }
    }
    @media (max-width: 640px) {
      .gallery-section { padding: 56px 0; }
      .gallery-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
      .gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
    }
    @media (max-width: 380px) {
      .gallery-grid { grid-template-columns: 1fr; }
      .gallery-item:first-child { grid-column: span 1; }
    }


    /* ════════════════════════════════
       RECENZIE
    ════════════════════════════════ */
    .reviews-section {
      background: var(--navy);
      padding: 96px 0;
    }
    .reviews-section .section-head .lbl { color: var(--accent); }
    .reviews-section .section-head h2   { color: white; }

    .reviews-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-bottom: 48px;
    }

    .review-card {
      background: #1e1e1e;
      border: 1px solid rgba(255,255,255,.07);
      border-radius: 14px;
      padding: 28px 24px;
      display: flex;
      flex-direction: column;
      gap: 14px;
      transition: border-color .25s, transform .25s;
    }
    .review-card:hover {
      border-color: rgba(250,204,21,.35);
      transform: translateY(-3px);
    }

    .review-stars { display: flex; gap: 3px; }
    .review-stars span {
      color: var(--accent);
      font-size: 18px;
      line-height: 1;
    }

    .review-text {
      font-size: 15.5px;
      color: rgba(255,255,255,.75);
      line-height: 1.75;
      flex: 1;
      font-style: italic;
    }
    .review-text::before { content: '\201E'; }
    .review-text::after  { content: '\201C'; }

    .review-author {
      display: flex;
      align-items: center;
      gap: 12px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,.07);
    }
    .review-avatar {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: var(--accent);
      display: flex; align-items: center; justify-content: center;
      font-size: 17px; font-weight: 700;
      color: #111; flex-shrink: 0;
    }
    .review-name {
      font-size: 15px; font-weight: 700;
      color: white; display: block;
    }
    .review-date {
      font-size: 13px;
      color: rgba(255,255,255,.4);
    }
    .review-source {
      margin-left: auto;
      font-size: 11px;
      color: rgba(255,255,255,.25);
      letter-spacing: .06em;
      text-transform: uppercase;
      flex-shrink: 0;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .reviews-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
      .reviews-section { padding: 56px 0; }
      .reviews-grid { grid-template-columns: 1fr; gap: 14px; margin-bottom: 32px; }
      .review-card { padding: 22px 18px; }
    }


    /* ════════════════════════════════
       FAQ SEKCE
    ════════════════════════════════ */
    .faq-section { background: var(--warm); padding: 96px 0; }
    .faq-section .section-head h2 { color: var(--navy); }

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

    .faq-item {
      background: white;
      border: 1.5px solid var(--border);
      border-radius: 12px;
      overflow: hidden;
      transition: border-color .2s;
    }
    .faq-item.open {
      border-color: var(--accent);
    }

    .faq-q {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 20px 24px;
      cursor: pointer;
      user-select: none;
      -webkit-user-select: none;
    }
    .faq-q:hover { background: rgba(250,204,21,.05); }

    .faq-q span {
      font-size: 16px;
      font-weight: 700;
      color: var(--navy);
      line-height: 1.45;
      flex: 1;
    }

    .faq-icon {
      width: 30px; height: 30px;
      border-radius: 50%;
      background: var(--warm);
      display: flex; align-items: center; justify-content: center;
      font-size: 18px;
      font-weight: 300;
      color: var(--navy);
      flex-shrink: 0;
      transition: background .2s, transform .3s;
      line-height: 1;
    }
    .faq-item.open .faq-icon {
      background: var(--accent);
      color: #111;
      transform: rotate(45deg);
    }

    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease, padding .3s ease;
      padding: 0 24px;
    }
    .faq-item.open .faq-a {
      max-height: 300px;
      padding: 0 24px 20px;
    }

    .faq-a p {
      font-size: 16px;
      color: var(--gray);
      line-height: 1.8;
      border-top: 1px solid var(--border);
      padding-top: 16px;
    }

    @media (max-width: 640px) {
      .faq-section { padding: 56px 0; }
      .faq-q { padding: 16px 18px; }
      .faq-q span { font-size: 15px; }
      .faq-a { padding: 0 18px; }
      .faq-item.open .faq-a { padding: 0 18px 18px; }
    }


    /* ════════════════════════════════
       WHATSAPP TLAČÍTKO
    ════════════════════════════════ */
    .wa-btn {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 999;
      display: flex;
      align-items: center;
      gap: 10px;
      background: #25D366;
      color: white;
      text-decoration: none;
      padding: 13px 20px 13px 16px;
      border-radius: 999px;
      font-size: 15px;
      font-weight: 700;
      font-family: var(--font-b);
      box-shadow: 0 4px 20px rgba(37,211,102,.45);
      transition: transform .2s, box-shadow .2s;
      white-space: nowrap;
    }
    .wa-btn:hover {
      transform: translateY(-3px) scale(1.03);
      box-shadow: 0 8px 28px rgba(37,211,102,.55);
    }
    .wa-btn svg {
      width: 24px; height: 24px;
      flex-shrink: 0;
    }
    /* Na mobile – iba ikona, bez textu */
    @media (max-width: 480px) {
      .wa-btn { padding: 14px; border-radius: 50%; bottom: 20px; right: 20px; }
      .wa-btn .wa-text { display: none; }
      .wa-btn svg { width: 26px; height: 26px; }
    }

  

/* ════════════════════════════════
   CONTACT FORM 7 – štýlovanie
════════════════════════════════ */

/* Obal formulára */
.wpcf7 { width: 100%; }
.wpcf7-form { display: flex; flex-direction: column; gap: 14px; }

/* Všetky inputy, textarea, select */
.wpcf7-form-control-wrap { display: block; width: 100%; }

.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-number,
.wpcf7-select,
.wpcf7-textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-family: var(--font-b);
    font-size: 16px;
    background: white;
    color: var(--navy);
    outline: none;
    transition: border-color .18s;
    box-sizing: border-box;
}

.wpcf7-text:focus,
.wpcf7-email:focus,
.wpcf7-tel:focus,
.wpcf7-textarea:focus {
    border-color: var(--accent);
}

.wpcf7-textarea {
    height: 100px;
    resize: vertical;
}

/* Submit tlačidlo */
.wpcf7-submit {
    width: 100%;
    background: #111111;
    color: var(--accent);
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-family: var(--font-b);
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background .18s;
    margin-top: 4px;
}
.wpcf7-submit:hover { background: #2a2a2a; }

/* Chybové hlášky */
.wpcf7-not-valid-tip {
    color: #E8150A;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}
.wpcf7-not-valid {
    border-color: #E8150A !important;
}

/* Správa po odoslaní */
.wpcf7-response-output {
    margin-top: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    border: none !important;
}
.wpcf7-mail-sent-ok {
    background: #dcfce7;
    color: #166534;
}
.wpcf7-mail-sent-ng,
.wpcf7-aborted {
    background: #fee2e2;
    color: #991b1b;
}
.wpcf7-spam-blocked {
    background: #fef9c3;
    color: #854d0e;
}

/* Dvojstĺpcový layout pre meno + telefón */
.wpcf7 .f-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
@media (max-width: 480px) {
    .wpcf7 .f-row { grid-template-columns: 1fr; }
}

/* Spinner pri odosielaní */
.wpcf7 .ajax-loader {
    display: none !important;
}
