        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #f5f7fa;
            color: #1e2a3a;
            line-height: 1.7;
            padding: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #0a6b3f;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #0e8f56;
            text-decoration: underline;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #0b2b1e 0%, #1a4a33 100%);
            color: #fff;
            padding: 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 20px;
            flex-wrap: wrap;
            max-width: 1120px;
            margin: 0 auto;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #fff;
            text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            color: #facc15;
            font-size: 2rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #facc15;
        }
        .my-logo span {
            font-weight: 300;
            color: #b8e0c6;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #e2f0e8;
            padding: 8px 16px;
            border-radius: 40px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: background 0.25s, color 0.25s;
        }
        .nav-menu a:hover {
            background: rgba(255, 255, 255, 0.15);
            color: #facc15;
            text-decoration: none;
        }
        .nav-menu a i {
            margin-right: 6px;
            font-size: 0.9rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #eef3ef;
            padding: 10px 20px;
            font-size: 0.9rem;
            border-bottom: 1px solid #d6e0da;
            max-width: 1120px;
            margin: 0 auto;
            border-radius: 0 0 12px 12px;
        }
        .breadcrumb i {
            color: #0a6b3f;
            margin: 0 6px;
        }
        .breadcrumb a {
            color: #1e2a3a;
        }
        .breadcrumb a:hover {
            color: #0a6b3f;
        }
        .breadcrumb .current {
            color: #0a6b3f;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #0b2b1e 0%, #1f5e40 100%);
            color: #fff;
            padding: 40px 20px 50px;
            text-align: center;
            border-radius: 0 0 40px 40px;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "⚽";
            position: absolute;
            right: -20px;
            bottom: -30px;
            font-size: 12rem;
            opacity: 0.06;
            transform: rotate(15deg);
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
            text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }
        .hero h1 i {
            color: #facc15;
            margin-right: 12px;
        }
        .hero p {
            font-size: 1.2rem;
            max-width: 720px;
            margin: 0 auto 20px;
            opacity: 0.9;
            line-height: 1.6;
        }
        .hero .badge {
            display: inline-block;
            background: #facc15;
            color: #0b2b1e;
            padding: 6px 20px;
            border-radius: 40px;
            font-weight: 700;
            font-size: 0.95rem;
        }
        .hero .badge i {
            margin-right: 6px;
        }
        main {
            padding: 0 0 40px;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
        }
        .content-main {
            background: #fff;
            border-radius: 24px;
            padding: 32px 36px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
        }
        .content-main h2 {
            font-size: 2rem;
            color: #0b2b1e;
            margin-top: 40px;
            margin-bottom: 16px;
            border-left: 6px solid #facc15;
            padding-left: 18px;
        }
        .content-main h2:first-of-type {
            margin-top: 0;
        }
        .content-main h3 {
            font-size: 1.5rem;
            color: #1a4a33;
            margin-top: 32px;
            margin-bottom: 12px;
        }
        .content-main h4 {
            font-size: 1.2rem;
            color: #2a5a43;
            margin-top: 24px;
            margin-bottom: 8px;
            font-weight: 600;
        }
        .content-main p {
            margin-bottom: 18px;
            font-size: 1.05rem;
            color: #2d3f4a;
        }
        .content-main strong {
            color: #0b2b1e;
            font-weight: 700;
        }
        .content-main ul,
        .content-main ol {
            margin: 0 0 20px 24px;
            font-size: 1.05rem;
            color: #2d3f4a;
        }
        .content-main li {
            margin-bottom: 8px;
        }
        .content-main .highlight-box {
            background: #f0f8f4;
            border-left: 5px solid #0a6b3f;
            padding: 18px 24px;
            border-radius: 12px;
            margin: 24px 0;
        }
        .content-main .highlight-box i {
            color: #0a6b3f;
            margin-right: 10px;
        }
        .featured-image-wrap {
            margin: 28px 0 32px;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            background: #eef3ef;
            text-align: center;
        }
        .featured-image-wrap img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-image-wrap figcaption {
            padding: 10px 16px;
            font-size: 0.9rem;
            color: #4a5a5a;
            background: #f5faf7;
            font-style: italic;
        }
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 20px;
            padding: 24px 22px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
        }
        .sidebar-card h3 {
            font-size: 1.3rem;
            color: #0b2b1e;
            margin-bottom: 14px;
            border-bottom: 2px solid #f0f3f1;
            padding-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .sidebar-card h3 i {
            color: #facc15;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-card li {
            margin-bottom: 10px;
            border-bottom: 1px solid #f0f3f1;
            padding-bottom: 10px;
        }
        .sidebar-card li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        .sidebar-card a {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: 500;
            color: #1e2a3a;
        }
        .sidebar-card a:hover {
            color: #0a6b3f;
            text-decoration: none;
        }
        .sidebar-card a i {
            color: #0a6b3f;
            font-size: 0.9rem;
            width: 20px;
            text-align: center;
        }
        .form-section {
            background: #fff;
            border-radius: 24px;
            padding: 28px 32px;
            margin-top: 30px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
        }
        .form-section h3 {
            font-size: 1.5rem;
            color: #0b2b1e;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .form-section h3 i {
            color: #facc15;
        }
        .form-group {
            margin-bottom: 18px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 4px;
            color: #1e2a3a;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #e0e8e4;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            transition: border 0.25s;
            background: #fafcfb;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #0a6b3f;
            outline: none;
            background: #fff;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: #0a6b3f;
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 40px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .btn:hover {
            background: #0e8f56;
            transform: translateY(-2px);
            text-decoration: none;
            color: #fff;
        }
        .btn i {
            font-size: 1rem;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #d1d9d4;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            transition: color 0.2s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #facc15;
        }
        .site-footer {
            background: #0b2b1e;
            color: #d0e0d8;
            padding: 40px 20px 20px;
            margin-top: 40px;
            border-radius: 40px 40px 0 0;
        }
        .footer-inner {
            max-width: 1120px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
            padding-bottom: 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }
        .footer-inner h4 {
            color: #facc15;
            font-size: 1.1rem;
            margin-bottom: 14px;
        }
        .footer-inner p,
        .footer-inner a {
            color: #b8d0c6;
            font-size: 0.95rem;
        }
        .footer-inner a:hover {
            color: #facc15;
        }
        .footer-inner ul {
            list-style: none;
            padding: 0;
        }
        .footer-inner li {
            margin-bottom: 6px;
        }
        .footer-bottom {
            max-width: 1120px;
            margin: 20px auto 0;
            text-align: center;
            font-size: 0.9rem;
            color: #8aa89a;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .footer-bottom .copyright {
            font-weight: 500;
        }
        friend-link {
            display: block;
            background: rgba(255, 255, 255, 0.04);
            padding: 14px 20px;
            border-radius: 12px;
            margin-top: 10px;
            font-size: 0.95rem;
        }
        friend-link a {
            color: #b8d0c6;
            margin: 0 8px;
        }
        friend-link a:hover {
            color: #facc15;
        }
        friend-link::before {
            content: "🔗 Friends: ";
            color: #facc15;
            font-weight: 600;
        }
        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .content-main {
                padding: 24px 20px;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 12px 0 4px;
                gap: 2px;
            }
            .nav-menu a {
                padding: 12px 16px;
                border-radius: 10px;
                font-size: 1rem;
            }
            .nav-toggle:checked~.nav-menu {
                display: flex;
            }
            .header-inner {
                padding: 12px 16px;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .hero {
                padding: 28px 16px 36px;
            }
            .hero h1 {
                font-size: 1.7rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .content-main {
                padding: 18px 14px;
                border-radius: 16px;
            }
            .content-main h2 {
                font-size: 1.6rem;
            }
            .content-main h3 {
                font-size: 1.25rem;
            }
            .form-section {
                padding: 20px 16px;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .sidebar {
                order: 2;
            }
            .breadcrumb {
                font-size: 0.8rem;
                padding: 8px 14px;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.4rem;
            }
            .hero .badge {
                font-size: 0.8rem;
                padding: 4px 14px;
            }
            .btn {
                width: 100%;
                justify-content: center;
            }
            .star-rating {
                font-size: 1.5rem;
            }
            .content-main p {
                font-size: 0.98rem;
            }
        }
        @media print {
            .site-header,
            .hamburger,
            .breadcrumb,
            .form-section,
            .sidebar {
                display: none;
            }
            .content-grid {
                display: block;
            }
            .content-main {
                box-shadow: none;
                padding: 0;
            }
            .hero {
                background: #fff;
                color: #1e2a3a;
                padding: 20px 0;
            }
            .hero h1 {
                color: #0b2b1e;
            }
        }
