.elementor-73 .elementor-element.elementor-element-3359cc6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3e888c1 */.ianchi-landing {
    color: #111;
    background: #ffffff;
    font-family: "zalando", Sans-serif ;
}

.ianchi-landing h1, .ianchi-landing h2, .ianchi-landing h3{
font-weight: 800 !important;
}




.ianchi-faq p{
    padding-top: 20px;
    font-weight: 400 ;

}

.ianchi-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.ianchi-section,
.ianchi-hero {
    padding: 88px 0;
}

.ianchi-soft-bg {
    background: #f6fff2;
}

.ianchi-hero-grid,
.ianchi-two-columns,
.ianchi-trust-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.ianchi-eyebrow,
.ianchi-section-label {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 999px;
    background: #ecffd8;
    color: #4c8d00;
    font-size: 13px;
    font-weight: 800;
}

.ianchi-hero h1,
.ianchi-section h2,
.ianchi-cta-box h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.04em;
        font-weight: 800;
}

.ianchi-section h2,
.ianchi-cta-box h2 {
    font-size: clamp(30px, 4vw, 46px);
}

.ianchi-hero-text,
.ianchi-section-heading p,
.ianchi-two-columns p,
.ianchi-cta-box p {
    font-size: 18px;
    line-height: 1.65;
    color: #3f3f3f;
    
}

.ianchi-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0;
}

.ianchi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.ianchi-btn-primary {
    background: #111;
    color: #fff !important;
}

.ianchi-btn-secondary {
    background: #fff;
    color: #111 !important;
    border: 1px solid #ddd;
}

.ianchi-hero-points {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
}

.ianchi-hero-points li::before {
    content: "✓";
    margin-right: 8px;
    color: #72c900;
    font-weight: 900;
}

.ianchi-hero-card,
.ianchi-card,
.ianchi-step,
.ianchi-list-card,
.ianchi-trust-card,
.ianchi-cta-box,
.ianchi-faq details {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.05);
}

.ianchi-cta-box {
    max-width: 800px;
    margin-right:auto;
    margin-left: auto;
    }

.ianchi-hero-card {
    padding: 26px;
}

.ianchi-dashboard-preview {
    padding: 24px;
    border-radius: 20px;
    background: #fbfbfb;
}

.ianchi-preview-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.ianchi-preview-score {
    margin-bottom: 24px;
}

.ianchi-preview-score span {
    display: block;
    color: #555;
}

.ianchi-preview-score strong {
    font-size: 64px;
    line-height: 1;
}

.ianchi-preview-score small {
    font-size: 20px;
    font-weight: 800;
}

.ianchi-preview-bars {
    display: grid;
    gap: 14px;
}

.ianchi-preview-bars div {
    display: grid;
    gap: 8px;
}

.ianchi-preview-bars div::after {
    content: "";
    display: block;
    height: 8px;
    background: #e9e9e9;
    border-radius: 999px;
}

.ianchi-preview-bars b {
    display: block;
    height: 8px;
    margin-bottom: -16px;
    background: #83d300;
    border-radius: 999px;
    position: relative;
    z-index: 2;
}

.ianchi-preview-recommendation {
    margin-top: 24px;
    padding: 18px;
    background: #f3ffe8;
    border-radius: 18px;
}

.ianchi-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
}

.ianchi-card-grid,
.ianchi-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ianchi-card,
.ianchi-step,
.ianchi-list-card,
.ianchi-trust-card {
    padding: 24px;
}

.ianchi-icon,
.ianchi-step span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 14px;
    background: #ecffd8;
    color: #4c8d00;
    font-weight: 900;
}

.ianchi-card h3,
.ianchi-step h3,
.ianchi-trust-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
}

.ianchi-card p,
.ianchi-step p,
.ianchi-list-card li,
.ianchi-trust-card li,
.ianchi-faq p {
    color: #444;
    line-height: 1.6;
}

.ianchi-list-card ul,
.ianchi-trust-card ul {
    margin: 0;
    padding-left: 20px;
}

.ianchi-list-card li,
.ianchi-trust-card li {
    margin-bottom: 10px;
}

.ianchi-cta-section {
    padding: 80px 0;
    background: #111;
}

.ianchi-cta-box {
    padding: 46px;
    text-align: center;
}

.ianchi-faq {
    display: grid;
    gap: 14px;
}

.ianchi-faq details {
    padding: 20px 24px;
}

.ianchi-faq summary {
    cursor: pointer;
    font-weight: 800;
    font-size: 17px;
}

@media (max-width: 900px) {
    .ianchi-hero-grid,
    .ianchi-two-columns,
    .ianchi-trust-grid {
        grid-template-columns: 1fr;
    }

    .ianchi-card-grid,
    .ianchi-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .ianchi-section,
    .ianchi-hero {
        padding: 60px 0;
    }

    .ianchi-card-grid,
    .ianchi-steps {
        grid-template-columns: 1fr;
    }

    .ianchi-cta-box {
        padding: 28px;
    }
}/* End custom CSS */