        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
            background: #f9f7f2;
            color: #1e2a2f;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #b53b2c;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #7f2a1f;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }
        header {
            background: linear-gradient(145deg, #1e3a2f 0%, #2a5e4a 100%);
            color: #fff;
            padding: 1.2rem 0;
            border-radius: 0 0 24px 24px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
            position: relative;
            z-index: 10;
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f7e3c0;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            transition: transform 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #ffd78a;
        }
        .my-logo i {
            font-size: 2rem;
            color: #ffc857;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.15);
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.2rem 0.8rem;
            list-style: none;
        }
        .nav-menu li a {
            color: #e8f0e8;
            font-weight: 500;
            padding: 0.4rem 0.9rem;
            border-radius: 40px;
            font-size: 0.95rem;
            transition: background 0.2s, color 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .nav-menu li a:hover {
            background: rgba(255, 255, 255, 0.18);
            color: #ffd78a;
            text-decoration: none;
        }
        .nav-menu li a.active {
            background: #ffc857;
            color: #1e3a2f;
        }
        .breadcrumb {
            background: transparent;
            padding: 0.8rem 0 0.2rem 0;
            font-size: 0.9rem;
            color: #5a6e64;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.6rem;
            align-items: center;
        }
        .breadcrumb a {
            color: #b53b2c;
        }
        .breadcrumb span {
            color: #7a8f82;
        }
        .breadcrumb .sep {
            color: #b0c0b5;
        }
        .hero {
            background: linear-gradient(135deg, #f9f0e0 0%, #f0e4d0 100%);
            border-radius: 24px;
            padding: 2.5rem 2rem;
            margin: 2rem 0 2.5rem 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 2rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
            border: 1px solid #efe5d5;
        }
        .hero-content {
            flex: 1 1 320px;
        }
        .hero-content h1 {
            font-size: 2.6rem;
            font-weight: 800;
            color: #1e3a2f;
            line-height: 1.2;
            margin-bottom: 0.8rem;
        }
        .hero-content h1 i {
            color: #b53b2c;
        }
        .hero-content p {
            font-size: 1.15rem;
            color: #3d5348;
            max-width: 600px;
        }
        .hero-img {
            flex: 0 0 280px;
            border-radius: 16px;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
            background: #fff;
            padding: 0.6rem;
        }
        .hero-img img {
            border-radius: 10px;
            width: 100%;
            height: auto;
        }
        .hero-badge {
            display: inline-block;
            background: #b53b2c;
            color: #fff;
            padding: 0.2rem 1.2rem;
            border-radius: 40px;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 0.3px;
            margin-bottom: 0.8rem;
        }
        section {
            margin: 3rem 0;
        }
        .section-title {
            font-size: 2rem;
            font-weight: 700;
            color: #1e3a2f;
            border-left: 6px solid #b53b2c;
            padding-left: 1.2rem;
            margin-bottom: 1.6rem;
        }
        .section-title i {
            color: #b53b2c;
            margin-right: 0.5rem;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #1e3a2f;
            margin: 2.4rem 0 1rem 0;
            border-left: 5px solid #b53b2c;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.45rem;
            font-weight: 600;
            color: #2a5e4a;
            margin: 1.8rem 0 0.8rem 0;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #3d5348;
            margin: 1.4rem 0 0.6rem 0;
        }
        p {
            margin-bottom: 1.2rem;
            color: #2a3a33;
        }
        .highlight {
            background: #f7e8d0;
            padding: 0.1rem 0.4rem;
            border-radius: 4px;
            font-weight: 600;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 1.8rem;
            margin: 1.8rem 0;
        }
        .card {
            background: #fff;
            border-radius: 16px;
            padding: 1.6rem 1.4rem;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
            border: 1px solid #ede6dc;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 36px rgba(0, 0, 0, 0.09);
        }
        .card i {
            font-size: 2rem;
            color: #b53b2c;
            margin-bottom: 0.6rem;
        }
        .card h4 {
            margin-top: 0;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.6rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }
        th {
            background: #1e3a2f;
            color: #fff;
            font-weight: 600;
            padding: 0.9rem 1.2rem;
            text-align: left;
        }
        td {
            padding: 0.8rem 1.2rem;
            border-bottom: 1px solid #ede6dc;
        }
        tr:nth-child(even) td {
            background: #f9f5ee;
        }
        .interactive-area {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 2.5rem 0;
        }
        @media (max-width: 720px) {
            .interactive-area {
                grid-template-columns: 1fr;
            }
        }
        .interactive-card {
            background: #fff;
            border-radius: 20px;
            padding: 1.8rem 1.6rem;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            border: 1px solid #ede6dc;
        }
        .interactive-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .interactive-card input,
        .interactive-card textarea,
        .interactive-card select {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #ddd6cb;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            transition: border 0.2s;
            background: #fdfcfa;
            margin-bottom: 0.8rem;
        }
        .interactive-card input:focus,
        .interactive-card textarea:focus,
        .interactive-card select:focus {
            border-color: #b53b2c;
            outline: none;
        }
        .interactive-card textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: #b53b2c;
            color: #fff;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn:hover {
            background: #7f2a1f;
            transform: scale(0.98);
        }
        .btn-secondary {
            background: #2a5e4a;
        }
        .btn-secondary:hover {
            background: #1e3a2f;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            margin: 0.6rem 0 1rem 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #ddd6cb;
            cursor: pointer;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #ffb347;
        }
        friend-link {
            display: block;
            padding: 2rem 0 1rem 0;
            border-top: 2px solid #ede6dc;
            margin-top: 2rem;
        }
        friend-link::before {
            content: "🔗 Friends & Resources";
            display: block;
            font-size: 1.3rem;
            font-weight: 700;
            color: #1e3a2f;
            margin-bottom: 1rem;
        }
        .friend-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.4rem;
            list-style: none;
        }
        .friend-list li a {
            color: #b53b2c;
            font-weight: 500;
            font-size: 0.95rem;
        }
        .friend-list li a:hover {
            color: #7f2a1f;
        }
        footer {
            background: #1e3a2f;
            color: #d6e3db;
            padding: 2rem 0;
            border-radius: 24px 24px 0 0;
            margin-top: 3rem;
        }
        footer .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }
        footer a {
            color: #ffd78a;
        }
        footer a:hover {
            color: #ffc857;
        }
        .copyright {
            font-size: 0.9rem;
            color: #a0b8ab;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1e3a2f;
                padding: 1rem 0.5rem;
                border-radius: 16px;
                margin-top: 0.8rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 0.6rem 1rem;
                width: 100%;
            }
            .hero {
                flex-direction: column;
                padding: 1.8rem 1.2rem;
            }
            .hero-content h1 {
                font-size: 2rem;
            }
            .hero-img {
                flex: 0 0 auto;
                width: 100%;
                max-width: 320px;
            }
            .section-title {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                gap: 0.6rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .interactive-area {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 0.6rem;
            }
            .hero-content h1 {
                font-size: 1.7rem;
            }
            .btn {
                width: 100%;
                justify-content: center;
            }
            .star-rating label {
                font-size: 1.6rem;
            }
        }
        .tag {
            display: inline-block;
            background: #e8f0e8;
            color: #1e3a2f;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .updated {
            font-size: 0.9rem;
            color: #7a8f82;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            margin-bottom: 1.2rem;
        }
        .feature-list {
            list-style: none;
            padding: 0;
        }
        .feature-list li {
            padding: 0.3rem 0;
            display: flex;
            align-items: flex-start;
            gap: 0.6rem;
        }
        .feature-list li i {
            color: #b53b2c;
            margin-top: 0.3rem;
        }
        blockquote {
            background: #f0e8dc;
            border-left: 5px solid #b53b2c;
            padding: 1.2rem 1.6rem;
            border-radius: 0 12px 12px 0;
            margin: 1.4rem 0;
            font-style: italic;
            color: #2a3a33;
        }
        .faq-item {
            border-bottom: 1px solid #ede6dc;
            padding: 1rem 0;
        }
        .faq-item strong {
            color: #1e3a2f;
            display: block;
            font-size: 1.1rem;
            margin-bottom: 0.3rem;
        }
        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 1rem;
            margin: 1.6rem 0;
        }
        .gallery img {
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            transition: transform 0.2s;
        }
        .gallery img:hover {
            transform: scale(1.02);
        }
        .eeat-note {
            background: #eaf3ef;
            border-radius: 16px;
            padding: 1.2rem 1.6rem;
            border: 1px solid #c6dbd0;
            font-size: 0.95rem;
            margin: 1.6rem 0;
        }
        .eeat-note i {
            color: #2a5e4a;
        }
