@charset "utf-8";
/* CSS Document */


    body {
    background: #f4f5f7;
}
    h1,h2,h3{text-align: left}
    ul,li {
    list-style: disc !important; overflow:visible !important;
}
    .accordion-content ul {
    list-style-position: inside;
}
    #wrapper {
    max-width: 1200px;
    margin: 30px auto;
    padding: 30px;

    background: #fff;

    border-radius: 18px;

    box-shadow:
        0 4px 20px rgba(0,0,0,0.08);
}
    .ee-side-image {
    float: right;

    width: 320px;

    margin:
        0 0 20px 30px;

    border-radius: 14px;

    box-shadow:
        0 4px 18px rgba(0,0,0,0.15);

    overflow: hidden;
}

.ee-side-image img {
    width: 100%;
    display: block;
}
    
.downloadbox {
    position: relative;

    margin: 30px 0;
    padding: 20px 24px 20px 72px;

    background: linear-gradient(
        to bottom,
        #eef7ff 0%,
        #d9ebff 100%
    );

    border: 1px solid #9ec5f5;
    border-radius: 14px;

    box-shadow:
        0 4px 12px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.8);

    color: #15406a;

    line-height: 1.6;
}

/* WORD DOC ICON */
.downloadbox::before {
    content: "\1F4C4";

    position: absolute;

    left: 22px;
    top: 18px;

    font-size: 30px;

    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
}

/* TITLE */
.downloadbox strong {
    color: #0c4f9b;
    letter-spacing: 0.3px;
}

/* DOWNLOAD LINK */
.downloadbox a {
    display: inline-block;

    margin-top: 10px;
    padding: 10px 18px;

    background: linear-gradient(
        to bottom,
        #2d7df6 0%,
        #1664d9 100%
    );

    color: white;
    text-decoration: none;
    font-weight: bold;

    border-radius: 8px;

    box-shadow:
        0 2px 6px rgba(0,0,0,0.15);

    transition:
        transform 0.15s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.downloadbox a:hover {
    transform: translateY(-1px);

    background: linear-gradient(
        to bottom,
        #3b89ff 0%,
        #1a6ff0 100%
    );

    box-shadow:
        0 4px 10px rgba(0,0,0,0.18);
}

     .grey{color:gray}
.ee-accordion h2.active .grey {
    color: white;
}
     .arr{font-size:3em;text-align: center}
     .darr{font-size:3em;text-align: center; transform: rotate(90deg);}
     .writing-frame {
    max-width: 920px;
    margin: 40px auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.7;
    color: #222;
}

.writing-frame h3 {
    font-size: 2rem;
    margin-bottom: 28px;
    font-weight: 700;
    color: #111;
}

.step-card {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 36px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.step-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.07);
}

.step-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.step-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1f2937;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.step-heading h4 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 650;
    color: #111827;
}

.step-description {
    margin-bottom: 18px;
    color: #374151;
}

blockquote {
    margin: 0 0 6px 0;
   padding: 14px 18px;
    background: #f5f7fb;
    border-left: 4px solid #4f46e5;
    border-radius: 10px;
    font-style: italic;
    color: #1f2937;
}

     
     .helper-text {
    font-size: 0.96rem;
    color: #5b6472;
   margin-top: 0;
    margin-bottom: 20px;
}
     



@media (max-width: 700px) {

    .writing-frame {
        padding: 0 16px;
    }

    .step-card {
        padding: 20px;
    }

    .step-heading {
        align-items: flex-start;
    }

    .step-heading h3 {
        font-size: 1.1rem;
    letter-spacing: -0.02em;
}

    .writing-frame h2 {
        font-size: 1.6rem;
    }
}