.elementor-16498 .elementor-element.elementor-element-3542e62{--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;}.elementor-16498 .elementor-element.elementor-element-3542e62:not(.elementor-motion-effects-element-type-background), .elementor-16498 .elementor-element.elementor-element-3542e62 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F3F7;}/* Start custom CSS for html, class: .elementor-element-4ff6737 *//* --- RESET --- */
.ak-wrapper * {
    box-sizing: border-box;
}

/* --- MAIN WRAPPER --- */
.ak-wrapper {
    font-family: 'Outfit', sans-serif;
    color: #333;
    width: 100%;
    margin: 0;
    padding: 80px 20px;
    
    /* ФОН: Чистый стандартный цвет */
    background-color: #F7F3F7 !important;
    background-image: none !important;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    text-align: center;
}

/* --- SVG ICON STYLES --- */
.ak-svg-icon {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Larger size for method circles */
.ak-icon-circle .ak-svg-icon {
    width: 40px;
    height: 40px;
    stroke-width: 1.2;
}

/* --- HERO SECTION --- */
.ak-badge {
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #666;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.ak-hero-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}

.ak-text-gradient {
    background: linear-gradient(90deg, #1456a6, #6425a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.ak-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.ak-hero-desc {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.ak-hero-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #1456a6, #6425a8);
    margin: 40px auto 0 auto;
    border-radius: 2px;
}

/* --- INTRO SECTION --- */
.ak-intro {
    max-width: 800px;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}
.ak-intro h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 20px;
}
.ak-intro p {
    margin-bottom: 20px;
}

/* --- METHOD SECTION --- */
.ak-section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #000;
    margin-bottom: 40px;
}

.ak-method-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1200px;
}

.ak-method-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #eee;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ak-method-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.ak-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #f0f0f0;
}

/* Icon Colors */
.icon-blue { background: rgba(20, 86, 166, 0.1); color: #1456a6; }
.icon-purple { background: rgba(100, 37, 168, 0.1); color: #6425a8; }
.icon-red { background: rgba(217, 29, 52, 0.1); color: #d91d34; }

.ak-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0 0 15px 0;
    color: #222;
    letter-spacing: 1px;
}

.ak-card-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* --- AREAS SECTION --- */
.ak-areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    width: 100%;
    max-width: 1000px;
    text-align: left;
}

.ak-area-item {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #1456a6;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
}

.ak-area-item:hover {
    box-shadow: 0 10px 30px rgba(20, 86, 166, 0.1);
    transform: translateX(5px);
}

.ak-area-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.ak-area-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1456a6;
    background: rgba(20, 86, 166, 0.05);
    padding: 8px;
    border-radius: 8px;
}

.ak-area-item h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
    color: #1456a6;
}

.ak-area-item p {
    margin: 0;
    font-size: 1rem;
    color: #555;
    padding-left: 55px; /* Alignment */
}

/* --- WHY CHOOSE (Dark Box) --- */
.ak-why-box {
    background: linear-gradient(135deg, #2c3e50 0%, #000 100%);
    color: #fff;
    padding: 60px;
    border-radius: 20px;
    width: 100%;
    max-width: 900px;
    text-align: left;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.ak-why-box h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 30px 0;
    text-align: center;
    background: linear-gradient(90deg, #fff, #bbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ak-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ak-why-list li {
    font-size: 1.1rem;
    line-height: 1.6;
    padding-left: 35px;
    position: relative;
}

/* SVG Checkmark for list */
.ak-why-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23aaddff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.ak-why-list strong {
    color: #aaddff;
    font-family: 'Inter', sans-serif;
}

/* --- FINAL CTA --- */
.ak-cta-final {
    margin-bottom: 40px;
}

.ak-cta-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #000;
    margin-bottom: 10px;
}

/* --- BUTTON STYLE (MODIFIED HOVER) --- */
.ak-btn-primary {
    display: inline-block;
    margin-top: 30px;
    
    /* Стандартный градиент */
    background: linear-gradient(90deg, #1456a6, #6425a8);
    
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(20, 86, 166, 0.3);
    transition: all 0.3s ease;
}

.ak-btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(20, 86, 166, 0.5);
    
    /* Новый градиент при наведении */
    background: linear-gradient(90deg, #6227a8, #1854a6);
    
    color: #fff; /* Текст остается белым */
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .ak-wrapper {
        padding: 40px 20px;
        gap: 60px;
    }
    .ak-hero-title { font-size: 2.8rem; }
    .ak-hero-subtitle { font-size: 1.4rem; }
    .ak-areas-grid { grid-template-columns: 1fr; }
    .ak-why-box { padding: 30px; }
    .ak-area-item p { padding-left: 0; margin-top: 5px; }
    .ak-area-header { gap: 10px; }
}/* End custom CSS */