:root {
    --primary-green: #006847;
    --primary-dark: #004d35;
    --accent-gold: #c9a227;
    --accent-light: #d4af37;
    --bg-cream: #f8f6f1;
    --bg-white: #ffffff;
    --text-dark: #1a1a1a;
    --text-gray: #666666;
    --shadow-soft: 0 4px 20px rgba(0, 104, 71, 0.08);
    --shadow-medium: 0 8px 40px rgba(0, 104, 71, 0.12);
    --shadow-strong: 0 12px 60px rgba(0, 104, 71, 0.15);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Cairo', 'Tajawal', sans-serif; background: var(--bg-white); color: var(--text-dark); line-height: 1.8; overflow-x: hidden; width: 100%; max-width: 100vw; }
.bg-pattern { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; opacity: 0.03; background-image: repeating-linear-gradient(45deg, var(--primary-green) 0, var(--primary-green) 1px, transparent 1px, transparent 50px), repeating-linear-gradient(-45deg, var(--primary-green) 0, var(--primary-green) 1px, transparent 1px, transparent 50px); }
.top-bar { background: var(--bg-cream); padding: 10px 40px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: var(--primary-green); font-weight: 600; position: relative; border-bottom: 1px solid rgba(0, 104, 71, 0.1); }
.top-bar .lang-switch { position: absolute; left: 40px; }
.lang-switch { background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); color: white; border: none; padding: 8px 16px; border-radius: 8px; cursor: pointer; font-family: inherit; font-weight: 700; font-size: 0.85rem; transition: all 0.3s ease; box-shadow: 0 2px 10px rgba(0, 104, 71, 0.2); }
.lang-switch:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0, 104, 71, 0.3); }
/* ── News Banner Section ──────────────────────────────────── */
.nb-section { background: var(--bg-white); border-bottom: 1px solid rgba(0,104,71,0.08); margin-top: 83px; }
.nb-inner { max-width: 1400px; margin: 0 auto; padding: 18px 40px 22px; }
.nb-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.nb-heading { display: flex; align-items: center; gap: 10px; }
.nb-pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--accent-gold); box-shadow: 0 0 0 3px rgba(201,162,39,0.25); animation: nb-pulse 1.8s ease-in-out infinite; flex-shrink: 0; }
@keyframes nb-pulse { 0%,100%{box-shadow:0 0 0 3px rgba(201,162,39,0.25);} 50%{box-shadow:0 0 0 7px rgba(201,162,39,0.08);} }
.nb-heading-text { font-size: 0.82rem; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; color: var(--primary-green); }
.nb-arrows { display: flex; gap: 6px; }
.nb-arrow { width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid rgba(0,104,71,0.2); background: var(--bg-white); color: var(--primary-green); font-size: 1.2rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.nb-arrow:hover { background: var(--primary-green); color: white; border-color: var(--primary-green); }
.nb-track-wrap { overflow: hidden; direction: ltr; }
.nb-cards { display: flex; gap: 14px; width: max-content; direction: ltr; }

/* Image card */
.nb-card--img, .nb-card--text { direction: rtl; }
html[dir="ltr"] .nb-card--img, html[dir="ltr"] .nb-card--text { direction: ltr; }
.nb-card--img { flex-shrink: 0; width: 260px; height: 180px; border-radius: 16px; overflow: hidden; position: relative; text-decoration: none; display: block; box-shadow: 0 4px 18px rgba(0,0,0,0.12); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.nb-card--img:hover { transform: translateY(-5px) scale(1.01); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.nb-card-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.4s ease; }
.nb-card--img:hover .nb-card-bg { transform: scale(1.05); }
.nb-card-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.18) 55%, transparent 100%); }
.nb-card--img .nb-card-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 16px 14px; }
.nb-card--img .nb-card-title { color: #fff; font-size: 0.9rem; font-weight: 700; line-height: 1.45; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.nb-card--img .nb-card-link { font-size: 0.72rem; font-weight: 700; color: var(--accent-gold); letter-spacing: 0.03em; }

/* Text card */
.nb-card--text { flex-shrink: 0; width: 220px; height: 180px; border-radius: 16px; overflow: hidden; background: var(--bg-white); border: 1.5px solid rgba(0,104,71,0.1); box-shadow: var(--shadow-soft); position: relative; text-decoration: none; display: flex; align-items: stretch; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.nb-card--text:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }
.nb-card-accent { width: 5px; flex-shrink: 0; background: linear-gradient(to bottom, var(--primary-green), var(--accent-gold)); }
.nb-card--text .nb-card-body { padding: 18px 16px; display: flex; flex-direction: column; justify-content: space-between; flex: 1; }
.nb-card--text .nb-card-title { color: var(--text-dark); font-size: 0.88rem; font-weight: 700; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.nb-card--text .nb-card-link { font-size: 0.72rem; font-weight: 700; color: var(--primary-green); }
/* ─────────────────────────────────────────────────────────── */
.header { background: var(--bg-white); padding: 15px 0; position: fixed; width: 100%; top: 0; left: 0; right: 0; z-index: 1000; box-shadow: 0 2px 20px rgba(0,0,0,0.08); border-bottom: 3px solid var(--primary-green); }
.header-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; }
.logo-section { display: flex; align-items: center; gap: 15px; }
.logo-icon { width: 96px; height: 96px; border-radius: 10px; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-icon img { width: 100%; height: 100%; object-fit: cover; }
.logo-text h1 { font-size: 1.4rem; font-weight: 800; color: var(--primary-green); }
.logo-text span { font-size: 0.75rem; color: var(--accent-gold); font-weight: 600; }
.nav-links { display: flex; gap: 35px; list-style: none; }
.nav-links a { color: var(--text-dark); text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 8px 0; transition: all 0.3s ease; cursor: pointer; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; right: 0; width: 0; height: 2px; background: var(--primary-green); transition: width 0.3s ease; }
.nav-links a:hover { color: var(--primary-green); }
.nav-links a:hover::after { width: 100%; }
.header-actions { display: flex; gap: 15px; }
.btn { padding: 12px 28px; border-radius: 10px; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.3s ease; border: none; font-family: inherit; }
.btn-outline { background: transparent; color: var(--primary-green); border: 2px solid var(--primary-green); }
.btn-outline:hover { background: var(--primary-green); color: white; }
.btn-primary { background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); color: white; box-shadow: 0 4px 15px rgba(0, 104, 71, 0.3); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 25px rgba(0, 104, 71, 0.4); }
.btn-large { padding: 16px 40px; font-size: 1rem; }
.mobile-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 10px; }
.mobile-toggle span { width: 25px; height: 2px; background: var(--primary-green); }
.hero { min-height: auto; display: flex; align-items: flex-start; padding-top: 60px; padding-bottom: 80px; position: relative; background: linear-gradient(180deg, var(--bg-white) 0%, var(--bg-cream) 100%); overflow: hidden; }
.hero-decoration { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(0, 104, 71, 0.05) 0%, transparent 70%); top: -100px; left: -150px; pointer-events: none; }
.hero-decoration-2 { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(201, 162, 39, 0.08) 0%, transparent 70%); bottom: 50px; right: -100px; pointer-events: none; }
.hero-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(0, 104, 71, 0.1); padding: 10px 20px; border-radius: 50px; margin-bottom: 30px; margin-top: 0; border: 1px solid rgba(0, 104, 71, 0.2); }
.hero-badge span { font-size: 0.85rem; font-weight: 600; color: var(--primary-green); }
.hero-title { font-size: 3.5rem; font-weight: 900; line-height: 1.2; margin-bottom: 25px; color: var(--text-dark); }
.hero-title .highlight { color: var(--primary-green); display: block; }
.hero-desc { font-size: 1.15rem; color: var(--text-gray); margin-bottom: 40px; max-width: 600px; text-align: center; }
.hero-buttons { display: flex; gap: 20px; }
.hero-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.hero-card { background: var(--bg-white); border-radius: 20px; padding: 30px; box-shadow: var(--shadow-medium); transition: all 0.4s ease; cursor: pointer; position: relative; overflow: hidden; border: 1px solid rgba(0, 104, 71, 0.08); }
.hero-card::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--primary-green), var(--accent-gold)); transform: scaleX(0); transform-origin: right; transition: transform 0.4s ease; }
.hero-card:hover::before { transform: scaleX(1); }
.hero-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-strong); }
.card-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; }
.hero-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; }
.hero-card p { font-size: 0.9rem; color: var(--text-gray); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.service-card { display: block; cursor: pointer; background: var(--bg-white); border-radius: 20px; padding: 35px; box-shadow: var(--shadow-soft); transition: transform 0.4s ease, box-shadow 0.4s ease; border: 1px solid rgba(0, 104, 71, 0.08); text-align: center; -webkit-tap-highlight-color: transparent; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }
.service-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; filter: none; }
.service-icon img { filter: brightness(0) invert(1); width: 36px; height: 36px; }
.service-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; }
.service-view-details { font-size: 0.85rem; font-weight: 700; color: var(--primary-green); margin-top: auto; }
.service-card:hover .service-view-details { color: var(--accent-gold); }
.section-header { text-align: center; margin-bottom: 60px; }
.section-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0, 104, 71, 0.1); padding: 8px 20px; border-radius: 50px; margin-bottom: 20px; color: var(--primary-green); font-weight: 600; font-size: 0.85rem; }
.section-title { font-size: 2.5rem; font-weight: 900; color: var(--text-dark); margin-bottom: 15px; }
.section-title span { color: var(--primary-green); }
.section-desc { font-size: 1.1rem; color: var(--text-gray); max-width: 600px; margin: 0 auto; }
.activities { padding: 100px 0; background: var(--bg-white); }
.committees { padding: 100px 0; background: var(--bg-cream); }
.committees-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.committee-card { display: block; cursor: pointer; background: var(--bg-white); border-radius: 20px; padding: 35px; text-align: center; border: 1px solid rgba(0, 104, 71, 0.08); box-shadow: var(--shadow-soft); transition: transform 0.4s ease, box-shadow 0.4s ease; -webkit-tap-highlight-color: transparent; }
.committee-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }
.committee-icon { width: 70px; height: 70px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; }
.committee-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 16px; }
.committee-view-details { font-size: 0.85rem; font-weight: 700; color: var(--primary-green); margin-top: auto; }
.committee-card:hover .committee-view-details { color: var(--accent-gold); }
.committee-chairman { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(0,104,71,0.1); font-size: 0.82rem; display: flex; flex-direction: column; gap: 2px; }
.committee-chairman-label { color: var(--primary-green); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.04em; }
.committee-chairman-name { color: var(--text-dark); font-weight: 600; }
.committee-detail-chairman { margin-top: 32px; }
.committee-detail-chairman-inner { display: inline-flex; align-items: center; gap: 18px; background: var(--bg-cream); border: 1.5px solid rgba(0,104,71,0.12); border-radius: 16px; padding: 20px 28px; }
.committee-detail-chairman-icon { font-size: 2rem; width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.committee-detail-chairman-label { font-size: 0.75rem; font-weight: 800; color: var(--primary-green); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.committee-detail-chairman-name { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); }
.activities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.activity-card { background: var(--bg-cream); border-radius: 20px; padding: 35px; text-align: center; border: 1px solid rgba(0, 104, 71, 0.08); box-shadow: var(--shadow-soft); transition: all 0.4s ease; }
.activity-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-medium); }
.activity-icon { width: 80px; height: 80px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 32px; margin: 0 auto 20px; }
.activity-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; }
.activity-card p { font-size: 0.9rem; color: var(--text-gray); }
.activity-card.has-sub-items { border: 2px solid rgba(0, 104, 71, 0.15); }
.activity-view-details { font-size: 0.85rem; font-weight: 700; color: var(--primary-green); margin-top: auto; }
.activity-card:hover .activity-view-details { color: var(--accent-gold); }
.news-detail-hero { margin-top: 83px; width: 100%; height: 420px; background-size: cover; background-position: center; background-color: var(--bg-cream); position: relative; }
.news-detail-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; background: linear-gradient(to bottom, transparent, var(--bg-cream)); pointer-events: none; }
.news-detail-date { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; color: var(--text-gray); margin: 8px 0 14px; }
.news-detail-date-icon { font-size: 1rem; }
.activity-detail-section { padding: 130px 0 100px; background: linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-white) 30%); min-height: 80vh; }
.activity-detail-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 30px; color: var(--primary-green); font-weight: 700; text-decoration: none; font-size: 0.9rem; padding: 8px 18px; background: rgba(0, 104, 71, 0.06); border-radius: 50px; border: 1px solid rgba(0, 104, 71, 0.12); transition: all 0.3s ease; }
.back-link:hover { background: rgba(0, 104, 71, 0.12); transform: translateX(3px); }
.back-arrow { font-size: 1rem; }
.activity-detail-header { display: flex; align-items: center; gap: 28px; margin-bottom: 50px; padding: 35px 40px; background: var(--bg-white); border-radius: 24px; border: 1px solid rgba(0, 104, 71, 0.08); box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
.activity-detail-header::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--primary-green), var(--accent-gold)); }
.activity-detail-icon { width: 90px; height: 90px; min-width: 90px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border-radius: 22px; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 20px rgba(0, 104, 71, 0.25); }
.activity-detail-icon svg { width: 40px; height: 40px; }
.activity-detail-info { flex: 1; }
.activity-detail-header h2 { font-size: 1.6rem; color: var(--text-dark); margin-bottom: 8px; font-weight: 800; }
.activity-detail-header p { color: var(--text-gray); font-size: 1rem; line-height: 1.7; margin-bottom: 12px; }
.sub-detail-body { display: flex; gap: 40px; align-items: flex-start; flex-wrap: wrap; }
.sub-detail-image { flex: 1 1 320px; max-width: 460px; }
.sub-detail-image img { width: 100%; height: auto; border-radius: 20px; box-shadow: var(--shadow-medium); display: block; }
.sub-detail-text { flex: 2 1 320px; }
.sub-detail-text p { color: var(--text-gray); font-size: 1.05rem; line-height: 1.9; }
.activity-detail-count { display: inline-flex; align-items: center; gap: 6px; background: rgba(0, 104, 71, 0.08); color: var(--primary-green); font-size: 0.8rem; font-weight: 700; padding: 5px 14px; border-radius: 50px; }
.sub-activities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 25px; }
.sub-activity-card { position: relative; background: var(--bg-white); border-radius: 20px; padding: 0; text-align: center; border: 1px solid rgba(0, 104, 71, 0.08); box-shadow: var(--shadow-soft); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; min-height: 200px; }
.sub-activity-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-strong); border-color: rgba(0, 104, 71, 0.15); }
.sub-card-accent { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary-green), var(--accent-gold)); opacity: 0; transition: opacity 0.4s ease; }
.sub-activity-card:hover .sub-card-accent { opacity: 1; }
.sub-card-watermark { position: absolute; inset: 0; background-image: var(--bg-img); background-size: cover; background-position: center; opacity: 0.18; pointer-events: none; transition: opacity 0.5s ease; }
.sub-activity-card:hover .sub-card-watermark { opacity: 0.28; }
.sub-card-content { position: relative; z-index: 1; padding: 35px 30px; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.sub-card-content h3 { font-size: 1.15rem; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; line-height: 1.4; }
.sub-card-content p { font-size: 0.9rem; color: var(--text-gray); line-height: 1.7; }
.sub-card-arrow { position: absolute; top: 16px; left: 16px; width: 32px; height: 32px; background: rgba(0, 104, 71, 0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary-green); opacity: 0; transform: translate(4px, -4px); transition: all 0.3s ease; z-index: 2; }
.sub-activity-card:hover .sub-card-arrow { opacity: 1; transform: translate(0, 0); }
.no-sub-items { text-align: center; padding: 80px 40px; background: var(--bg-white); border-radius: 24px; border: 2px dashed rgba(0, 104, 71, 0.15); }
.no-sub-items-icon { font-size: 3rem; margin-bottom: 16px; }
.no-sub-items p { color: var(--text-gray); font-size: 1.1rem; font-weight: 600; }
.sub-card-price { margin-top: 12px; font-size: 0.85rem; font-weight: 800; color: var(--primary-green); }
/* Service detail pricing */
.svc-price-grid { display: flex; gap: 10px; margin-top: 16px; }
.svc-price-item { flex: 1; border-radius: 12px; padding: 12px 10px; text-align: center; display: flex; flex-direction: column; gap: 4px; }
.svc-price-member { background: rgba(0, 104, 71, 0.07); border: 1px solid rgba(0, 104, 71, 0.18); }
.svc-price-nonmember { background: rgba(201, 162, 39, 0.08); border: 1px solid rgba(201, 162, 39, 0.25); }
.svc-price-single { background: rgba(0, 104, 71, 0.07); border: 1px solid rgba(0, 104, 71, 0.18); }
.svc-price-label { font-size: 0.72rem; font-weight: 700; color: var(--text-gray); text-transform: uppercase; letter-spacing: 0.5px; }
.svc-price-value { font-size: 1.1rem; font-weight: 900; color: var(--primary-green); }
.svc-price-nonmember .svc-price-value { color: #a07a10; }
.svc-payment-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.svc-payment-phone { display: flex; align-items: center; gap: 8px; margin-top: 6px; }
.svc-payment-label { font-size: 0.78rem; font-weight: 700; color: var(--text-gray); white-space: nowrap; }
.svc-payment-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.svc-payment-badge { background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); color: white; padding: 3px 10px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; }
.svc-phone-number { font-size: 0.9rem; font-weight: 800; color: var(--text-dark); direction: ltr; letter-spacing: 1px; }
.sub-card-register-btn { display: inline-block; margin: 0 30px 25px; padding: 10px 24px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); color: white; text-decoration: none; border-radius: 10px; font-weight: 700; font-size: 0.9rem; transition: all 0.3s ease; position: relative; z-index: 1; text-align: center; }
.sub-card-register-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0, 104, 71, 0.35); }
.reg-section { padding: 130px 0 100px; background: linear-gradient(180deg, var(--bg-cream) 0%, var(--bg-white) 30%); min-height: 80vh; }
.reg-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.reg-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.reg-info-card { position: relative; background: var(--bg-white); border-radius: 24px; overflow: hidden; border: 1px solid rgba(0, 104, 71, 0.08); box-shadow: var(--shadow-soft); }
.reg-info-watermark { position: absolute; inset: 0; background-image: var(--bg-img); background-size: cover; background-position: center; opacity: 0.06; pointer-events: none; }
.reg-info-content { position: relative; z-index: 1; padding: 40px; }
.reg-info-badge { display: inline-block; background: rgba(0, 104, 71, 0.08); color: var(--primary-green); font-size: 0.8rem; font-weight: 700; padding: 5px 14px; border-radius: 50px; margin-bottom: 16px; }
.reg-info-content h2 { font-size: 1.6rem; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; }
.reg-info-desc { color: var(--text-gray); font-size: 0.95rem; line-height: 1.7; margin-bottom: 28px; }
.reg-info-details { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.reg-detail-row { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: var(--bg-cream); border-radius: 14px; }
.reg-detail-row.reg-detail-deadline { background: #fef3c7; border: 1px solid #fcd34d; }
.reg-detail-icon { font-size: 1.4rem; }
.reg-detail-row strong { display: block; font-size: 0.8rem; color: var(--text-gray); font-weight: 600; margin-bottom: 2px; }
.reg-detail-row span { font-weight: 700; color: var(--text-dark); }
.reg-pricing { margin-bottom: 24px; }
.reg-pricing h3 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.reg-price-grid { display: flex; gap: 16px; }
.reg-price-item { flex: 1; background: var(--bg-cream); border-radius: 14px; padding: 16px; text-align: center; border: 1px solid rgba(0, 104, 71, 0.08); }
.reg-price-label { display: block; font-size: 0.85rem; color: var(--text-gray); margin-bottom: 6px; }
.reg-price-value { font-size: 1.3rem; font-weight: 800; color: var(--primary-green); }
.reg-payment-info h3 { font-size: 1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 12px; }
.reg-payment-methods { display: flex; gap: 10px; flex-wrap: wrap; }
.reg-payment-badge { background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); color: white; padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; }
.reg-form-card { background: var(--bg-white); border-radius: 24px; padding: 40px; border: 1px solid rgba(0, 104, 71, 0.08); box-shadow: var(--shadow-soft); position: sticky; top: 120px; }
.reg-form-card h3 { font-size: 1.3rem; font-weight: 800; color: var(--text-dark); margin-bottom: 24px; }
.reg-error { background: #fef2f2; border: 1px solid #fca5a5; color: #991b1b; padding: 12px 18px; border-radius: 12px; margin-bottom: 20px; font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking-group { background: #f8fdf9; border: 2px solid #d1fae5; border-radius: 14px; padding: 18px 20px; margin-bottom: 20px; }
.booking-group-title { font-weight: 800; font-size: 0.95rem; color: var(--primary-green); margin-bottom: 12px; }
.field-price-hint { display: block; font-size: 0.78rem; color: var(--text-gray); margin-top: 4px; font-weight: 600; }
.reg-total-box { display: flex; justify-content: space-between; align-items: center; background: var(--bg-cream); padding: 18px 24px; border-radius: 14px; margin-bottom: 20px; border: 2px solid rgba(0, 104, 71, 0.12); }
.reg-total-label { font-weight: 700; font-size: 1rem; color: var(--text-dark); }
.reg-total-amount { font-size: 1.4rem; font-weight: 900; color: var(--primary-green); }
.reg-total-amount span { font-size: 0.9rem; font-weight: 600; }
.reg-success { text-align: center; padding: 80px 40px; background: var(--bg-white); border-radius: 24px; box-shadow: var(--shadow-soft); max-width: 600px; margin: 0 auto; }
.reg-success-icon { font-size: 4rem; margin-bottom: 20px; }
.reg-success h2 { font-size: 1.6rem; font-weight: 800; color: var(--primary-green); margin-bottom: 12px; }
.reg-success p { color: var(--text-gray); font-size: 1rem; line-height: 1.7; }
.reg-success-total { margin-top: 20px; font-size: 1.3rem; font-weight: 800; color: var(--primary-green); background: var(--bg-cream); display: inline-block; padding: 10px 30px; border-radius: 50px; }

/* Booking Pending State */
.reg-pending { text-align: center; padding: 80px 40px; background: var(--bg-white); border-radius: 24px; box-shadow: var(--shadow-soft); max-width: 600px; margin: 0 auto; }
.reg-pending-icon { margin-bottom: 24px; }
.pending-spinner { width: 60px; height: 60px; border: 5px solid #e5e7eb; border-top-color: var(--accent-gold); border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto; }
@keyframes spin { to { transform: rotate(360deg); } }
.reg-pending h2 { font-size: 1.6rem; font-weight: 800; color: var(--accent-gold); margin-bottom: 12px; }
.reg-pending p { color: var(--text-gray); font-size: 1rem; line-height: 1.7; max-width: 420px; margin: 0 auto; }
.pending-status-bar { display: flex; align-items: center; justify-content: center; gap: 0; margin-top: 36px; }
.pending-step { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 90px; }
.pending-dot { width: 36px; height: 36px; border-radius: 50%; background: #f3f4f6; display: flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 700; color: #9ca3af; }
.pending-step.active .pending-dot { background: var(--primary-green); color: white; }
.pending-dot.pulsing { background: var(--accent-gold); color: white; animation: pulse 1.5s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }
.pending-step span:last-child { font-size: 0.8rem; font-weight: 600; color: var(--text-gray); }
.pending-line { width: 50px; height: 3px; background: #e5e7eb; margin-bottom: 24px; }

/* Booking Rejected State */
.reg-rejected { text-align: center; padding: 80px 40px; background: var(--bg-white); border-radius: 24px; box-shadow: var(--shadow-soft); max-width: 600px; margin: 0 auto; }
.reg-rejected-icon { font-size: 4rem; margin-bottom: 20px; }
.reg-rejected h2 { font-size: 1.6rem; font-weight: 800; color: #ef4444; margin-bottom: 12px; }
.reg-rejected p { color: var(--text-gray); font-size: 1rem; line-height: 1.7; }
.payment-info-section { margin-bottom: 20px; animation: slideDown 0.3s ease; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
.payment-info-box { background: linear-gradient(135deg, #f0fdf4, #ecfdf5); border: 2px solid #86efac; border-radius: 16px; padding: 24px; }
.payment-info-title { font-size: 1rem; font-weight: 800; color: var(--primary-green); margin-bottom: 16px; }
.payment-info-row { display: flex; align-items: center; gap: 12px; background: white; padding: 14px 18px; border-radius: 12px; margin-bottom: 12px; }
.payment-info-label { font-size: 0.85rem; color: var(--text-gray); font-weight: 600; }
.payment-info-value { flex: 1; font-size: 1.2rem; font-weight: 900; color: var(--text-dark); letter-spacing: 1px; direction: ltr; text-align: center; }
.payment-copy-btn { background: var(--primary-green); color: white; border: none; padding: 6px 16px; border-radius: 8px; font-family: inherit; font-weight: 700; font-size: 0.8rem; cursor: pointer; transition: all 0.2s ease; }
.payment-copy-btn:hover { background: var(--primary-dark); }
.payment-info-note { font-size: 0.85rem; color: var(--text-gray); line-height: 1.6; }
.file-upload-area { position: relative; border: 2px dashed #d1d5db; border-radius: 14px; overflow: hidden; transition: all 0.3s ease; background: #fafafa; }
.file-upload-area:hover { border-color: var(--primary-green); background: #f0fdf4; }
.file-input { position: absolute; inset: 0; opacity: 0; cursor: pointer; z-index: 2; }
.file-upload-content { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; gap: 8px; pointer-events: none; }
.file-upload-icon { font-size: 2rem; }
.file-upload-text { font-size: 0.9rem; color: var(--text-gray); font-weight: 600; }
.file-preview { position: relative; }
.file-preview img { width: 100%; max-height: 200px; object-fit: contain; display: block; padding: 10px; }
.file-remove-btn { position: absolute; top: 8px; left: 8px; width: 28px; height: 28px; background: #ef4444; color: white; border: none; border-radius: 50%; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 3; transition: all 0.2s; }
.file-remove-btn:hover { background: #dc2626; transform: scale(1.1); }
.ticket { max-width: 500px; margin: 30px auto 0; background: white; border-radius: 20px; border: 2px solid rgba(0, 104, 71, 0.15); box-shadow: var(--shadow-medium); overflow: hidden; }
.ticket-header { display: flex; align-items: center; gap: 16px; padding: 28px 30px 20px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); color: white; }
.ticket-logo { width: 50px; height: 50px; background: rgba(255,255,255,0.2); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.ticket-header h2 { font-size: 1.1rem; font-weight: 800; margin-bottom: 2px; }
.ticket-subtitle { font-size: 0.85rem; opacity: 0.85; }
.ticket-divider { height: 1px; background: repeating-linear-gradient(90deg, #d1d5db 0, #d1d5db 6px, transparent 6px, transparent 12px); margin: 0 24px; }
.ticket-section { padding: 20px 30px; }
.ticket-section-title { font-size: 0.8rem; font-weight: 800; color: var(--primary-green); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
.ticket-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; }
.ticket-label { font-size: 0.9rem; color: var(--text-gray); font-weight: 600; }
.ticket-value { font-size: 0.95rem; font-weight: 700; color: var(--text-dark); }
.ticket-total { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding: 14px 18px; background: var(--bg-cream); border-radius: 12px; border: 2px solid rgba(0, 104, 71, 0.12); }
.ticket-total span:first-child { font-size: 1rem; font-weight: 800; color: var(--text-dark); }
.ticket-total span:last-child { font-size: 1.2rem; font-weight: 900; color: var(--primary-green); }
.ticket-footer { padding: 16px 30px 20px; text-align: center; }
.ticket-footer p { font-size: 0.8rem; color: var(--text-gray); font-weight: 600; }
@media print {
    body * { visibility: hidden !important; }
    #confirmationTicket, #confirmationTicket * { visibility: visible !important; }
    #confirmationTicket { position: fixed; top: 0; left: 0; right: 0; margin: 0 auto; border: none; box-shadow: none; border-radius: 0; max-width: 100%; }
    .ticket-header { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .ticket-total { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
.faq { padding: 100px 0; background: var(--bg-cream); }
.faq-container { max-width: 800px; margin: 0 auto; padding: 0 40px; }
.faq-item { background: var(--bg-white); border-radius: 16px; margin-bottom: 15px; overflow: hidden; border: 1px solid transparent; transition: all 0.3s ease; }
.faq-item:hover { border-color: var(--primary-green); }
.faq-question { padding: 25px 30px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 700; color: var(--text-dark); font-size: 1.05rem; transition: all 0.3s ease; }
.faq-question:hover { background: rgba(0, 104, 71, 0.05); }
.faq-icon { width: 30px; height: 30px; background: var(--primary-green); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; transition: transform 0.3s ease; flex-shrink: 0; }
.faq-item.active .faq-icon { transform: rotate(45deg); background: var(--accent-gold); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.active .faq-answer { max-height: 300px; padding: 0 30px 25px; }
.faq-answer p { color: var(--text-gray); line-height: 1.8; }
.contact { padding: 100px 0; background: var(--bg-white); }
.contact-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info h3 { font-size: 2rem; color: var(--primary-green); margin-bottom: 30px; font-weight: 800; }
.contact-item { display: flex; gap: 20px; margin-bottom: 25px; align-items: flex-start; }
.contact-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.contact-item h4 { color: var(--text-dark); font-size: 1rem; margin-bottom: 5px; font-weight: 700; }
.contact-item p { color: var(--text-gray); }
.contact-form { background: var(--bg-cream); padding: 40px; border-radius: 24px; box-shadow: var(--shadow-medium); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; color: var(--text-dark); font-weight: 600; margin-bottom: 8px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 15px 20px; border: 2px solid #e0e0e0; border-radius: 12px; font-family: inherit; font-size: 1rem; transition: border-color 0.3s ease; background: var(--bg-white); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--primary-green); }
.form-group select { cursor: pointer; appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left 15px center; padding-left: 40px; }
.form-group textarea { resize: vertical; min-height: 120px; }
.footer { background: var(--bg-cream); padding: 30px 0; border-top: 3px solid var(--primary-green); }
.footer-container { max-width: 1400px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; }
.footer p { color: var(--text-gray); font-size: 0.9rem; }
.social-links { display: flex; gap: 15px; }
.social-link { width: 45px; height: 45px; background: var(--bg-white); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; border: 1px solid rgba(0, 104, 71, 0.1); cursor: pointer; transition: all 0.3s ease; text-decoration: none; color: var(--text-dark); }
.social-link:hover { background: var(--primary-green); color: white; }
.floating-chat { position: fixed; bottom: 30px; right: 30px; z-index: 999; }
.chat-button { width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 20px rgba(0, 104, 71, 0.4); transition: all 0.3s ease; }
.chat-button:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(0, 104, 71, 0.5); }
.chat-tooltip { position: absolute; bottom: 70px; left: 50%; transform: translateX(-50%); background: var(--text-dark); color: white; padding: 8px 16px; border-radius: 8px; font-size: 0.85rem; font-weight: 600; white-space: nowrap; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.chat-tooltip::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: var(--text-dark); }
.floating-chat:hover .chat-tooltip { opacity: 1; visibility: visible; bottom: 75px; }
.chat-window { position: fixed; bottom: 100px; right: 30px; width: 380px; height: 500px; background: var(--bg-white); border-radius: 20px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2); z-index: 1000; display: none; flex-direction: column; overflow: hidden; }
.chat-window.active { display: flex; animation: slideUp 0.3s ease; }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.chat-header { background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); color: white; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; }
.chat-header-info { display: flex; align-items: center; gap: 12px; }
.chat-avatar { width: 45px; height: 45px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.chat-header h4 { font-size: 1rem; font-weight: 700; margin: 0; }
.chat-header span { font-size: 0.75rem; opacity: 0.8; }
.chat-close { background: none; border: none; color: white; font-size: 28px; cursor: pointer; padding: 0; line-height: 1; opacity: 0.8; transition: opacity 0.3s; }
.chat-close:hover { opacity: 1; }
.chat-messages { flex: 1; overflow-y: auto; padding: 20px; display: flex; flex-direction: column; gap: 12px; background: #f5f5f5; }
.chat-date { text-align: center; font-size: 0.75rem; color: var(--text-gray); background: rgba(0,0,0,0.05); padding: 5px 15px; border-radius: 20px; align-self: center; margin: 10px 0; }
.message { max-width: 80%; display: flex; flex-direction: column; }
.message.sent { align-self: flex-start; }
.message.received { align-self: flex-end; }
.message-content { padding: 12px 16px; border-radius: 18px; font-size: 0.9rem; line-height: 1.5; }
.message.sent .message-content { background: var(--primary-green); color: white; border-bottom-left-radius: 4px; }
.message.received .message-content { background: white; color: var(--text-dark); border-bottom-right-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); }
.message-time { font-size: 0.7rem; color: var(--text-gray); margin-top: 4px; }
.message.sent .message-time { text-align: left; }
.message.received .message-time { text-align: right; }
.message-sender { font-size: 0.75rem; font-weight: 700; color: var(--primary-green); margin-bottom: 4px; }
.message.received.system-msg .message-content { background: #f3f4f6; color: #6b7280; font-size: 0.85rem; }

/* Review widget in chat */
.review-request-msg { max-width: 85%; }
.review-request-msg .message-content { background: transparent !important; padding: 0 !important; box-shadow: none !important; }
.review-widget { background: linear-gradient(135deg, #fffbeb, #fef3c7); border: 1px solid #fbbf24; border-radius: 16px; padding: 20px; text-align: center; }
.review-title { font-size: 0.95rem; font-weight: 700; color: #92400e; margin-bottom: 12px; }
.review-stars { display: flex; justify-content: center; gap: 8px; margin-bottom: 14px; }
.review-star { font-size: 2rem; color: #d1d5db; cursor: pointer; transition: color 0.15s, transform 0.15s; user-select: none; }
.review-star:hover, .review-star.hover { color: #fbbf24; transform: scale(1.15); }
.review-star.active { color: #f59e0b; }
.review-comment { width: 100%; padding: 10px 14px; border: 1px solid #e5e7eb; border-radius: 10px; font-family: inherit; font-size: 0.85rem; resize: none; outline: none; transition: border-color 0.2s; }
.review-comment:focus { border-color: #f59e0b; }
.review-submit-btn { margin-top: 12px; background: #f59e0b; color: white; border: none; padding: 10px 28px; border-radius: 10px; font-family: inherit; font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: background 0.2s; }
.review-submit-btn:hover { background: #d97706; }
.review-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* Review completed state */
.review-done { background: linear-gradient(135deg, #fffbeb, #fef3c7); border: 1px solid #fbbf24; border-radius: 16px; padding: 20px; text-align: center; }
.review-done-stars { font-size: 1.8rem; color: #f59e0b; letter-spacing: 4px; margin-bottom: 8px; }
.review-done-text { font-size: 0.9rem; font-weight: 700; color: #92400e; }
.review-done-comment { margin-top: 8px; font-size: 0.85rem; color: #78350f; font-style: italic; }
.chat-input { padding: 15px; background: white; border-top: 1px solid #eee; display: flex; gap: 10px; }
.chat-input input { flex: 1; padding: 12px 16px; border: 2px solid #e0e0e0; border-radius: 25px; font-family: inherit; font-size: 0.9rem; outline: none; transition: border-color 0.3s; }
.chat-input input:focus { border-color: var(--primary-green); }
.chat-send { width: 45px; height: 45px; background: linear-gradient(135deg, var(--primary-green), var(--primary-dark)); border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: white; transition: transform 0.3s; }
.chat-send:hover { transform: scale(1.1); }

@media (max-width: 1200px) {
    .hero-container { text-align: center; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .activities-grid { grid-template-columns: repeat(2, 1fr); }
    .committees-grid { grid-template-columns: repeat(2, 1fr); }
    .sub-activities-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-container { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    html, body { overflow-x: hidden; width: 100%; max-width: 100%; }
    .nb-section { margin-top: 73px; }
    .nb-inner { padding: 14px 15px 18px; }
    .nb-card--img { width: 210px; height: 150px; }
    .nb-card--text { width: 185px; height: 150px; }
    .header { left: 0; right: 0; width: 100%; }
    .top-bar { flex-direction: column; gap: 10px; padding: 10px 15px; width: 100%; box-sizing: border-box; overflow: hidden; }
    .top-bar .lang-switch { position: relative; left: auto; }
    .header-container { padding: 0 15px; width: 100%; box-sizing: border-box; }
    .logo-section { flex: 1; min-width: 0; }
    .nav-links { display: none; position: absolute; top: 100%; right: 0; left: 0; background: var(--bg-white); flex-direction: column; padding: 20px; gap: 15px; box-shadow: var(--shadow-medium); border-top: 1px solid rgba(0, 104, 71, 0.1); width: 100%; box-sizing: border-box; }
    .nav-links.active { display: flex; }
    .nav-links li { text-align: center; width: 100%; }
    .nav-links a { display: block; padding: 12px; width: 100%; }
    .header-actions { display: flex; gap: 8px; }
    .header-actions .btn { padding: 6px 12px !important; font-size: 0.75rem !important; }
    .mobile-toggle { display: flex; }
    .hero { padding-top: 30px; min-height: auto; padding-bottom: 60px; overflow: hidden; align-items: flex-start; }
    .hero-decoration, .hero-decoration-2 { display: none; }
    .hero-container { padding: 0 15px; gap: 40px; width: 100%; box-sizing: border-box; }
    .hero-content { width: 100%; }
    .hero-title { font-size: 1.8rem; word-wrap: break-word; }
    .hero-desc { font-size: 1rem; max-width: 100%; }
    .hero-badge { margin-top: 50px; }
    .services-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 15px; }
    .service-card { padding: 25px 15px; }
    .activities { padding: 60px 0; overflow: hidden; }
    .activities-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 15px; }
    .activity-card { padding: 25px 15px; }
    .committees { padding: 60px 0; }
    .committees-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 15px; }
    .committee-card { padding: 25px 15px; }
    .faq { padding: 60px 0; overflow: hidden; }
    .faq-container { padding: 0 15px; width: 100%; box-sizing: border-box; }
    .faq-question { padding: 18px 15px; font-size: 0.9rem; gap: 10px; }
    .faq-item.active .faq-answer { padding: 0 15px 20px; }
    .faq-icon { width: 25px; height: 25px; font-size: 1rem; flex-shrink: 0; }
    .contact { padding: 60px 0; overflow: hidden; }
    .contact-container { padding: 0 15px; gap: 40px; width: 100%; box-sizing: border-box; }
    .contact-info h3 { font-size: 1.4rem; }
    .contact-form { padding: 20px 15px; }
    .form-group input, .form-group textarea { padding: 12px 15px; font-size: 16px; }
    .footer { padding: 25px 0; overflow: hidden; }
    .footer-container { flex-direction: column; gap: 20px; text-align: center; padding: 0 15px; }
    .social-links { justify-content: center; }
    .logo-icon { width: 56px; height: 56px; font-size: 20px; }
    .logo-text h1 { font-size: 1rem; }
    .logo-text span { font-size: 0.6rem; }
    .bg-pattern { display: none; }
    .section-title { font-size: 1.6rem; }
    .section-desc { font-size: 0.9rem; }
    .activity-detail-section { padding: 100px 0 60px; }
    .activity-detail-container { padding: 0 15px; }
    .activity-detail-header { flex-direction: column; text-align: center; padding: 25px 20px; gap: 16px; }
    .activity-detail-icon { width: 70px; height: 70px; min-width: 70px; margin: 0 auto; }
    .activity-detail-header h2 { font-size: 1.3rem; }
    .sub-detail-body { gap: 24px; }
    .sub-detail-image { flex-basis: 100%; max-width: 100%; }
    .sub-activities-grid { grid-template-columns: 1fr; gap: 16px; }
    .sub-card-content { padding: 25px 20px; }
    .reg-section { padding: 100px 0 60px; }
    .reg-container { padding: 0 15px; }
    .reg-layout { grid-template-columns: 1fr; gap: 24px; }
    .reg-info-content { padding: 25px 20px; }
    .reg-form-card { padding: 25px 20px; position: static; }
    .reg-price-grid { flex-direction: column; }
    .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
    .hero-title { font-size: 1.5rem; }
    .section-title { font-size: 1.4rem; }
    .hero-badge span { font-size: 0.7rem; }
    .hero-badge { padding: 6px 12px; }
    .logo-text h1 { font-size: 0.9rem; }
}
