:root {
    --text-main: #000000;
    --paper-bg: #eeeeee;
    --page-bg: #f4f5f6;
    --line-color: #cccccc;
    --icpdas: #ea5514;
    --shadow-color: rgba(15, 71, 97, 0.15);
    /* Soft blue-gray shadow */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.CRA-body {
    font-family: "Arial", "PMingLiU", "微軟正黑體", serif;
    /* Traditional serif for white paper */
    line-height: 1.8;
    color: var(--text-main);
    background-color: var(--page-bg);
    padding: 40px 20px;
}

/* Paper Container */
.CRA_container {
    max-width: 1100px;
    margin: 0 auto;
    background: var(--paper-bg);
    padding: 60px 80px;
    box-shadow: 0 5px 20px var(--shadow-color);
}

/* Headings (Sans-Serif for contrast) */
h1 {
    font-family: "Aptos Display", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    color: var(--icpdas);
    /* Dark teal from Word doc */
    font-weight: bold;
}


h2,
h3,
h4,
h5,
h6 {
    font-family: "Aptos Display", "Microsoft JhengHei", "微軟正黑體", sans-serif;
    color: #fc8116;
    /* Dark teal from Word doc */
    font-weight: bold;
}


p,
.CRA_cert-list {
    font-family: "Aptos Display", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}


/* Hero Section */
.CRA_hero {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 4px;
    background: none;
    color: var(--text-main);
    position: relative;
}

.CRA_pdf-download {
    position: absolute;
    top: -80px;
    right: -50px;
    display: inline-block;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.CRA_pdf-download::before,
.CRA_pdf-download::after {
    display: none !important;
    content: none !important;
}

.CRA_pdf-download:hover {
    transform: scale(1.05);
    opacity: 0.8;
}

.CRA_pdf-img {
    width: 65px;
    height: auto;
    display: block;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.CRA_hero h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.CRA_subtitle {
    font-size: 25px;
    font-family: "Arial", "PMingLiU", "微軟正黑體", serif;
    opacity: 1;
}

.CRA_header-meta {
    margin-top: 15px;
    font-size: 14px;
    font-style: italic;
    color: #444;
}

/* Sections */
.CRA_section {
    margin-bottom: 40px;
    padding: 0;
    background: none;
}

.CRA_section-title {
    font-size: 28px;
    border-left: 5px solid var(--icpdas);
    padding-left: 10px;
    margin-bottom: 5px;
    color: var(--icpdas);
}

/* Lists and Content */
.CRA_content-box {
    margin-bottom: 20px;
}

.CRA_content-box p,
.CRA_content-inside {
    text-indent: 2em;
    margin-bottom: 5px;
}

.content-box {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
}

.CRA_grid-3 {
    display: flex;
    flex-direction: column;
    /* Convert grid to stack for traditional paper look */
    gap: 15px;
}

.CRA_info-card {
    border: none;
    padding: 0;
    border-radius: 0;
}

.CRA_info-card:hover {
    transform: none;
    border: none;
}

.CRA_strategy-grid {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.CRA_strat-card {
    border: none;
    padding: 0;
    border-radius: 0;
}

.CRA_strat-card:hover {
    transform: none;
    border: none;
}

.CRA_cert-list {
    margin: 3px 0 5px 62px;
}

.CRA_cert-list ul {
    margin: 5px 0 5px 30px;
    list-style-type: circle;
}

.CRA_highlight {
    font-weight: bold;
    color: var(--text-main);
}

/* Tags (No longer colorful bubbles, just bold text) */
.CRA_product-tags {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.CRA_tag {
    background: none;
    color: var(--text-main);
    padding: 0;
    font-weight: bold;
    font-size: 1rem;
}

.CRA_tag::before {
    content: "• ";
}

/* Timeline / Roadmap Table */
.CRA_table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
    text-align: center;

}

.CRA_table th,
.CRA_table td {
    border: 1px solid var(--line-color);
    padding: 5px 15px;
    font-family: "微軟正黑體", "Arial", "PMingLiU", serif;
}

.CRA_table th {
    background-color: #fe8b3e;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.CRA_table td {
    background-color: #ffffff;
    color: var(--text-main);
}

/* Contact Info Box */
.CRA_contact-info {
    margin-top: 30px;
}

.CRA_contact-info .contact-title {
    font-size: 18px;
    text-indent: 0;
    margin-bottom: 5px;
}

.CRA_contact-info .contact-detail {
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 5px;
}

.CRA_contact-info a {
    color: #0563c1;
    /* Classic Word hyperlink color */
    text-decoration: underline;
}

/* Disclaimers & Footer */
.CRA_disclaimer-section {
    margin-top: 50px;
    padding: 20px 0 0;
    border-top: 2px solid var(--text-main);
}

.CRA_disclaimer-box {
    font-size: 0.9rem;
    color: #444;
    background: transparent;
    padding: 0;
    color: aqua;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .CRA_container {
        padding: 30px;
        margin: 20px auto;
    }

    .CRA_table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}