/* =========================================
   GLOBAL & FONTS
   ========================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&subset=cyrillic,cyrillic-ext&display=swap');

:root {
    /* --- Colors --- */
    --main-green: #7fb98d;
    --main-orange: #f89f73;
    --main-beige: #f3f2ee;
    
    
    --main-heading: #2f3030; 
    --main-text: #0e0f14;    
    
    
    --hero-white: #ffffff;
    --text-light-gray: #64748b; 
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: var(--main-text);
}


body, button, input, textarea, select, h1, h2, h3, h4, h5, h6, p, span, a, li, div, label {
    font-family: 'Montserrat', sans-serif !important;
    font-variant-numeric: lining-nums;
}


h1, h2, h3, h4, h5, h6 {
    color: var(--main-heading);
}

p, li, div {
    color: var(--main-text);
}


.hero-btn-primary, 
.course-btn, 
.uc-btn, 
.uc-social-btn, 
.blog-all-btn,
.hero-badge,
.review-info h4,
.review-info span,
.rec-info h4,
.rec-info p {
    color: #fff !important;
}

.hero-btn-primary svg,
.course-btn svg,
.uc-btn svg,
.uc-social-btn svg {
    fill: currentColor;
    stroke: currentColor;
}

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

/* =========================================
   1. HERO BLOCK 
   ========================================= */
.hero-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    color: var(--hero-white);
}

.hero-section * {
    font-family: 'Montserrat', sans-serif !important;
}

.hero-wrap {
    max-width: 1278px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff !important;
    margin-bottom: 25px;
}

.hero-badge svg { width: 14px; height: 14px; stroke: currentColor; }

.hero-content { max-width: 800px; text-align: left; }

.hero-name {
    font-size: 56px;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1;
    color: #2f3030 !important;
}

.hero-main-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1.1;
    text-transform: none;
    color: #2f3030 !important;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
    font-weight: 500;
    text-align: left;
    max-width: 650px;
    color: var(--hero-white) !important;
}

.hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    justify-content: flex-start;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.hero-btn-primary {
    background: var(--main-orange);
    color: #fff !important;
    border: 2px solid var(--main-orange);
    box-shadow: 0 4px 15px rgba(248, 159, 115, 0.4);
}

.hero-btn-primary:hover {
    background: var(--main-green);
    border-color: var(--main-green);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(127, 185, 141, 0.4);
}

.hero-divider {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin-bottom: 30px;
}

.hero-note {
    padding: 15px 25px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 4px solid var(--main-orange);
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.9) !important; 
    max-width: 500px;
    text-align: left;
}

@media (max-width: 768px) {
    .hero-section { padding: 60px 0 !important; text-align: left !important; }
    .hero-wrap { align-items: flex-start !important; }
    .hero-content { text-align: left !important; width: 100%; }
    .hero-name { font-size: 32px; }
    .hero-main-title { font-size: 28px; margin-bottom: 15px; }
    .hero-desc { font-size: 16px; margin-bottom: 30px; }
    .hero-actions { flex-direction: column; gap: 15px; width: 100%; }
    .hero-btn { width: 100%; font-size: 13px; padding: 16px 10px; }
    .hero-note { width: 100%; }
}

/* =========================================
   2. PROBLEMS BLOCK
   ========================================= */
.problems-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: #fff;
    padding: 40px 0;
}

.problems-grid {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.problems-card {
    background: #f3f2ee;
    border: 1px solid rgba(127, 185, 141, 0.3);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    height: 100%;
    width: 100%;
}

.problems-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 10px 20px rgba(127, 185, 141, 0.15);
    border-color: #7fb98d;
}

.problems-card-top { width: 100%; }

.problems-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    width: 100%;
}

.problems-icon-box {
    width: 42px;
    height: 42px;
    background-color: rgba(127, 185, 141, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.problems-icon-box img { width: 24px; height: 24px; object-fit: contain; }

.problems-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-heading) !important;
    line-height: 1.3;
}

.problems-text {
    font-size: 14px;
    color: var(--main-text) !important;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.problems-link {
    font-size: 14px;
    font-weight: 600;
    color: #7fb98d !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
    margin-top: auto;
}

.problems-link:hover { color: #5da86e !important; text-decoration: underline; }

@media (max-width: 1400px) {
    .problems-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .problems-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .problems-wrapper { padding: 20px 0 !important; }
    .problems-grid { grid-template-columns: 1fr; gap: 15px; padding: 0 10px; }
    .problems-card { padding: 20px 20px 20px 80px; justify-content: center; min-height: 100px; display: block; }
    .problems-card-top { margin-bottom: 10px; }
    .problems-header { display: block; margin-bottom: 6px; width: auto; }
    .problems-icon-box { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); }
    .problems-text { margin-bottom: 10px; }
}

/* =========================================
   3. FORMAT BLOCK
   ========================================= */
.format-wrapper {
    width: 100%;
    max-width: 1278px;
    margin: 0 auto;
    padding: 60px 20px;
    background: #fff;
}
.format-container { width: 100%; }
.format-header-block { margin-bottom: 40px; text-align: left; }

.format-section-title { 
    font-size: 3rem; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin: 0 0 10px 0; 
    line-height: 1.1; 
}

.format-divider { height: 4px; width: 80px; background-color: #7fb98d; border-radius: 2px; margin-bottom: 20px; }

.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }

.service-item {
    background-color: #f3f2ee;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 25px;
    transition: 0.3s;
}
.service-item:hover { border-color: #7fb98d; box-shadow: 0 5px 15px rgba(127, 185, 141, 0.15); background-color: #fff; }
.item-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }

.item-title { 
    font-size: 18px; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin: 0; 
}

.item-tag { background: #fff; border: 1px solid #f89f73; color: #f89f73; font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 6px; white-space: nowrap; margin-left: 10px; }

.item-desc { 
    font-size: 15px; 
    line-height: 1.5; 
    color: var(--main-text) !important;
}

.item-desc p { margin: 0 0 10px 0; }
.item-desc strong, .item-desc b { font-weight: 700; color: #f89f73; font-size: 18px; display: block; margin-top: 8px; }
.item-desc em, .item-desc i { font-style: italic; }

.intensive-item { background: #fff; border: 2px solid rgba(127, 185, 141, 0.3); box-shadow: 0 10px 30px rgba(0,0,0,0.04); padding: 40px; border-radius: 24px; }
.intensive-item.expanded { box-shadow: 0 15px 40px rgba(127, 185, 141, 0.15); border-color: #7fb98d; }

.intensive-label { 
    font-size: 16px; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
    margin: 0 0 20px 0; 
}

.intensive-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; }
.intensive-list li { position: relative; padding-left: 20px; margin-bottom: 8px; font-size: 15px; line-height: 1.4; color: var(--main-text) !important; }
.intensive-list li::before { content: '•'; color: #7fb98d; font-weight: bold; font-size: 20px; position: absolute; left: 0; top: -4px; }
.alert-msg { background: #ecfdf5; padding: 15px; border-radius: 8px; font-size: 14px; color: #065f46 !important; margin: 30px 0; font-style: italic; border-left: 4px solid #7fb98d; }


.intensive-toggle-btn { 
    background: transparent; 
    border: 2px solid #f89f73; 
    color: #f89f73 !important; 
    padding: 8px 20px; 
    border-radius: 6px; 
    font-weight: 700; 
    font-size: 14px; 
    cursor: pointer; 
    transition: 0.3s; 
    margin-top: 20px; 
    display: inline-block; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
    
    
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.intensive-toggle-btn:hover, 
.intensive-toggle-btn:active { 
    background: #7fb98d; 
    border-color: #7fb98d; 
    color: #fff !important; 
}

.intensive-details { display: none; margin-top: 30px; border-top: 1px solid #eee; padding-top: 30px; }
.intensive-guarantee { margin-top: 30px; padding: 20px; background: #f0fdf4; border-radius: 8px; border-left: 4px solid #7fb98d; }
.intensive-guarantee p { margin: 0 0 10px 0; font-size: 15px; line-height: 1.5; color: var(--main-text) !important; }

.embedded-method { background: #f3f2ee; padding: 25px; border-radius: 12px; margin-bottom: 20px; border: 1px solid #e2e8f0; }

.embedded-method-title { 
    font-size: 20px; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin-bottom: 20px; 
    text-transform: uppercase; 
    border-bottom: 2px solid #7fb98d; 
    display: inline-block; 
    padding-bottom: 5px; 
}

.method-text { 
    font-size: 15px; 
    line-height: 1.7; 
    margin-bottom: 15px; 
    color: var(--main-text) !important; 
}
.method-text strong { font-weight: 700; }
.highlight-block { border-left: 4px solid #7fb98d; padding-left: 20px; margin: 25px 0; font-style: italic; color: var(--main-text) !important; }
.embedded-stats { display: flex; gap: 20px; margin: 25px 0; flex-wrap: wrap; }
.e-stat { flex: 1; background: #fff; padding: 20px; border-radius: 12px; border: 1px solid #e2e8f0; display: flex; align-items: center; gap: 15px; min-width: 240px; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.e-icon { width: 40px; height: 40px; border-radius: 50%; background: #f3f2ee; display: flex; align-items: center; justify-content: center; color: #f89f73; border: 1px solid #f89f73; flex-shrink: 0; }
.e-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.e-stat-content { display: flex; align-items: center; gap: 10px; text-align: left; }
.e-stat-val { font-size: 24px; font-weight: 800; color: #f89f73; line-height: 1; white-space: nowrap; margin-bottom: 0; }
.e-stat-txt { font-size: 13px; line-height: 1.3; color: #555 !important; /* Светло-серый - не меняем */ font-weight: 600; text-transform: uppercase; }
.e-stat-txt br { display: none; }
.unique-text-box { display: flex; gap: 15px; align-items: flex-start; margin-top: 25px; padding-top: 20px; border-top: 1px dashed #ccc; font-style: italic; font-weight: 500; color: #444 !important;  }

@media (max-width: 768px) {
    .format-wrapper { width: 100vw; max-width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 40px 0; }
    .format-container { padding: 0 20px; }
    .format-section-title { font-size: 2.2rem; }
    .format-grid { grid-template-columns: 1fr; }
    .intensive-list { grid-template-columns: 1fr; }
    .embedded-stats { flex-direction: column; }
    .intensive-item { padding: 25px; }
    .e-stat-content { display: block; }
    .e-stat-val { display: block; margin-bottom: 5px; }
    .e-stat-txt br { display: inline; }
}

/* =========================================
   4. CTA BLOCK
   ========================================= */
.cta-compact-wrapper { width: 100%; max-width: 1278px; margin: 0 auto; padding: 30px 20px; display: flex; justify-content: center; }
.cta-compact-card { background: #f3f2ee; max-width: 900px; width: 100%; border-radius: 16px; border: 1px solid rgba(127, 185, 141, 0.3); padding: 15px 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; box-shadow: 0 4px 10px rgba(0,0,0,0.03); }
.cta-compact-text { flex: 1; }

.cta-compact-title { 
    font-size: 20px; 
    font-weight: 700; 
    color: var(--main-heading) !important; /* #181a2f */
    margin: 0; 
    line-height: 1.2; 
}

.cta-compact-buttons { display: flex; gap: 12px; }
.cta-btn-small { display: flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 8px; text-decoration: none !important; font-weight: 600; font-size: 13px; color: #fff !important; transition: 0.3s; box-shadow: 0 2px 6px rgba(0,0,0,0.1); white-space: nowrap; }
.cta-btn-small svg { width: 16px; height: 16px; fill: currentColor; }
.cta-btn-small.telegram { background: #229ED9; }
.cta-btn-small.telegram:hover { background: #1b8ac0; transform: translateY(-2px); }
.cta-btn-small.whatsapp { background: #25D366; }
.cta-btn-small.whatsapp:hover { background: #1ebc57; transform: translateY(-2px); }

@media (max-width: 768px) {
    .cta-compact-wrapper { width: 100vw; max-width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 30px 10px; background: #fff; }
    .cta-compact-card { flex-direction: column; text-align: center; padding: 25px 20px; gap: 20px; border-radius: 16px; width: 100%; }
    .cta-compact-buttons { width: 100%; justify-content: center; flex-direction: column; }
    .cta-btn-small { justify-content: center; width: 100%; padding: 14px; font-size: 15px; }
}

/* =========================================
   5. COURSE BLOCK
   ========================================= */
.course-wrapper { width: 100%; max-width: 1278px; margin: 0 auto; padding: 60px 20px; background: transparent; display: block; }
.course-container { width: 100%; }
.course-header-block { margin-bottom: 40px; text-align: left; }

.course-section-title { 
    font-size: 3rem; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin: 0 0 10px 0; 
    line-height: 1.1; 
}

.course-divider { height: 4px; width: 80px; background-color: #7fb98d; border-radius: 2px; margin-bottom: 20px; }
.course-card { background: #f3f2ee; width: 100%; border-radius: 24px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05); border: 1px solid #e2e8f0; display: flex; overflow: hidden; position: relative; align-items: stretch; }
.course-content-side { flex: 1; padding: 60px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }

.course-title { 
    font-size: 32px; 
    font-weight: 800; 
    color: var(--main-heading) !important; 
    margin: 0 0 20px 0; 
    line-height: 1.2; 
}
.course-title p { margin: 0; }
.course-title span { color: #7fb98d; }

.course-desc { 
    font-size: 18px; 
    line-height: 1.6; 
    color: #475569 !important; 
    margin-bottom: 35px; 
    max-width: 500px; 
}

.course-highlight { color: #7fb98d; font-weight: 700; display: block; margin-bottom: 10px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.course-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 32px; background: #f89f73; color: #fff !important; border-radius: 12px; text-decoration: none !important; font-weight: 700; font-size: 16px; transition: 0.3s; align-self: flex-start; box-shadow: 0 4px 15px rgba(248, 159, 115, 0.3); }
.course-btn:hover { background: #7fb98d; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(127, 185, 141, 0.3); }
.course-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.course-photo-side { flex: 0 0 45%; position: relative; min-height: 100%; background-color: #e5e5e5; overflow: hidden; }
.course-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.course-card:hover .course-img { transform: scale(1.03); }
.course-photo-side::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 8px; background: #7fb98d; z-index: 2; }

@media (max-width: 900px) {
    .course-card { flex-direction: column-reverse; }
    .course-photo-side { width: 100%; height: 350px; flex: none; }
    .course-photo-side::before { width: 100%; height: 6px; left: 0; top: auto; bottom: 0; }
    .course-content-side { padding: 40px 30px; align-items: center; text-align: center; }
    .course-btn { align-self: center; width: 100%; max-width: 300px; }
}

@media (max-width: 768px) {
    .course-wrapper { width: 100vw; max-width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; padding: 40px 0; }
    .course-container { padding: 0 10px; }
    .course-section-title { font-size: 2.2rem; }
    .course-photo-side { display: none !important; }
    .course-title { font-size: 24px; }
    .course-content-side { padding: 30px 20px; }
}


.faq-wrapper {
    width: 100%;
    max-width: 1278px;
    margin: 0 auto;
    padding: 60px 20px;
    color: var(--main-text);
}

.faq-container { width: 100%; }

.faq-header { text-align: left; margin-bottom: 40px; }

.faq-title { 
    font-size: 3rem; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin: 0 0 10px 0; 
    line-height: 1.1; 
}

.faq-divider { width: 80px; height: 4px; background: #7fb98d; border-radius: 2px; margin-bottom: 20px; }

/* DESKTOP GRID */
.faq-desktop-view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.faq-col { display: flex; flex-direction: column; gap: 20px; }


.faq-mobile-view {
    display: none; 
    position: relative;
    width: 100%;
    overflow: hidden;
}

.faq-slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
    align-items: flex-start;
}

.faq-slide {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    padding: 0 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    width: 100%;
}

.faq-item.active { border-color: #7fb98d; box-shadow: 0 10px 30px rgba(127, 185, 141, 0.15); }

.faq-question { 
    padding: 20px 25px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    cursor: pointer; 
    background: #fff; 
    transition: background 0.3s; 
}
.faq-question:hover { background: #f9fafb; }

.faq-q-text { 
    font-size: 16px; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    padding-right: 20px; 
    line-height: 1.4; 
    text-align: left; 
}

.faq-icon { width: 24px; height: 24px; position: relative; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background-color: #7fb98d; border-radius: 2px; transition: transform 0.3s ease, background-color 0.3s; }
.faq-icon::before { width: 2px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); }
.faq-icon::after { width: 100%; height: 2px; top: 50%; left: 0; transform: translateY(-50%); }
.faq-item.active .faq-icon::before { transform: translateX(-50%) rotate(90deg); background-color: #f89f73; }
.faq-item.active .faq-icon::after { transform: translateY(-50%) rotate(180deg); background-color: #f89f73; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; background: #fff; }

.faq-answer-content { 
    padding: 0 25px 25px 25px; 
    font-size: 15px; 
    line-height: 1.6; 
    color: var(--main-text) !important;
    border-top: 1px solid transparent; 
    text-align: left; 
}

.faq-answer-content p { margin-bottom: 10px; }
.faq-answer-content ul { padding-left: 20px; margin: 10px 0; }
.faq-item.active .faq-answer-content { border-top-color: #f1f5f9; padding-top: 20px; }

/* CONTROLS */
.faq-controls { display: flex; justify-content: center; align-items: center; margin-top: 30px; gap: 15px; }
.faq-arrow { 
    width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 1px solid #7fb98d; color: #7fb98d; 
    display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.3s; box-shadow: 0 2px 5px rgba(0,0,0,0.05); flex-shrink: 0; 
}
.faq-arrow:hover { background: #7fb98d; color: #fff; }
.faq-arrow svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; }
.faq-dots { display: flex; gap: 8px; justify-content: center; align-items: center; }
.faq-dot { width: 10px; height: 10px; background: #e2e8f0; border-radius: 50%; cursor: pointer; transition: 0.3s; }
.faq-dot.active { background: #f89f73; transform: scale(1.2); }

@media (max-width: 768px) {
    .faq-wrapper { width: 100vw !important; max-width: 100vw !important; position: relative; left: 50%; right: 50%; margin-left: -50vw !important; margin-right: -50vw !important; padding: 40px 0 !important; }
    .faq-container { padding: 0 10px; }
    .faq-header { padding: 0 10px; }
    .faq-title { font-size: 2.2rem; }
    
    .faq-desktop-view { display: none !important; }
    .faq-mobile-view { display: block !important; padding: 0 10px; box-sizing: border-box; }
    
    .faq-question { padding: 15px 20px; }
    .faq-q-text { font-size: 15px; }
}


.blog-wrapper { width: 100%; max-width: 1278px; margin: 0 auto; padding: 60px 20px; }
.blog-container { width: 100%; }
.blog-header { margin-bottom: 40px; text-align: left; }

.blog-title { 
    font-size: 3rem; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin: 0 0 10px 0; 
    line-height: 1.1; 
}

.blog-divider { height: 4px; width: 80px; background-color: #7fb98d; border-radius: 2px; margin-bottom: 20px; }
.blog-slider-container { position: relative; width: 100%; }
.blog-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 100%; transition: transform 0.5s ease-out; }
.blog-slide { height: auto; display: flex; min-width: 0; }
.blog-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: all 0.3s ease; height: 100%; width: 100%; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02); }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(127, 185, 141, 0.15); border-color: #7fb98d; }
.blog-thumb { width: 100%; height: 180px; background-color: #f3f2ee; position: relative; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.05); }
.blog-cat { position: absolute; top: 10px; left: 10px; padding: 4px 10px; border-radius: 50px; background: #fff; font-size: 11px; font-weight: 700; text-transform: uppercase; color: #7fb98d; box-shadow: 0 2px 5px rgba(0,0,0,0.1); z-index: 2; }
.blog-cat.case { color: #f89f73; }
.blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }

.blog-card-title { 
    font-size: 18px; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin: 0 0 10px 0; 
    line-height: 1.3; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    min-height: 46px; 
}

.blog-excerpt { 
    font-size: 14px; 
    color: #475569 !important;
    line-height: 1.5; 
    margin-bottom: 15px; 
    flex-grow: 1; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
}

.blog-link { font-size: 13px; font-weight: 700; color: #7fb98d; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: color 0.3s; margin-top: auto; }
.blog-link:hover { color: #f89f73; }
.blog-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.blog-footer { margin-top: 40px; text-align: center; }
.blog-all-btn { display: inline-flex; align-items: center; padding: 14px 35px; background: #7fb98d; color: #fff !important; border-radius: 10px; text-decoration: none !important; font-weight: 700; font-size: 15px; transition: 0.3s; box-shadow: 0 4px 10px rgba(127, 185, 141, 0.3); }
.blog-all-btn:hover { background: #f89f73; transform: translateY(-2px); box-shadow: 0 6px 15px rgba(248, 159, 115, 0.3); }
.blog-controls { display: none; position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); justify-content: space-between; pointer-events: none; padding: 0 10px; z-index: 10; }
.blog-prev, .blog-next { width: 40px; height: 40px; background: rgba(255, 255, 255, 0.9); border: 1px solid #e2e8f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #7fb98d; cursor: pointer; transition: 0.3s; pointer-events: auto; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.blog-prev svg, .blog-next svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }

@media (max-width: 1100px) {
    .blog-track { grid-template-columns: repeat(2, 1fr); }
    .blog-thumb { height: 200px; }
}
@media (max-width: 600px) {
    .blog-wrapper { width: 100vw !important; max-width: 100vw !important; position: relative; left: 50%; right: 50%; margin-left: -50vw !important; margin-right: -50vw !important; padding: 40px 0 !important; }
    .blog-container { padding: 0 20px; }
    .blog-title { font-size: 2.2rem; }
    .blog-slider-container { overflow: hidden; padding-bottom: 10px; }
    .blog-track { display: flex; grid-template-columns: none; gap: 0; width: 100%; }
    .blog-slide { width: 100%; flex-shrink: 0; padding: 0 10px; box-sizing: border-box; }
    .blog-controls { display: flex; }
    .blog-thumb { height: 220px; }
    .blog-all-btn { width: 100%; justify-content: center; }
    .blog-footer { padding: 0 20px; }
}


.reviews-wrapper { max-width: 1278px; width: 100%; margin: 0 auto; padding: 60px 20px; color: #000; background: transparent; position: relative; }
.reviews-header { margin-bottom: 40px; text-align: left; }

.reviews-title { 
    font-size: 3rem; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin: 0 0 10px 0; 
    line-height: 1.1; 
}

.reviews-divider { height: 4px; width: 80px; background-color: #7fb98d; border-radius: 2px; margin-bottom: 20px; }
.custom-slider-viewport { overflow: hidden; position: relative; padding: 10px 0 20px 0; margin: -10px 0; }
.custom-slider-track { display: flex; transition: transform 0.5s ease-in-out; width: 100%; align-items: stretch; }
.custom-slide { flex-shrink: 0; padding: 0 10px; box-sizing: border-box; display: flex; height: auto; }
.review-card { background: #fff; border-radius: 16px; border: 1px solid #e2e8f0; width: 100%; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: 0.3s; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02); min-height: 340px; height: 100%; }
.review-card:hover { border-color: #7fb98d; box-shadow: 0 8px 25px rgba(127, 185, 141, 0.15); }
.review-card.video-type { padding: 0; background: #000; cursor: pointer; }
.video-facade { position: relative; width: 100%; height: 100%; min-height: 340px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #000; }
.video-thumb-cover, .video-thumb-contain { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; transition: opacity 0.3s; }
.video-thumb-cover { object-fit: cover; }
.video-thumb-contain { object-fit: contain; }
.play-btn { width: 70px; height: 70px; background: rgba(255, 255, 255, 0.9); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 10; transition: transform 0.3s, background 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.play-btn svg { width: 28px; height: 28px; fill: #7fb98d; margin-left: 4px; }
.video-facade:hover .play-btn { transform: scale(1.1); background: #fff; }
.video-facade:hover .play-btn svg { fill: #f89f73; }
.video-active iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; border: 0; background: #000; }
.video-active .video-thumb-cover, .video-active .video-thumb-contain, .video-active .play-btn { display: none; }
.review-head { background-color: #7fb98d; padding: 25px 30px; display: flex; align-items: center; gap: 15px; position: relative; z-index: 2; min-height: 100px; }
.review-card.text-type::after { content: '”'; position: absolute; top: -10px; right: 20px; font-size: 120px; line-height: 1; color: #fff; font-family: serif; opacity: 0.2; pointer-events: none; z-index: 3; }
.review-avatar { width: 50px; height: 50px; background: #fff; color: #7fb98d; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; flex-shrink: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.review-info h4 { margin: 0; font-size: 18px; font-weight: 700; color: #fff; }
.review-info span { font-size: 14px; color: rgba(255, 255, 255, 0.9); }
.review-content-wrapper { padding: 30px; flex-grow: 1; display: flex; flex-direction: column; background: #fff; position: relative; z-index: 2; justify-content: space-between; }

.review-body { 
    font-size: 16px; 
    line-height: 1.6; 
    color: var(--main-text) !important; 
    position: relative; 
    display: -webkit-box; 
    -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical; 
    overflow: hidden; 
    transition: max-height 0.5s ease; 
    margin-bottom: 15px; 
    max-height: 160px; 
}

.review-body.expanded { -webkit-line-clamp: unset; overflow: visible; max-height: 1000px; }
span.read-more-btn { display: none; color: #7fb98d !important; font-weight: 700 !important; font-size: 14px !important; cursor: pointer; border-bottom: 1px dashed #7fb98d !important; align-self: flex-start; transition: 0.3s; background: none !important; padding: 0 !important; margin: 0 !important; box-shadow: none !important; border-radius: 0 !important; text-transform: none !important; line-height: normal !important; }
span.read-more-btn:hover { color: #f89f73 !important; border-bottom-color: #f89f73 !important; }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 50; cursor: pointer; width: 44px; height: 44px; background: #7fb98d; border-radius: 50%; color: #fff; border: 1px solid #e2e8f0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: 0.3s; display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; }
.slider-btn:hover { background: #f89f73; color: #fff; border-color: #f89f73; }
.slider-btn-prev { left: -10px; }
.slider-btn-next { right: -10px; }
.slider-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 600px) {
    .reviews-wrapper { width: 100vw !important; max-width: 100vw !important; position: relative; left: 50%; right: 50%; margin-left: -50vw !important; margin-right: -50vw !important; padding: 40px 0 !important; }
    .reviews-header { padding: 0 20px; text-align: left; }
    .custom-slider-viewport { padding: 0 0 20px 0; margin: 0; width: 100%; }
    .custom-slide { padding: 0 10px; }
    .review-card, .video-facade { border-radius: 16px; min-height: 250px; }
    .review-card { border: 1px solid #e2e8f0; margin-bottom: 10px; }
    .reviews-title { font-size: 2.2rem; }
    .slider-btn { width: 36px; height: 36px; opacity: 0.9; }
    .slider-btn-prev { left: 10px; }
    .slider-btn-next { right: 10px; }
}


.bio-wrapper { width: 100%; max-width: 1278px; margin: 0 auto; padding: 40px 20px; box-sizing: border-box; background: white!important; }
.bio-header { margin-bottom: 40px; text-align: left; }

.bio-title { 
    font-size: 3rem; 
    font-weight: 700; 
    color: var(--main-heading) !important; /* #181a2f */
    margin: 0 0 10px 0; 
    line-height: 1.1; 
}

.bio-divider { height: 4px; width: 80px; background-color: #7fb98d; border-radius: 2px; margin-bottom: 20px; }
.bio-desktop-view { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.bio-mobile-view { display: none; }
.bio-card { background: #fff; border-radius: 12px; padding: 30px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02); transition: border-color 0.3s, box-shadow 0.3s; }
.bio-card:hover { border-color: #7fb98d; box-shadow: 0 10px 20px rgba(127, 185, 141, 0.15); }
.bio-video-card { grid-column: span 12; padding: 0; overflow: hidden; position: relative; background: #000; height: 500px; }
.bio-video-card iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; border: 0; }
.bio-education-card { grid-column: span 12; }

.bio-card-title { 
    font-size: 24px; 
    font-weight: 700; 
    color: var(--main-heading) !important; /* #181a2f */
    margin-bottom: 25px; 
    display: flex; 
    align-items: center; 
    gap: 15px; 
}

.bio-icon-box { background-color: #fff; color: #7fb98d; border: 1px solid #7fb98d; padding: 10px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.bio-icon-box svg { width: 24px; height: 24px; }
.edu-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.edu-item { background: #f3f2ee; padding: 25px 25px 25px 60px; border-radius: 16px; border: 1px solid rgba(127, 185, 141, 0.2); position: relative; }
.edu-num { position: absolute; top: 15px; left: 15px; font-size: 24px; font-weight: 800; color: #7fb98d; opacity: 0.5; line-height: 1; }

.edu-text { 
    font-size: 15px; 
    color: var(--main-text) !important; 
    margin-bottom: 10px; 
    position: relative; 
    z-index: 2; 
}

.edu-text p { margin: 0; }
.edu-text strong, .edu-text b { font-weight: 700; }
.edu-link { font-size: 13px; font-weight: 700; color: #f89f73; text-decoration: none; border-bottom: 1px dashed #f89f73; transition: 0.3s; position: relative; z-index: 2; }
.edu-link:hover { color: #7fb98d; border-color: #7fb98d; }
.bio-experience-card { grid-column: span 12; }
.bio-exp-list { margin-bottom: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.bio-list-item { display: flex; gap: 15px; margin-bottom: 15px; }
.bio-bullet { min-width: 12px; height: 12px; background-color: #f89f73; border-radius: 50%; margin-top: 8px; box-shadow: 0 0 0 4px rgba(248, 159, 115, 0.2); flex-shrink: 0; }

.bio-text { 
    font-size: 16px; 
    color: var(--main-text) !important; 
}

.rec-slider-container { position: relative; width: 100%; overflow: hidden; padding: 0 50px 40px 50px; }
.rec-track { display: flex; transition: transform 0.5s ease-in-out; width: 100%; align-items: stretch; }
.rec-slide { flex-shrink: 0; padding: 0 10px; box-sizing: border-box; height: auto; display: flex; }
.rec-item { background: #f3f2ee; padding: 25px; border-radius: 16px; border: 1px solid rgba(127, 185, 141, 0.2); height: 100%; width: 100%; display: flex; flex-direction: column; position: relative; }
.rec-header { display: flex; gap: 15px; margin-bottom: 15px; align-items: flex-start; }
.rec-photo { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); flex-shrink: 0; }
.rec-info h4 { margin: 0 0 5px 0; font-size: 16px; font-weight: 700; color: #1e293b!important; line-height: 1.3; }
.rec-info p { margin: 0; font-size: 12px; color: #64748b!important; line-height: 1.4; }

.rec-text { 
    font-size: 14px; 
    font-style: italic; 
    color: var(--main-text) !important;
    line-height: 1.6; 
    flex-grow: 1; 
    position: relative; 
    overflow: hidden; 
}

.rec-read-more { display: none; margin-top: 10px; color: #7fb98d; font-weight: 700; font-size: 13px; cursor: pointer; border-bottom: 1px dashed #7fb98d; align-self: flex-start; }
.rec-prev, .rec-next { position: absolute; top: 45%; transform: translateY(-50%); width: 40px; height: 40px; background: #7fb98d; color: #fff; border: 1px solid #7fb98d; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 10; box-shadow: 0 2px 5px rgba(0,0,0,0.1); transition: 0.3s; }
.rec-prev { left: 0; }
.rec-next { right: 0; }
.rec-prev:hover, .rec-next:hover { background: #f89f73; border-color: #f89f73; }
.rec-prev svg, .rec-next svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.rec-dots { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; display: flex; justify-content: center; gap: 8px; z-index: 10; }
.rec-dot { width: 10px; height: 10px; background: #d1d5db; border-radius: 50%; cursor: pointer; transition: 0.3s; }
.rec-dot.active { background: #7fb98d; transform: scale(1.2); }
.bio-science-card { grid-column: span 12; display: grid; grid-template-columns: 2fr 1fr; gap: 30px; align-items: center; }

.bio-science-text h3 { 
    font-size: 20px; 
    font-weight: 700; 
    margin: 0; 
    color: var(--main-heading) !important; 
}

.bio-science-text p { 
    color: var(--main-text) !important; 
    margin: 0 0 10px 0; 
    font-size: 18px; 
}

.bio-award-box { background: #f0fdf4; padding: 20px; border-radius: 12px; border: 1px solid #7fb98d; display: flex; gap: 15px; align-items: center; }
.award-title { font-weight: 700; font-size: 1.1rem; line-height: 1.2; color: #000; }
.award-desc { font-size: 0.9rem; margin-top: 2px; color: #334155; }
/* ACCORDION BTN FIX */
.accordion-btn {
    width: 100%; 
    background: #f3f2ee!important;  
    border: 1px solid #e2e8f0; 
    border-radius: 16px; 
    padding: 20px; 
    text-align: left; 
    font-size: 18px; 
    font-weight: 700; 
    color: #000; 
    cursor: pointer; 
    margin-bottom: 15px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    transition: 0.3s; 
    position: relative; 
    z-index: 2;
    -webkit-tap-highlight-color: transparent; 
    outline: none;
}
.accordion-btn:hover, .accordion-btn.active { border-color: #f3f2ee!important; box-shadow: 0 8px 20px rgba(127, 185, 141, 0.15); }
.accordion-left { display: flex; align-items: center; gap: 15px; }
.accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-out; background: #fff; border-radius: 0 0 16px 16px; margin-top: -25px; margin-bottom: 15px; border: 1px solid #e2e8f0; border-top: none; opacity: 0; position: relative; z-index: 1; }
.accordion-btn.active { border-bottom: 1px solid transparent; border-radius: 16px 16px 0 0; }
.accordion-btn.active + .accordion-content { opacity: 1; margin-top: 0; }
.accordion-content-inner { padding: 20px; border-top: 1px solid #eee; }
.accordion-icon { transition: 0.3s; color: #7fb98d; }
.accordion-btn.active .accordion-icon { transform: rotate(180deg); color: #f89f73; }

@media (max-width: 1024px) {
    .bio-desktop-view { grid-template-columns: 1fr; }
    .bio-video-card, .bio-education-card, .bio-experience-card, .bio-science-card { grid-column: span 1; }
    .bio-video-card { height: 350px; }
    .edu-list { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .bio-wrapper { position: relative; width: 100vw !important; max-width: 100vw !important; left: 50%; right: 50%; margin-left: -50vw !important; margin-right: -50vw !important; padding: 20px 10px !important; box-sizing: border-box !important; }
    /* FORCE HIDE DESKTOP */
    .bio-desktop-view { display: none !important; }
    /* FORCE SHOW MOBILE */
    .bio-header, .bio-mobile-view { display: block !important; width: 100%; margin: 0; padding: 0; }
    .bio-video-mobile { margin-bottom: 25px; border-radius: 16px; overflow: hidden; height: 250px; background: #000; }
    .bio-video-mobile iframe { width: 100%; height: 100%; border: 0; }
    .bio-title { font-size: 2.2rem; }
    .bio-science-card { grid-template-columns: 1fr; }
    .rec-slider-container { padding: 0 0 40px 0; }
    .rec-prev, .rec-next { top: 160px; transform: none; }
    .rec-prev { left: 0; }
    .rec-next { right: 0; }
    .rec-text.mobile-collapsed { max-height: 120px; overflow: hidden; position: relative; }
    .rec-text.mobile-collapsed::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; background: linear-gradient(to bottom, transparent, #f3f2ee); }
    .rec-read-more { display: inline-block; }
}


.contact-unified-wrapper { width: 100%; max-width: 1278px; margin: 0 auto; padding: 60px 20px; background: transparent; display: block; }
.contact-header { margin-bottom: 40px; text-align: left; }

.contact-title { 
    font-size: 3rem; 
    font-weight: 700; 
    color: var(--main-heading) !important; /* #181a2f */
    margin: 0 0 10px 0; 
    line-height: 1.1; 
}

.contact-divider { height: 4px; width: 80px; background-color: #7fb98d; border-radius: 2px; margin-bottom: 20px; }
.unified-card { background: #fff; max-width: 1278px; width: 100%; border-radius: 24px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05); border: 1px solid #e2e8f0; display: flex; overflow: hidden; position: relative; align-items: stretch; min-height: 400px; }
.uc-photo-side { flex: 0 0 40%; position: relative; min-height: 400px; background-color: #f3f2ee; }
.uc-photo-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.uc-content-side { flex: 1; padding: 50px; display: flex; flex-direction: column; justify-content: center; z-index: 2; background: #fff; }

.uc-name { 
    font-size: 32px; 
    font-weight: 800; 
    color: var(--main-heading) !important; 
    margin: 0 0 10px 0; 
    line-height: 1.1; 
}

.uc-prof { font-size: 16px; color: #7fb98d; font-weight: 600; margin: 0 0 25px 0; letter-spacing: 0.5px; }
.uc-divider { height: 1px; background: rgba(127, 185, 141, 0.3); width: 100%; margin-bottom: 30px; }

.uc-section-title { 
    font-size: 18px; 
    font-weight: 700; 
    color: var(--main-heading) !important; 
    margin-bottom: 20px; 
}

.uc-messengers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 35px; }
.uc-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 20px; border-radius: 12px; text-decoration: none !important; font-weight: 700; font-size: 15px; transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0,0,0,0.05); color: #fff !important; }
.uc-btn svg { width: 24px; height: 24px; fill: currentColor; }
.uc-btn.telegram { background: #229ED9; }
.uc-btn.telegram:hover { background: #1b8ac0; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(34, 158, 217, 0.3); }
.uc-btn.whatsapp { background: #25D366; }
.uc-btn.whatsapp:hover { background: #1ebc57; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3); }
.uc-socials-box { background: #f3f2ee; padding: 30px; border-radius: 16px; border: 1px solid rgba(127, 185, 141, 0.3); }
.uc-socials-text { font-size: 15px; line-height: 1.5; color: #64748b; margin-bottom: 20px; font-weight: 500; }
.uc-socials-row { display: flex; gap: 15px; }
.uc-social-btn { display: flex; align-items: center; gap: 8px; padding: 12px 25px; background: #f89f73; border-radius: 50px; text-decoration: none !important; color: #fff !important; font-weight: 600; font-size: 14px; transition: 0.3s; border: none; box-shadow: 0 4px 10px rgba(248, 159, 115, 0.2); }
.uc-social-btn svg { width: 18px; height: 18px; fill: currentColor; }
.uc-social-btn:hover { background: #7fb98d; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(127, 185, 141, 0.2); }

@media (max-width: 900px) {
    .unified-card { flex-direction: column !important; height: auto; align-items: flex-start; min-height: 0; }
    .uc-photo-side { width: 100%; height: 300px; min-height: 300px; flex: none; }
    .uc-content-side { width: 100%; padding: 40px 30px; }
}

@media (max-width: 768px) {
    .contact-unified-wrapper { width: 100vw !important; max-width: 100vw !important; position: relative; left: 50%; right: 50%; margin-left: -50vw !important; margin-right: -50vw !important; padding: 40px 10px !important; }
    .contact-header { padding: 0 10px; }
    .contact-title { font-size: 2.2rem; }
    .uc-photo-side { height: 220px; min-height: 220px; }
    .uc-content-side { padding: 30px 20px; }
    .uc-name { font-size: 26px; }
    .uc-messengers-grid { grid-template-columns: 1fr; }
    .uc-socials-row { flex-direction: column; }
    .uc-social-btn { justify-content: center; width: 100%; }
}



/* --- СТИЛИ ДЛЯ БЛОКА С ТЕСТОМ --- */
    .quiz-wrapper {
        width: 100%;
        max-width: 900px; /* Ширина как у блока контактов */
        margin: 60px auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .quiz-card {
        background: #fff;
        border: 1px solid #e2e8f0; /* Легкая рамка */
        border-radius: 24px; /* Закругленные углы */
        padding: 40px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Тень */
    }
    .quiz-title {
        font-size: 32px;
        font-weight: 700;
        color: #2f3030;
        margin-bottom: 30px;
        text-align: center;
    }

    /* --- Стилизация самого плагина QSM под дизайн сайта --- */
    /* Убираем лишние отступы плагина */
    .qsm-quiz-container { max-width: 100% !important; margin: 0 !important; }
    
    /* Кнопки (Далее, Отправить) делаем зелеными */
    .qsm-btn, .qmn_btn, input[type="submit"].qmn_btn {
        background-color: #7fb98d !important; /* Ваш зеленый */
        color: #fff !important;
        border: none !important;
        border-radius: 12px !important;
        padding: 12px 24px !important;
        font-family: inherit !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 4px 6px rgba(127, 185, 141, 0.2);
    }
    .qsm-btn:hover, .qmn_btn:hover, input[type="submit"].qmn_btn:hover {
        background-color: #f89f73 !important; /* Оранжевый при наведении */
        transform: translateY(-2px);
    }

    /* Поля ввода (Имя, Телефон) */
    .qmn_quiz_container input[type="text"], 
    .qmn_quiz_container input[type="email"], 
    .qmn_quiz_container input[type="number"] {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        background: #f9f9f9;
        font-size: 16px;
    }
    
    /* Радиокнопки и Чекбоксы (ответы) */
    .qmn_question_answer_item label {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 8px;
        font-size: 16px;
        color: #2f3030;
    }

    /* Адаптив для мобильных */
    @media (max-width: 768px) {
        .quiz-card { padding: 20px; border-radius: 16px; }
        .quiz-title { font-size: 24px; }
    }