/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  Дочерняя тема для Hello Elementor. Кастомный лендинг Bio-Rad on Tour 2026.
 Author:       Algimed / Artsem
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  hello-elementor-child
*/

html {
    scroll-behavior: smooth;
}

body.home .entry-content,
body.home .site-main,
body.home article,
body.home .post-inner {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
}

body.home {
    overflow-x: hidden;
}

.conf-landing {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: relative;
    overflow-x: hidden;
}

#site-header.site-header {
    position: fixed !important;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    z-index: 9999;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding: 15px calc((100% - 1150px) / 2 + 24px) !important;
    -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

#site-header .site-branding {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

#site-header .site-navigation {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

#site-header .site-navigation ul,
#site-header .site-navigation .menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

#site-header .site-navigation li {
    margin: 0 !important;
    padding: 0 !important;
}

#site-header .site-navigation a {
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

#site-header .custom-logo {
    display: block;
    max-width: 200px;
    -webkit-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
}

#site-header.site-header:not(.is-scrolled) {
    background-color: transparent;
}

#site-header.site-header:not(.is-scrolled) .custom-logo {
  
}

#site-header.site-header:not(.is-scrolled) .site-navigation a {
    color: #FFFFFF;
}

#site-header.site-header.is-scrolled {
    background-color: #FFFFFF;
    box-shadow: 0 2px 20px rgba(0, 166, 81, 0.1);
}

#site-header.site-header.is-scrolled .custom-logo {
    -webkit-filter: none;
    filter: none;
}

#site-header.site-header.is-scrolled .site-navigation a {
    color: #00a651;
}

#site-header.site-header.is-scrolled .site-navigation a:hover {
    color: #008943;
}

#site-header .site-navigation a.active-link {
    color: #E8A838 !important;
}

.conf-landing * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.conf-landing {
    font-family: 'Inter', system-ui, sans-serif;
    color: #2D3748;
    line-height: 1.6;
    background: #FFFFFF;
}

.conf-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    color: #00a651;
    text-align: center;
    margin-bottom: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.section-subtitle {
    text-align: center;
    color: #5A6B7B;
    max-width: 700px;
    margin: 0 auto 48px;
    font-size: 1.1rem;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 36px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #E8A838;
    color: #FFFFFF;
}

.btn-primary:hover {
    background: #d4952a;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 168, 56, 0.3);
}

.btn-outline {
    border: 2px solid #00a651;
    color: #00a651;
    background: transparent;
}

.btn-outline:hover {
    background: #00a651;
    color: #FFFFFF;
}

.hero {
    position: relative;
    background: linear-gradient(135deg, #00a651 0%, #008943 100%);
    color: #FFFFFF;
    padding: 140px 0 120px;
    text-align: center;
    overflow: hidden;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 60px;
    background: #FFFFFF;
    -webkit-clip-path: ellipse(55% 100% at 50% 100%);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.hero {
    position: relative;
    background: linear-gradient(135deg, #00a651 0%, #008943 100%);
    color: #FFFFFF;
    padding: 120px 0 100px;
    text-align: center;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: -10%;
    width: 35%;
    height: 100%;
    background-image: url('/wp-content/uploads/2026/08/banner-back-2.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    opacity: 0.2;
    pointer-events: none;
    z-index: 0;
}

.hero .conf-container {
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
	  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.hero h1 {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.15;
}

.hero-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    font-size: 1.1rem;
    font-weight: 500;
    opacity: 0.95;
}

.hero-meta span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.info-card {
    background: #f2f8ed;
    padding: 36px;
    border-radius: 12px;
    border-left: 4px solid #00a651;
}

.info-card h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
    color: #008943;
}

.wrap-img-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qx700-link {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.qx700-img {
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease, box-shadow 0.4s ease;
    transition: transform 0.4s ease, filter 0.4s ease, box-shadow 0.4s ease;
}

.qx700-link:hover .qx700-img {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.audience-list {
    list-style: none;
    display: grid;
    gap: 12px;
}

.audience-list li {
    padding-left: 28px;
    position: relative;
    color: #2D3748;
}

.audience-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00a651;
    font-weight: 700;
}

.audience-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    padding: 14px 18px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgba(0, 166, 81, 0.15);
}

.audience-cta-icon {
    font-size: 1.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 14px 32px;
    border-radius: 50px;
    border: 2px solid #f2f8ed;
    background: #f2f8ed;
    color: #5A6B7B;
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab-btn.active,
.tab-btn:hover {
    border-color: #00a651;
    background: #00a651;
    color: #FFFFFF;
}

.tab-panel {
    display: none;
    -webkit-animation: fadeIn 0.4s ease;
    animation: fadeIn 0.4s ease;
}

.tab-panel.active {
    display: block;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadeIn {
    from { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #EDF2F7;
}

.timeline-time {
    min-width: 130px;
    font-weight: 700;
    color: #00a651;
    font-size: 1.1rem;
}

.timeline-content h4 {
    font-size: 1.15rem;
    margin-bottom: 8px;
    color: #008943;
}

.timeline-content p {
    color: #5A6B7B;
    font-size: 0.95rem;
}

.timeline-location {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    background: #E6F7ED;
    color: #00a651;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.benefit-card {
    background: #FFFFFF;
    border: 1px solid #EDF2F7;
    padding: 32px;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    border-color: #f2f8ed;
    box-shadow: 0 4px 24px rgba(0, 166, 81, 0.08);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    background: #F5FBF7;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #00a651;
}

.benefit-card h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: #008943;
}

.benefit-card p {
    color: #5A6B7B;
    font-size: 0.95rem;
}

.orgs-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.org-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    background: #f2f8ed;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
}

.org-logo {
    font-size: 1.6rem;
    font-weight: 800;
    color: #00a651;
    margin-bottom: 16px;
}

.org-role {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5A6B7B;
    margin-bottom: 12px;
    font-weight: 600;
}

.cta-section {
    background: #00a651;
    color: #FFFFFF;
    padding: 80px 50px;
    text-align: center;
    border-radius: 12px;
    margin: 50px auto;
    max-width: 1150px;
}

.cta-section h2 {
    color: #FFFFFF;
    margin-bottom: 16px;
}

.cta-section p {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.cta-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;

}

.timeline-speaker {
    font-size: 0.85rem;
    color: #008943;
    font-weight: 600;
    margin-top: 8px;
    font-style: italic;
}

.timeline-highlight {
    background: linear-gradient(135deg, #E6F7ED 0%, #f2f8ed 100%);
    border-radius: 8px;
    padding: 20px !important;
    margin-top: 16px;
    border-left: 4px solid #00a651;
}

.timeline-highlight h4 {
    color: #00a651;
    font-size: 1.2rem;
}

.org-logo-link {
    display: inline-block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.org-logo-link:hover {
    opacity: 0.8;
}

.org-logo-img {
    height: 48px;
    width: auto;
    display: block;
    margin: 0 auto;
}

.footer-contact-link,
.footer-contact-link:hover {
    color: #ffffff;
}

.footer-contact-link:hover {
    text-decoration: underline;
}

/* Бургер-кнопка */
.mobile-burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10000;
}

.mobile-burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Цвет полосок при скролле (становятся зелеными) */
#site-header.is-scrolled .mobile-burger span {
    background-color: #00a651;
}

/* Убираем фон у самой кнопки при наведении (чтобы не было зеленого квадрата) */
.mobile-burger:focus, 
.mobile-burger:hover {
    background-color: transparent;
    outline: none;
}

/* Опционально: меняем цвет полосок при наведении */
.mobile-burger:hover span {
    background-color: #008943;
}

/* Если меню открыто на белом фоне — полоски всегда темные */
.mobile-burger.is-active span {
    background-color: #2D3748;
}

/* Анимация крестика */
.mobile-burger.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.mobile-burger.is-active span:nth-child(2) {
    opacity: 0;
}
.mobile-burger.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Мобильное меню */
@media (max-width: 1020px) {
    .mobile-burger {
        display: flex;
    }
	
    #site-header .site-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 50%;
        max-width: 320px;
        height: 100vh;
        background: #FFFFFF;
        box-shadow: -5px 0 30px rgba(0,0,0,0.1);
        padding: 80px 24px 24px;
        transition: right 0.3s ease;
        z-index: 9998;
        overflow-y: auto;
    }
    
    #site-header .site-navigation.is-open {
        right: 0;
    }
    
    #site-header .site-navigation ul {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    
    #site-header .site-navigation li {
        width: 100%;
        border-bottom: 1px solid #EDF2F7;
    }
    
    #site-header .site-navigation a {
        display: block;
        padding: 16px 0;
        color: #2D3748 !important;
        font-size: 1rem;
        font-weight: 600;
    }
    
    #site-header .site-navigation a:hover,
    #site-header .site-navigation a.active-link {
        color: #00a651 !important;
    }
    
    /* Затемнение фона при открытом меню */
    body.menu-open::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9997;
    }
}

@media (max-width: 1248px) {
    #site-header.site-header {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (max-width: 768px) {
    #site-header.site-header {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    #site-header .site-navigation ul {
        gap: 14px;
    }

    #site-header .site-navigation a {
        font-size: 0.8rem;
    }

    .hero {
        padding: 100px 0;
    }
.section-subtitle {
  margin: 0 auto 30px;
}
    .info-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .timeline-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

    .timeline-time {
        min-width: auto;
    }

    .hero-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		  margin-bottom: 30px;
		font-size: 1rem;
    }
	.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.8rem);
  margin-bottom: 20px;
  line-height: 1.3;
}
	.hero-badge {
  display: none;
}

    .cta-section {
        margin: 40px 16px;
        border-radius: 12px;
    }

    .tab-btn {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
.tabs-nav {
  gap: 0;
  margin-bottom: 30px;
  flex-direction: column;
}
}