* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, Arial, sans-serif;
            background: #faf8f5;
            color: #2c2c2c;
            line-height: 1.7;
            padding: 0 16px;
        }
        .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            padding: 20px 24px 40px;
            border-radius: 28px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        a {
            color: #c4452b;
            text-decoration: none;
            transition: 0.2s;
        }
        a:hover {
            color: #8f2e1a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 18px;
            display: block;
        }
        .header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 12px 0 16px;
            border-bottom: 2px solid #f0eae3;
            position: relative;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #c4452b;
            text-decoration: none;
            font-family: 'Segoe UI', sans-serif;
        }
        .my-logo:hover {
            text-decoration: none;
            color: #a83822;
        }
        .my-logo span {
            color: #2c2c2c;
            font-weight: 300;
        }
        .nav-list {
            display: flex;
            gap: 28px;
            list-style: none;
            font-weight: 600;
            font-size: 0.95rem;
        }
        .nav-list a {
            color: #2c2c2c;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
        }
        .nav-list a:hover {
            border-bottom-color: #c4452b;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #2c2c2c;
            cursor: pointer;
            padding: 4px 8px;
        }
        #nav-toggle {
            display: none;
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                gap: 8px;
                padding: 18px 0 10px;
                border-top: 1px solid #e0d6cc;
                margin-top: 12px;
            }
            #nav-toggle:checked~.nav-list {
                display: flex;
            }
            .header {
                flex-wrap: wrap;
            }
        }
        .breadcrumb {
            padding: 12px 0 8px;
            font-size: 0.85rem;
            color: #6b5e54;
        }
        .breadcrumb a {
            color: #6b5e54;
        }
        .breadcrumb a:hover {
            color: #c4452b;
        }
        .breadcrumb span {
            margin: 0 6px;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 28px 0 20px;
            color: #1f1f1f;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 48px 0 16px;
            color: #2c2c2c;
            border-left: 6px solid #c4452b;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 32px 0 12px;
            color: #3a3a3a;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin: 24px 0 8px;
            color: #4a4a4a;
        }
        p {
            margin-bottom: 18px;
            font-size: 1.02rem;
            color: #2e2e2e;
        }
        .highlight {
            background: #fff3e0;
            padding: 2px 8px;
            border-radius: 6px;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.6rem;
            margin-right: 6px;
        }
        .section-divider {
            height: 2px;
            background: linear-gradient(to right, #f0eae3, #d9cfc3);
            margin: 44px 0;
        }
        .insight-box {
            background: #f7f3ef;
            border-radius: 20px;
            padding: 28px 30px;
            margin: 30px 0;
            border-left: 6px solid #c4452b;
        }
        .insight-box p:last-child {
            margin-bottom: 0;
        }
        .image-wrapper {
            margin: 36px 0;
            border-radius: 20px;
            overflow: hidden;
            background: #f0eae3;
        }
        .image-wrapper img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
        }
        .image-caption {
            font-size: 0.85rem;
            color: #6b5e54;
            padding: 12px 16px;
            background: #f7f3ef;
            text-align: center;
        }
        .related-links {
            background: #f7f3ef;
            border-radius: 18px;
            padding: 20px 24px;
            margin: 30px 0;
        }
        .related-links h4 {
            margin-top: 0;
        }
        .related-links ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 10px 20px;
        }
        .related-links li::before {
            content: "🦊 ";
        }
        .search-section {
            background: #f7f3ef;
            border-radius: 20px;
            padding: 28px 30px;
            margin: 36px 0;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            margin-top: 12px;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 14px 18px;
            border: 2px solid #d9cfc3;
            border-radius: 50px;
            font-size: 1rem;
            outline: none;
            background: #fff;
        }
        .search-form input[type="text"]:focus {
            border-color: #c4452b;
        }
        .search-form button {
            background: #c4452b;
            color: #fff;
            border: none;
            padding: 14px 32px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
        }
        .search-form button:hover {
            background: #a83822;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        @media (max-width: 700px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .feedback-card {
            background: #f7f3ef;
            border-radius: 20px;
            padding: 26px 28px;
        }
        .feedback-card h3 {
            margin-top: 0;
        }
        .feedback-card label {
            display: block;
            font-weight: 600;
            margin: 12px 0 4px;
        }
        .feedback-card input,
        .feedback-card textarea,
        .feedback-card select {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #d9cfc3;
            border-radius: 14px;
            font-size: 0.95rem;
            background: #fff;
            outline: none;
            font-family: inherit;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus,
        .feedback-card select:focus {
            border-color: #c4452b;
        }
        .feedback-card textarea {
            min-height: 100px;
            resize: vertical;
        }
        .feedback-card .btn-submit {
            background: #c4452b;
            color: #fff;
            border: none;
            padding: 12px 28px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            margin-top: 14px;
            transition: 0.2s;
        }
        .feedback-card .btn-submit:hover {
            background: #a83822;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            font-size: 1.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #d9cfc3;
            cursor: pointer;
            transition: 0.15s;
            font-size: 1.8rem;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5a623;
        }
        .footer {
            margin-top: 50px;
            padding-top: 28px;
            border-top: 2px solid #f0eae3;
        }
        friend-link {
            display: block;
            background: #f7f3ef;
            border-radius: 16px;
            padding: 18px 24px;
            margin: 20px 0;
            font-weight: 500;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
        }
        .copyright {
            text-align: center;
            padding: 20px 0 6px;
            font-size: 0.85rem;
            color: #6b5e54;
        }
        .copyright a {
            color: #6b5e54;
        }
        @media (max-width: 600px) {
            .wrapper {
                padding: 12px 14px 30px;
                margin-top: 10px;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.7rem;
            }
        }
        .schema-hidden {
            display: none;
        }
