* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    body {
      font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
      background: #fffaec; 
      color: #1a2620;
      line-height: 1.675;
      transition: all 0.2s ease;
    }
    .page-wrap {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 20px;
      background: #fffffd;
      box-shadow: 0 0 40px rgba(0,0,0,0.04);
    }
    .site-header {
      background: linear-gradient(135deg, #0e3b2e 0%, #1c6b4f 100%);
      color: #fff;
      padding: 20px 0;
      border-bottom: 4px solid #c9a24b;
    }
    .header-inner {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
    }
    .my-logo {
      font-size: 2.2rem;
      font-weight: 800;
      letter-spacing: -0.5px;
      color: #f7d878;
      text-decoration: none;
      text-shadow: 2px 2px 0 #0a2b1f;
      font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
    }
    .my-logo small {
      display: block;
      font-size: 0.75rem;
      letter-spacing: 2px;
      color: #cdd8cf;
      text-shadow: none;
      font-weight: 400;
    }
    .navigation ul {
      list-style: none;
      display: flex;
      gap: 18px;
      flex-wrap: wrap;
    }
    .navigation a {
      color: #e0f0e7;
      text-decoration: none;
      font-weight: 500;
      padding: 8px 14px;
      border-radius: 40px;
      transition: background 0.2s, color 0.2s;
      font-size: 0.95rem;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
    }
    .navigation a:hover {
      background: #f0c95c;
      color: #1a3b2d;
      border-color: #f0c95c;
    }
    .hamburger {
      display: none;
      background: transparent;
      border: none;
      color: white;
      font-size: 2rem;
      cursor: pointer;
    }
    .breadcrumb {
      background: #f7f2e6;
      padding: 12px 20px;
      font-size: 0.9rem;
      border-bottom: 1px solid #e3d9c8;
    }
    .breadcrumb a {
      color: #2f6b4f;
      text-decoration: none;
    }
    .breadcrumb i {
      margin: 0 8px;
      color: #adad88;
      font-size: 0.7rem;
    }
    .interactive-tools {
      display: flex;
      flex-wrap: wrap;
      gap: 18px;
      align-items: center;
      background: #ffffff;
      padding: 12px 20px;
      border-radius: 24px;
      margin: 20px 0;
      box-shadow: 0 3px 12px rgba(0,0,0,0.03);
      border: 1px solid #e9e2d4;
    }
    .interactive-tools form {
      display: flex;
      gap: 6px;
      flex: 2 1 260px;
    }
    .interactive-tools input, .interactive-tools textarea, .interactive-tools select {
      width: 100%;
      padding: 8px 12px;
      border-radius: 40px;
      border: 1px solid #cec4ac;
      background: #fffcf5;
      font-size: 0.9rem;
    }
    .interactive-tools button {
      background: #1c6b4f;
      border: none;
      color: #fff;
      padding: 8px 16px;
      border-radius: 40px;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.2s;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .interactive-tools button:hover {
      background: #e0a82e;
    }
    .main-grid {
      display: grid;
      grid-template-columns: 1fr 0.4fr;
      gap: 30px;
      margin: 20px 0;
    }
    @media (max-width: 900px) {
      .main-grid {
        grid-template-columns: 1fr;
      }
    }
    h1, h2, h3, h4, h5 {
      color: #153e2c;
      line-height: 1.2;
      letter-spacing: -0.01em;
      margin-bottom: 0.5em;
    }
    h1 {
      font-size: 2.5rem;
      margin-top: 0.5em;
      font-weight: 800;
      border-left: 6px solid #c9a24b;
      padding-left: 20px;
    }
    h2 {
      font-size: 2rem;
      margin: 2em 0 0.6em;
      border-bottom: 2px dashed #c9a24b66;
      padding-bottom: 8px;
    }
    h3 {
      font-size: 1.5rem;
      margin: 1.5em 0 0.5em;
    }
    h4 {
      font-size: 1.2rem;
      margin: 1em 0 0.3em;
    }
    p {
      margin-bottom: 1.1em;
    }
    a {
      color: #1b6c4a;
    }
    a:hover {
      color: #b77e1e;
    }
    .hero-img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.08);
      margin: 24px 0 12px;
      border: 1px solid #e0d6be;
    }
    figure {
      margin: 24px 0;
      background: #fff8ea;
      border-radius: 20px;
      padding: 18px;
    }
    figcaption {
      font-size: 0.85rem;
      color: #6a5f4b;
      margin-top: 8px;
    }
    .callout-box {
      background: #f1f8f1;
      border: 1px solid #b8d9c5;
      border-radius: 18px;
      padding: 20px 25px;
      margin: 2em 0;
    }
    .stats-grid, .pro-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 16px;
      margin: 18px 0;
    }
    .stat-item {
      background: #f7f1e3;
      padding: 16px;
      border-radius: 14px;
      border: 1px solid #e4d7b9;
      text-align: center;
    }
    .stat-item i {
      font-size: 2rem;
      color: #c9a24b;
      margin-bottom: 8px;
    }
    .quote-interview {
      background: #eef3ee;
      border-left: 10px solid #2c7a58;
      padding: 24px;
      font-style: italic;
      border-radius: 0 18px 18px 0;
      margin: 30px 0;
    }
    .quote-interview strong {
      color: #1e4f37;
    }
    .score-panel, .comment-panel {
      background: #f8f7f1;
      border-radius: 20px;
      padding: 18px 20px;
      margin: 18px 0;
      border: 1px solid #dad0c0;
    }
    .footer-links {
      padding: 30px 0 20px;
      border-top: 1px solid #dccfba;
      margin-top: 40px;
    }
    friend-link {
      display: block;
      background: #f2f0e6;
      border-radius: 28px;
      padding: 18px 25px;
      margin: 36px 0 15px;
      font-size: 1.1rem;
      text-align: center;
    }
    friend-link a {
      margin: 0 12px;
      font-weight: 600;
      color: #234b36;
      text-decoration: underline wavy #b78b2e;
      text-underline-offset: 4px;
    }
    friend-link a:hover {
        color: #b07d1a;
    }
    .copyright {
      text-align: center;
      color: #847a6a;
      font-size: 0.9rem;
      padding: 20px 0;
      border-top: 1px dashed #d7cbb5;
      margin-top: 20px;
    }
    @media (max-width: 800px) {
      .navigation {
        display: none;
        width: 100%;
        order: 3;
      }
      .navigation.open {
        display: block;
      }
      .navigation ul {
        flex-direction: column;
        align-items: stretch;
      }
      .navigation a {
        display: block;
        padding: 14px;
        text-align: center;
      }
      .hamburger {
        display: inline-block;
        margin-left: auto;
      }
      .my-logo {
        font-size: 1.8rem;
      }
      h1 { font-size: 1.9rem; }
      h2 { font-size: 1.5rem; }
    }
    @media (max-width: 500px) {
      .page-wrap { padding: 0 12px; }
      .header-inner, .interactive-tools { gap: 8px; }
      .interactive-tools form, .score-panel, .comment-panel { width: 100%; }
    }
