/*
Theme Name: iCare Theme
Theme URI: https://github.com/aiender/icare
Author: aiender
Author URI: https://github.com/aiender
Description: iCoach 教練的心 網站佈景主題，取代 Thrive Theme Builder，提供全站共用的頁首/頁尾。
Version: 1.0.0
Requires at least: 6.7
Requires PHP: 8.0
Text Domain: icare-theme
*/

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", sans-serif;
    color: #262626;
    line-height: 1.7;
    background: #fff;
}

a {
    color: #C9821F;
    text-decoration: none;
}
a:hover {
    color: #9C6516;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

/* =============================================
   頁面標題 Banner（一般內容頁專用，忠實重現原設計）
   標題靠左、Logo 併入同一列靠右
   ============================================= */
.icare-theme-title-banner {
    background-color: hsla(35, 54%, 95%, 1);
    background-image: url("https://icoach.care/storage/thrive-theme/images/Ellipses-sign-up.png");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 80px auto;
    border-bottom: 1px solid rgba(0,0,0,0.6);
}
.icare-theme-title-banner-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 40px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}
.icare-theme-title-banner h1 {
    margin: 0;
    font-family: "Instrument Serif", Georgia, "Noto Serif TC", serif;
    font-weight: 400;
    font-size: 44px;
    color: #2F4A4A;
}
.icare-theme-title-banner-logo {
    flex-shrink: 0;
    display: inline-block;
}
.icare-theme-title-banner-logo img {
    height: 48px;
    width: auto;
}

@media (max-width: 640px) {
    .icare-theme-title-banner h1 { font-size: 30px; }
    .icare-theme-title-banner-logo img { height: 36px; }
}

/* =============================================
   內容區
   ============================================= */
.icare-theme-content {
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 24px 60px;
}
.icare-theme-content h2,
.icare-theme-content h3,
.icare-theme-content h4,
.icare-theme-content h5 {
    color: #1a1a1a;
    margin-top: 32px;
}

/* =============================================
   頁尾（4 個連結 + 版權列，忠實重現現況）
   ============================================= */
.icare-theme-footer {
    margin-top: 40px;
    padding: 32px 24px 48px;
    text-align: center;
    border-top: 1px solid #EDE7DD;
}
.icare-theme-footer-links a {
    color: #6B7280;
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #D1D5DB;
}
.icare-theme-footer-links a:first-child { padding-left: 0; }
.icare-theme-footer-links a:last-child { border-right: none; padding-right: 0; }
.icare-theme-footer-links a:hover { color: #C9821F; text-decoration: none; }

.icare-theme-copyright {
    margin-top: 14px;
    font-size: 13px;
    color: #9CA3AF;
}
