.elementor-17 .elementor-element.elementor-element-ff22e45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e2fde12 *//* ============================================================
   REP CARTEL — KOMPLETNY KOD CSS (Bez sekcji produktów)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* --- WYMUSZENIE USUNIĘCIA TŁA Z ELEMENTORA --- */
.elementor-112 .elementor-element.elementor-element-6fd68bf,
.elementor-section:has(.rc-header),
.elementor-widget-html:has(.rc-header) {
    background-color: transparent !important;
    background: transparent !important;
}

/* =========================================
   1. NAGŁÓWEK (HEADER)
   ========================================= */
.rc-header {
    background: transparent !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999999 !important;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: all 0.3s ease;
}

.rc-main-container {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.rc-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 9000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.rc-hamburger, .rc-close-btn, .rc-nav-wrapper { display: none; }

.rc-plugin-zone {
    display: flex;
    align-items: center;
    gap: 16px;
}
.rc-plugin-zone .rc-shortcode {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* NAGŁÓWEK - KOMPUTER */
@media (min-width: 1025px) {
    .rc-nav-wrapper, .rc-overlay { display: none !important; }

    .rc-nav-bar {
        background: rgba(10, 10, 10, 0.65);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        padding: 12px 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
        z-index: 9001;
    }

    .rc-logo-zone a { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .rc-logo-zone img { height: 32px; width: auto; }
    .rc-logo-text { font-family: "Inter", sans-serif; font-weight: 700; font-size: 19px; color: #ffffff; }

    .rc-nav:not(.rc-mobile-nav) { display: flex; gap: 28px; justify-content: flex-end; margin-left: auto; }
    .rc-nav:not(.rc-mobile-nav) .rc-nav-link {
        display: flex; align-items: center; gap: 8px; color: rgba(255, 255, 255, 0.5); text-decoration: none;
        font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 600;
        text-transform: uppercase; letter-spacing: 0.02em; transition: all 0.2s ease; padding: 8px 0; position: relative;
    }
    .rc-nav:not(.rc-mobile-nav) .rc-nav-link svg { width: 16px; height: 16px; color: rgba(255, 255, 255, 0.5); transition: color 0.2s ease; }
    
    .rc-nav:not(.rc-mobile-nav) .rc-nav-link::after {
        content: ''; position: absolute; bottom: 0; left: 0; width: 0%; height: 2px;
        background: linear-gradient(135deg, #ff4444, #ff6b6b); transition: width 0.3s ease; border-radius: 2px;
    }

    .rc-nav:not(.rc-mobile-nav) .rc-nav-link:hover, .rc-nav:not(.rc-mobile-nav) .rc-nav-link.active { color: #ffffff; }
    .rc-nav:not(.rc-mobile-nav) .rc-nav-link:hover svg, .rc-nav:not(.rc-mobile-nav) .rc-nav-link.active svg { color: #ff4444; }
    .rc-nav:not(.rc-mobile-nav) .rc-nav-link:hover::after, .rc-nav:not(.rc-mobile-nav) .rc-nav-link.active::after { width: 100%; }

    .rc-plugin-zone.desktop-plugins { border-left: 1px solid rgba(255, 255, 255, 0.1); padding-left: 20px; margin-left: 20px; display: flex; }
}

/* NAGŁÓWEK - MOBILE */
@media (max-width: 1024px) {
    .rc-main-container { padding: 0; }
    .rc-nav-bar {
        background: rgba(10, 10, 10, 0.9); border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 16px 20px; display: flex; justify-content: space-between; align-items: center; width: 100%;
    }
    .rc-logo-zone img { height: 36px; }

    .rc-hamburger {
        display: flex; background: transparent; border: none; cursor: pointer; flex-direction: column;
        justify-content: space-between; width: 28px; height: 18px; padding: 0; z-index: 9002;
    }
    .rc-hamburger span {
        width: 100%; height: 2px; background: #ffffff; border-radius: 2px; transition: 0.3s; transform-origin: center;
    }
    .rc-hamburger:hover span { background: #ff4444; }
    
    .rc-hamburger.is-active span:nth-child(1) { transform: translateY(8px) rotate(45deg); background-color: #ff4444; }
    .rc-hamburger.is-active span:nth-child(2) { opacity: 0; }
    .rc-hamburger.is-active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background-color: #ff4444; }

    .rc-nav:not(.rc-mobile-nav), .rc-plugin-zone.desktop-plugins { display: none; }
    .rc-overlay.is-active { opacity: 1; pointer-events: auto; }

    .rc-nav-wrapper {
        display: flex; position: fixed; top: 0; right: 0; width: 320px; max-width: 85vw; height: 100vh;
        background-color: #080808; border-left: 1px solid rgba(255, 255, 255, 0.05); box-shadow: -10px 0 40px rgba(0,0,0,0.8);
        flex-direction: column; padding: 80px 24px 40px 24px; overflow-y: auto; z-index: 9001;
        transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .rc-nav-wrapper.is-open { transform: translateX(0); }

    .rc-close-btn {
        display: flex; align-items: center; justify-content: center; position: absolute; top: 24px; right: 24px;
        width: 40px; height: 40px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50%; color: #ffffff; font-size: 24px; cursor: pointer; line-height: 1; transition: all 0.2s ease;
    }
    .rc-close-btn:hover { background: rgba(255, 68, 68, 0.1); color: #ff4444; border-color: rgba(255, 68, 68, 0.3); }

    .rc-mobile-nav { display: flex; flex-direction: column; gap: 8px; margin-bottom: 30px; }
    .rc-mobile-nav .rc-nav-link {
        display: flex; align-items: center; gap: 16px; color: rgba(255, 255, 255, 0.7); text-decoration: none;
        font-family: "Space Grotesk", sans-serif; font-size: 16px; font-weight: 600; padding: 14px 16px; border-radius: 12px; background: transparent; transition: all 0.2s ease;
    }
    .rc-mobile-nav .rc-nav-link svg { width: 20px; height: 20px; color: rgba(255, 255, 255, 0.5); }
    .rc-mobile-nav .rc-nav-link:hover, .rc-mobile-nav .rc-nav-link.active { color: #ffffff; background: rgba(255, 255, 255, 0.04); transform: translateX(4px); }
    .rc-mobile-nav .rc-nav-link:hover svg, .rc-mobile-nav .rc-nav-link.active svg { color: #ff4444; }

    .rc-plugin-zone.mobile-plugins { margin-top: auto; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: flex-start; flex-wrap: wrap; }
}

/* =========================================
   2. RESZTA STRONY I TIKTOK
   ========================================= */
.rc-section-tag { color: #ff4444; font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; }

.rc-hero { position: relative; min-height: 85vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 120px 24px 80px; }
.rc-hero-glow { position: absolute; top: -20%; left: 50%; transform: translateX(-50%); width: 800px; height: 500px; background: radial-gradient(ellipse, hsla(0, 100%, 58%, 0.15), transparent 70%); pointer-events: none; z-index: 0; }
.rc-hero-content { position: relative; z-index: 1; text-align: center; max-width: 800px; width: 100%; }
.rc-hero-badge { display: inline-block; padding: 8px 20px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); font-size: 13px; font-weight: 600; margin-bottom: 32px; backdrop-filter: blur(8px); font-family: "Inter", sans-serif; }
.rc-hero-title { font-family: "Space Grotesk", sans-serif !important; font-size: clamp(40px, 8vw, 96px); font-weight: 700; line-height: 0.95; letter-spacing: -0.04em; color: #fff; margin: 0 0 24px; }
.rc-hero-accent { background: linear-gradient(135deg, #ff4444, #ff6b6b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.rc-hero-desc { font-family: "Inter", sans-serif; color: rgba(255,255,255,0.6); font-size: 16px; line-height: 1.6; margin: 0 0 40px; }
.rc-hero-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.rc-hero-btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: linear-gradient(135deg, #ff4444, #ff6b6b) !important; color: #fff !important; border: none; border-radius: 14px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; text-decoration: none !important; cursor: pointer; transition: all 0.3s; box-shadow: 0 6px 30px rgba(255,68,68,0.3); }
.rc-hero-btn-primary:hover { box-shadow: 0 10px 45px rgba(255,68,68,0.5) !important; transform: translateY(-2px); }
.rc-hero-btn-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: transparent !important; color: #fff !important; border: 1px solid rgba(255,255,255,0.2) !important; border-radius: 14px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; text-decoration: none !important; cursor: pointer; transition: all 0.3s; }
.rc-hero-btn-secondary:hover { border-color: rgba(255,255,255,0.5) !important; background: rgba(255,255,255,0.04) !important; }

/* WYSZUKIWARKA */
.rc-hero-search-wrapper { max-width: 600px; margin: 32px auto 56px auto; position: relative; z-index: 999; }
.rc-hero-search-wrapper form { display: flex; align-items: center; background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 6px; backdrop-filter: blur(12px); transition: all 0.3s ease; width: 100%; }
.rc-hero-search-wrapper form:focus-within { border-color: rgba(255, 68, 68, 0.5); background: rgba(255, 255, 255, 0.05); box-shadow: 0 0 25px rgba(255, 68, 68, 0.15); }
.rc-hero-search-wrapper input[type="text"], .rc-hero-search-wrapper input[type="search"] { flex: 1; background: transparent !important; border: none !important; color: #ffffff !important; font-family: "Inter", sans-serif; font-size: 16px; padding: 12px 20px; outline: none !important; width: 100%; }
.rc-hero-search-wrapper button, .rc-hero-search-wrapper input[type="submit"] { background: linear-gradient(135deg, #ff4444, #ff6b6b) !important; color: #ffffff !important; border: none !important; border-radius: 12px; padding: 12px 28px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.rc-hero-search-wrapper button:hover, .rc-hero-search-wrapper input[type="submit"]:hover { box-shadow: 0 6px 20px rgba(255, 68, 68, 0.4) !important; transform: scale(1.02); }

/* TIKTOK BANERY */
.rc-tiktok-links { display: flex; justify-content: center; gap: 16px; margin-bottom: 48px; margin-top: -32px; flex-wrap: wrap; position: relative; z-index: 1; }
.rc-tiktok-banner { position: relative; display: flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 14px; overflow: hidden; text-decoration: none !important; border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.3s ease; background: #111; min-width: 180px; }
.rc-tiktok-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.35; transition: opacity 0.3s ease, transform 0.5s ease; z-index: 0; }
.rc-tiktok-content { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; color: #ffffff; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; }
.rc-tiktok-icon { width: 20px; height: 20px; color: #ffffff; }
.rc-tiktok-banner:hover { border-color: rgba(255, 68, 68, 0.4); box-shadow: 0 6px 20px rgba(255, 68, 68, 0.25); transform: translateY(-2px); }
.rc-tiktok-banner:hover .rc-tiktok-bg { opacity: 0.5; transform: scale(1.05); }
.rc-tiktok-banner:hover .rc-tiktok-icon { color: #ff4444; }

/* STATYSTYKI HERO */
.rc-hero-stats { display: flex; gap: 56px; justify-content: center; }
.rc-hero-stat { text-align: center; }
.rc-hero-stat-num { display: block; font-family: "Space Grotesk", sans-serif; font-size: 32px; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.rc-hero-stat-label { display: block; font-size: 13px; color: rgba(255,255,255,0.4); font-weight: 500; margin-top: 4px; }

/* NARZĘDZIA */
.rc-tools-section { padding: 100px 24px; max-width: 1200px; margin: 0 auto; }
.rc-tools-header { text-align: center; margin-bottom: 56px; }
.rc-tools-title { font-family: "Space Grotesk", sans-serif !important; font-size: clamp(32px, 5vw, 48px); font-weight: 700; color: #fff; margin: 12px 0 8px; letter-spacing: -0.03em; }
.rc-tools-desc { color: rgba(255,255,255,0.5); font-size: 16px; font-family: "Inter", sans-serif; }
.rc-tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
.rc-tool-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 32px 28px; transition: all 0.4s cubic-bezier(.25,.8,.25,1); position: relative; font-family: "Inter", sans-serif; }
.rc-tool-card:hover { border-color: rgba(255,68,68,0.3); transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.rc-tool-icon { width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.rc-tool-icon-red { background: rgba(255,68,68,0.12); color: #ff4444; }
.rc-tool-icon-blue { background: rgba(59,130,246,0.12); color: #3b82f6; }
.rc-tool-icon-green { background: rgba(0,199,83,0.12); color: #00c753; }
.rc-tool-badge { position: absolute; top: 24px; right: 24px; padding: 4px 12px; border-radius: 999px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.5); font-size: 10px; font-weight: 700; }
.rc-badge-premium { border-color: rgba(59,130,246,0.3); color: #3b82f6; background: rgba(59,130,246,0.08); }
.rc-tool-card h3 { font-family: "Space Grotesk", sans-serif !important; font-size: 20px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.rc-tool-card p { color: rgba(255,255,255,0.45); font-size: 14px; line-height: 1.6; margin: 0 0 20px; }
.rc-tool-stats { display: flex; gap: 32px; margin-bottom: 20px; }
.rc-tool-stats div { display: flex; flex-direction: column; gap: 2px; }
.rc-tool-stats strong { font-size: 18px; color: #fff; font-weight: 800; font-family: "Space Grotesk", sans-serif; }
.rc-tool-stats span { font-size: 11px; color: rgba(255,255,255,0.35); font-weight: 500; }
.rc-tool-link { color: rgba(255,255,255,0.5) !important; text-decoration: none !important; font-size: 14px; font-weight: 600; transition: 0.3s; }
.rc-tool-link:hover { color: #ff4444 !important; }
.rc-tools-features { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.rc-feature-pill { display: flex; align-items: center; gap: 8px; padding: 12px 24px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; color: rgba(255,255,255,0.5); font-size: 14px; font-weight: 600; font-family: "Inter", sans-serif; }

/* SPOŁECZNOŚĆ */
.rc-community-section { padding: 100px 24px; max-width: 1200px; margin: 0 auto; }
.rc-community-header { text-align: center; margin-bottom: 56px; }
.rc-community-title { font-family: "Space Grotesk", sans-serif !important; font-size: clamp(32px, 5vw, 48px); font-weight: 700; color: #fff; margin: 12px 0 8px; }
.rc-community-desc { color: rgba(255,255,255,0.5); font-size: 16px; font-family: "Inter", sans-serif; }
.rc-community-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 24px; }
.rc-community-stats-card { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 32px; display: flex; flex-direction: column; gap: 24px; }
.rc-comm-stat { display: flex; align-items: center; gap: 16px; }
.rc-comm-stat strong { font-size: 28px; font-weight: 800; color: #fff; font-family: "Space Grotesk", sans-serif; display: block; }
.rc-comm-stat span { font-size: 13px; color: rgba(255,255,255,0.4); display: block; }
.rc-community-join-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 32px; background: linear-gradient(135deg, #ff4444, #ff6b6b) !important; color: #fff !important; border: none; border-radius: 14px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; text-decoration: none !important; transition: all 0.3s; margin-top: auto; }
.rc-community-join-btn:hover { box-shadow: 0 10px 45px rgba(255,68,68,0.5) !important; transform: translateY(-2px); }
.rc-community-feed { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; padding: 24px; display: flex; flex-direction: column; gap: 4px; }
.rc-feed-item { display: flex; gap: 14px; padding: 16px; border-radius: 14px; transition: 0.2s; }
.rc-feed-item:hover { background: rgba(255,255,255,0.03); }
.rc-feed-avatar { width: 40px; height: 40px; border-radius: 12px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 14px; font-weight: 700; flex-shrink: 0; }
.rc-feed-content { flex: 1; min-width: 0; }
.rc-feed-user { margin-bottom: 6px; font-family: "Inter", sans-serif; }
.rc-feed-user strong { color: #fff; font-size: 14px; }
.rc-feed-user span { color: rgba(255,255,255,0.3); font-size: 12px; margin-left: 8px; }
.rc-feed-content p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.5; margin: 0; font-family: "Inter", sans-serif; }
.rc-feed-tags { display: flex; gap: 8px; margin-top: 8px; }
.rc-feed-tags span { padding: 3px 10px; border-radius: 8px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); color: rgba(255,255,255,0.5); font-size: 11px; font-weight: 600; }

/* RESPONSYWNOŚĆ */
@media (max-width: 900px) {
  .rc-tools-grid { grid-template-columns: 1fr; }
  .rc-community-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .rc-hero { padding: 100px 16px 60px; min-height: 70vh; }
  .rc-hero-stats { gap: 28px; }
  .rc-hero-stat-num { font-size: 24px; }
  .rc-hero-search-wrapper form { flex-direction: column; padding: 12px; gap: 10px; }
  .rc-hero-search-wrapper button, .rc-hero-search-wrapper input[type="submit"] { width: 100%; }
}
/* ============================================================
   3. PLAMKI NA CAŁEJ STRONIE (WIECEJ, BARDZIEJ WIDOCZNE, LEPSZY ROZKŁAD)
   ============================================================ */

/* --- Płynne wtopienie dolnej krawędzi wideo w czerń --- */
.rc-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px; 
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0) 0%, #050505 100%);
    pointer-events: none;
    z-index: 2;
}

.rc-hero-content {
    z-index: 10 !important;
}

/* --- Hero: Plamka po lewej u góry --- */
.rc-hero::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -15%;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff4444 0%, transparent 70%);
    filter: blur(130px);
    opacity: 0.20; /* Lekko podbite, żeby ładnie świeciło */
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: rcFloatBlobs 20s infinite alternate ease-in-out;
}

/* --- Hero: Plamka po prawej na dole --- */
.rc-hero-glow {
    position: absolute;
    top: 25% !important;
    left: auto !important;
    right: -15% !important;
    transform: none !important;
    width: 900px !important;
    height: 900px !important;
    border-radius: 50%;
    background: radial-gradient(circle, #ff6b6b 0%, transparent 70%) !important;
    filter: blur(130px) !important;
    opacity: 0.20; 
    z-index: 1 !important;
    pointer-events: none;
    mix-blend-mode: screen;
    animation: rcFloatBlobs 20s infinite alternate ease-in-out;
    animation-delay: -10s;
}

/* --- Sekcja Narzędzi --- */
.rc-tools-section {
    position: relative;
    z-index: 1;
}

/* Narzędzia: Plamka z lewej strony */
.rc-tools-section::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff4444 0%, transparent 70%);
    filter: blur(150px);
    opacity: 0.22; /* Zwiększona moc */
    z-index: -1; 
    pointer-events: none;
    animation: rcFloatBlobs 25s infinite alternate ease-in-out;
}

/* Narzędzia: Plamka z prawej strony (niżej) */
.rc-tools-section::after {
    content: '';
    position: absolute;
    bottom: -15%;
    right: -20%;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff6b6b 0%, transparent 70%);
    filter: blur(150px);
    opacity: 0.22; /* Zwiększona moc */
    z-index: -1;
    pointer-events: none;
    animation: rcFloatBlobs 22s infinite alternate ease-in-out;
    animation-delay: -7s;
}

/* --- Sekcja Społeczności --- */
.rc-community-section {
    position: relative;
    z-index: 1;
}

/* Społeczność: Olbrzymia plamka z prawej strony (góra) */
.rc-community-section::before {
    content: '';
    position: absolute;
    top: 0%;
    right: -15%;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff4444 0%, transparent 70%);
    filter: blur(150px);
    opacity: 0.20; 
    z-index: -1;
    pointer-events: none;
    animation: rcFloatBlobs 24s infinite alternate ease-in-out;
    animation-delay: -12s;
}

/* Społeczność: Plamka domykająca z lewej strony (dół) */
.rc-community-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -15%;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, #ff6b6b 0%, transparent 70%);
    filter: blur(140px);
    opacity: 0.22; 
    z-index: -1;
    pointer-events: none;
    animation: rcFloatBlobs 20s infinite alternate ease-in-out;
    animation-delay: -4s;
}

/* --- Animacja pływania --- */
@keyframes rcFloatBlobs {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(5%, 5%) scale(1.1); }
    100% { transform: translate(-5%, 8%) scale(0.9); }
}

/* --- Optymalizacja pod telefony --- */
@media (max-width: 768px) {
    .rc-hero::before,
    .rc-hero-glow,
    .rc-tools-section::before,
    .rc-tools-section::after,
    .rc-community-section::before,
    .rc-community-section::after {
        animation: none; 
        width: 500px !important;
        height: 500px !important;
        filter: blur(90px) !important;
        opacity: 0.15 !important; 
    }
}
/* WYSZUKIWARKA */
.rc-hero-search-wrapper { max-width: 600px; margin: 32px auto 56px auto; position: relative; z-index: 999; }

/* Zmienione tło na ciemniejsze: rgba(0, 0, 0, 0.65) oraz mocniejsza ramka */
.rc-hero-search-wrapper form { display: flex; align-items: center; background: rgba(0, 0, 0, 0.65); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 16px; padding: 6px; backdrop-filter: blur(12px); transition: all 0.3s ease; width: 100%; }

/* Przyciemnienie po kliknięciu w wyszukiwarkę */
.rc-hero-search-wrapper form:focus-within { border-color: rgba(255, 68, 68, 0.8); background: rgba(0, 0, 0, 0.85); box-shadow: 0 0 25px rgba(255, 68, 68, 0.15); }

.rc-hero-search-wrapper input[type="text"], .rc-hero-search-wrapper input[type="search"] { flex: 1; background: transparent !important; border: none !important; color: #ffffff !important; font-family: "Inter", sans-serif; font-size: 16px; padding: 12px 20px; outline: none !important; width: 100%; }
.rc-hero-search-wrapper button, .rc-hero-search-wrapper input[type="submit"] { background: linear-gradient(135deg, #ff4444, #ff6b6b) !important; color: #ffffff !important; border: none !important; border-radius: 12px; padding: 12px 28px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.3s; }
.rc-hero-search-wrapper button:hover, .rc-hero-search-wrapper input[type="submit"]:hover { box-shadow: 0 6px 20px rgba(255, 68, 68, 0.4) !important; transform: scale(1.02); }/* End custom CSS */