html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

img {
    height: auto;
}

.elementor-button:focus-visible,
a:focus-visible {
    outline: 3px solid #111;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .elementor-12 .elementor-element.elementor-element-4f350a18 {
        padding-top: 0;
    }

    .elementor-12 .elementor-element.elementor-element-4204c652 {
        display: none;
    }
}

.conversion-info,
.faq-section {
    padding: 76px 20px;
    font-family: "Rubik", Arial, sans-serif;
}

.conversion-info {
    color: #172033;
    background: linear-gradient(180deg, #f7fbff, #fff);
    border-top: 1px solid #e7eef5;
}

.faq-section {
    color: #172033;
    background: #f5f7fb;
}

.conversion-inner {
    width: min(1080px, 100%);
    margin: 0 auto;
}

.conversion-kicker {
    margin: 0 0 8px;
    color: #00a1dc;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    text-align: center;
}

.conversion-info h2,
.faq-section h2 {
    max-width: 760px;
    margin: 0 auto 34px;
    color: #101828;
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
    text-align: center;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.info-card {
    padding: 28px;
    border: 1px solid #dce6ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 45px rgba(16, 24, 40, .06);
}

.info-icon {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #e8faff;
    font-size: 25px;
}

.info-card h3,
.seller-box h3 {
    margin: 0 0 10px;
    color: #101828;
    font-size: 21px;
    font-weight: 800;
}

.info-card p {
    margin: 0 0 14px;
    color: #344054;
    font-size: 16px;
    line-height: 1.55;
}

.info-card small {
    color: #667085;
    font-size: 13px;
    line-height: 1.45;
}

.seller-box {
    margin-top: 20px;
    padding: 25px 28px;
    border-radius: 18px;
    color: #fff;
    background: #12263a;
}

.seller-box h3 { color: #fff; }
.seller-box ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 28px; margin: 0; padding: 0; list-style: none; }
.seller-box li { display: flex; gap: 8px; color: #d8e2eb; font-size: 14px; }
.seller-box strong { color: #fff; }

.faq-inner { max-width: 900px; }
.faq-list { display: grid; gap: 10px; }

.faq-list details {
    border: 1px solid #dfe5ec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(16, 24, 40, .035);
}

.faq-list summary {
    position: relative;
    padding: 20px 54px 20px 22px;
    color: #101828;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 14px; right: 20px; color: #12a64a; font-size: 30px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details[open] summary { border-bottom: 1px solid #edf0f4; }
.faq-list details p { margin: 0; padding: 18px 22px 22px; color: #475467; font-size: 15px; line-height: 1.65; }

.faq-cta {
    width: fit-content;
    display: block;
    margin: 32px auto 10px;
    padding: 17px 30px;
    border: 0;
    border-bottom: 5px solid #268e28;
    border-radius: 50px;
    color: #fff !important;
    background: #47cb59;
    box-shadow: 0 14px 28px rgba(38, 142, 40, .22);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    text-decoration: none !important;
}

.faq-cta:hover { background: #37b948; transform: translateY(-1px); }
.faq-note { margin: 0; color: #667085; font-size: 13px; text-align: center; }

@media (max-width: 767px) {
    .conversion-info,
    .faq-section { padding: 54px 18px; }
    .info-grid { grid-template-columns: 1fr; }
    .info-card { padding: 23px; }
    .seller-box { padding: 23px; }
    .seller-box ul { grid-template-columns: 1fr; }
    .seller-box li { display: grid; gap: 1px; }
    .faq-list summary { font-size: 16px; }
    .faq-cta { width: 100%; padding-inline: 18px; font-size: 16px; }
}
