* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Roboto, sans-serif;
  background-color: #12121C;
  color: #eee;
  max-width: 100vw;
  overflow-x: hidden;
}


.godseth-header {
  background-color: #1a1a2e;
  color: #fff;
  padding: 12px 16px;
  font-family: sans-serif;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  width: 100%;
  box-sizing: border-box;
}


.header-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.godseth-header h1 {
  font-size: 18px;
  margin: 0;
}

.godseth-header nav a {
  color: #fa6400;
  margin-left: 16px;
  font-weight: bold;
  text-decoration: none;
}

.godseth-header .cta-btn {
  background-color: #fa6400;
  color: #12121C !important;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
}


.cta-btn:hover {
  background-color: #ff7f24;
}


/* 強調 article 主體區塊 */
article {
  max-width: 880px;
  margin: 1rem auto;
  padding: 1.2rem 1rem;
  background: #1d1e2e;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  line-height: 1.8;
}


article h2 {
  color: #12121C;
}

article h3 {
 color: #eee;
}

article a {
  color: #fa6400;
  text-decoration: none;
}
article a:hover {
  text-decoration: underline;
}

article table {
  border-color: #d5d9df;
  color: #ddd;
}

article blockquote {
  color: #aaa;
}


  
   
[id^="section"] {
    scroll-margin-top: 80px; /* 手機版，設置為 80px */
}

@media screen and (min-width: 768px) {
    [id^="section"] {
        scroll-margin-top: 160px; /* 電腦版，設置為 160px */
    }
}
  .leo-toc-container {
    background-color: #7ba29e;
    border: 2px solid #fa6400;
    box-shadow: 6px 6px 0 #d5d9de;
    border-radius: 6px;
    padding: 20px;
    margin: 0 auto 1.5rem auto;
    max-width: 720px;
    width: 95%;
    font-size: 14px;
    margin: 1rem auto 2rem auto;
  }


    .leo-toc-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px;
    }

    .leo-toc-title {
        font-size: 16px;
        font-weight: bold;
        color: #12121c;
    }

    .leo-toc-list {
        list-style: none;
        padding-left: 0;
        line-height: 1.8;
        display: none; 
    }

    .leo-toc-list a {
        color: #12121c;
        text-decoration: unset;
    }

    .leo-toc-list li {
        margin-bottom: 5px;
    }

    .leo-link {
        color: #ffcbb4 !important;
        text-decoration: none;
    }

    .leo-link:hover {
        text-decoration: underline;
    }

    
    .leo-toggle-btn {
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
        color: #d5d9df;
    }

    .leo-toggle-btn:hover {
        color: #fa6400;
    }

   .leo-section-title, .leo-section-subtitle {
            font-size: 1.8rem;
            font-weight: 700; 
            font-family: "Arial Black", sans-serif; 
            margin-bottom: 1.2rem;
        }

    .leo-section-title {
        margin: 2em 0 .8em 0;
        padding: .6rem 1.2rem;
        font-size: 1.6rem;
        font-weight: 600;
        border: 2px solid #fa6400;
        border-radius: 4px;
        box-shadow: 4px 4px 0px 0px #d5d9de;
        background-color: #7ba29e;
    }

    .leo-section-subtitle {
        padding: 10px 0;
        border-bottom: 2px solid #fa6400;
        background-color: #7ba29e;
        color: #12121C;
         
    }
    .leo-section-subtitle:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin:-3px 8px;
    background-image: url(https://hhenhenpeng.com/9stateswebp/title-icon.svg);
    background-repeat: no-repeat;
    background-size:100% auto;

}
.leo-focus-end {
    background-color: #d5d9de;
    border: 1px solid #eee;
    color: #12121C;
    padding: 30px; 
    margin-bottom: 1.2rem;
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-align: left; 
   
}

 .leo-focus-news {
    background-color: #d5d9de;
    border: 1px solid #eee;
    color: #12121C;
    padding: 30px; 
    margin-bottom: 1.2rem;
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-align: left; 
   
}

.leo-focus-news:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://hhenhenpeng.com/9stateswebp/focus-news-icon.svg"); 
    background-repeat: no-repeat; 
    background-size: cover;
    flex-shrink: 0;
}

.leo-warning-news {
    background-color: #33231f;
    border: 1px solid #ff9966;
    color:#ffcbb3;
    padding: 30px; 
    margin-bottom: 1.2rem;
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-align: left;  
}

.leo-warning-news strong {
    font-weight: bold; 
    display: contents; 
    margin: 0; 
    padding: 0; 
    line-height: inherit !important; 
    font-size: inherit; 
}

.leo-warning-news:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://hhenhenpeng.com/9stateswebp/warning-news-icon.svg"); 
    background-repeat: no-repeat; 
    background-size: cover; 
    flex-shrink: 0;
}

.leo-success-news {
    background-color: #1f2a1f;
    border: 1px solid #9fcd9f;
    color: #cceccc;
    padding: 30px; 
    margin-bottom: 1.2rem;
    border-radius: 4px; 
    display: flex; 
    align-items: center; 
    gap: 10px; 
    text-align: left;    
}

.leo-success-news strong {
    font-weight: bold; 
    display: contents; 
    margin: 0; 
    padding: 0; 
    line-height: inherit !important;
    font-size: inherit; 
    display: block;
}

.leo-success-news:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("https://hhenhenpeng.com/9stateswebp/success-news-icon.svg"); 
    background-repeat: no-repeat; 
    background-size: cover; 
    flex-shrink: 0;
}


@media screen and (max-width: 768px) {
    .leo-focus-news {
        display: block; 
        text-align: center; 
    }
    .leo-focus-news:before {
        display: block;
        margin: 0 auto 10px; 
    }    


    .leo-warning-news {
        display: block; 
        text-align: center; 
    }
    .leo-warning-news:before {
        display: block;
        margin: 0 auto 10px; 
    }
    .leo-success-news {
        display: block; 
        text-align: center; 
    }
    .leo-success-news:before {
        display: block;
        margin: 0 auto 10px; 
    }

}


.leo-figure {
    margin: 24px auto;
    max-width: 720px;
    width: 95%;
    text-align: center;
  }

  .leo-image img {
    width: 100%;
    height: auto;
    max-width: 680px;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
  }
  
  .leo-figcaption {
    color: #ccc;
    font-size: 0.8em;
    background-color: #1a1a1a;
    padding: 8px 12px;
    margin-top: 10px;
    border-radius: 4px;
  }



@media screen and (max-width: 768px) {
        article {
            padding: 1rem;
        }
    
        .leo-toc-container {
            max-width: 100%; 
            font-size: 12px;
        }

        .leo-section-title, .leo-section-subtitle {
            font-size: 1.5rem;
            font-weight: 700; 
            font-family: "Arial Black", sans-serif; 
        }

        .leo-figure {
            margin: 10px 0; 
        }

        .leo-figcaption {
            font-size: 0.65em;
        }
    }