.sidecard {
    background: #ffffff;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
    border: 1px solid #eef2f7;
}

.sidecard h3 {
    margin: 0 0 14px;
    font-size: 20px;
}

.sidecard ul {
    margin: 0;
    padding-left: 18px;
    color: #64748b;
    line-height: 1.9;
    font-size: 15px;
}

.sidecard p {
    margin: 0 0 14px;
    color: #94a3b8;
    line-height: 1.7;
    font-size: 15px;
}

.sidecard a {
    color: #10c69a;
    font-weight: 800;
    text-decoration: none;
}

.sidecard.dark {
    background: #0f172a;
    color: #fff;
}

.sidecard.dark h3 {
    color: #fff;
}

.sidecard.dark p {
    color: #cbd5e1;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f8fafc;
    color: #0f172a
}

.wrap {
    max-width: 1240px;
    margin: auto;
    padding: 34px 20px 70px
}

/* NAV */
.crumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    margin-bottom: 16px;
    color: #64748b
}

.crumbs a {
    text-decoration: none;
    color: #64748b;
    font-weight: 600
}

.crumbs a:hover {
    color: #10c69a
}

.crumbs strong {
    color: #0f172a
}

.toolnav {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 28px
}

.toolnav a {
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    color: #334155;
}

.toolnav a.active {
    background: #0f172a;
    color: #fff
}

.toolnav a:hover {
    background: #10c69a;
    color: #fff;
    border-color: #10c69a
}

/* HERO */
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
    margin-bottom: 70px;
}

.left {
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: sticky;
    top: 110px;
    align-self: start;
}

.left h1 {
    font-size: 56px;
    line-height: 1.05;
    margin: 0 0 14px;
    font-weight: 800
}

.left p {
    font-size: 18px;
    line-height: 1.75;
    color: #64748b;
    max-width: 560px;
    margin-bottom: 24px
}

.badges {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

.badges span {
    background: #ecfdf5;
    color: #10c69a;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

/* CARD */
.card {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
}

.field {
    margin-bottom: 26px;
    margin-top: 15px;
}

.topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
}

.label {
    font-size: 15px;
    font-weight: 700;
    color: #334155
}

.editbox:focus {
    border-color: #10c69a;
    box-shadow: 0 0 0 3px rgba(16, 198, 154, .12);
}

.canvaswrap {
    width: 240px;
    height: 240px;
    margin: 0 auto 24px;
    position: relative;
}

.centertext {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
}

.centertext strong {
    font-size: 26px
}

.centertext span {
    font-size: 13px;
    color: #64748b;
    font-weight: 700
}

.stat {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eef2f7;
    font-size: 16px;
}

.green {
    color: #10c69a;
    font-weight: 800
}

/* CONTENT */
.section {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .04);
    margin-bottom: 26px;
}

.section h2 {
    font-size: 34px;
    margin: 0 0 18px
}

.section p {
    font-size: 17px;
    line-height: 1.8;
    color: #64748b
}

.grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.box {
    background: #f8fafc;
    padding: 22px;
    border-radius: 18px;
}

.box h3 {
    margin: 0 0 10px;
    font-size: 18px
}

.box p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0
}

.faq {
    padding: 18px 0;
    border-bottom: 1px solid #eef2f7
}

.faq h3 {
    margin: 0 0 8px;
    font-size: 18px
}

.faq p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7
}

.cta {
    background: #0f172a;
    color: #fff;
    border-radius: 24px;
    padding: 44px;
    text-align: center;
}

.cta h2 {
    font-size: 38px;
    margin: 0 0 12px
}

.cta p {
    font-size: 18px;
    color: #cbd5e1;
    margin: 0 0 24px
}

.btn {
    display: inline-block;
    background: #10c69a;
    color: #fff;
    padding: 15px 26px;
    border-radius: 14px;
    font-weight: 800;
    text-decoration: none;
}

@media(max-width:980px) {
    .left {
        position: relative;
        top: auto;
    }

    .hero-grid {
        grid-template-columns: 1fr
    }

    .left h1 {
        font-size: 42px
    }

    .grid3 {
        grid-template-columns: 1fr
    }

    .section h2 {
        font-size: 28px
    }

    .cta h2 {
        font-size: 30px
    }

    .big {
        font-size: 34px
    }
}

@media(max-width:768px) {
    .editbox {
        width: 125px;
        font-size: 15px
    }
}

.cta-section {
    margin-top: 40px;
    margin-bottom: -70px;
}

.menu a.active {
    color: #10c69a;
    font-weight: 600;
    position: relative;
}

.menu a.active::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #10c69a;
    border-radius: 2px;
}

.page-disclaimer {

    padding: 10px 10px;
    border-radius: 16px;
    background: #fff8e8;
    border: 1px solid #fde7b0;
    color: #7c5a00;
    font-size: 14px;
    line-height: 1.7;
}