/* ===== WEBOFISIN - STYLE.CSS ===== */
/* Colors: Navy #1B1464, Gold #D4A017 */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #1B1464; line-height: 1.6; background: #fff; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }

/* --- Utility --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.gold { color: #D4A017; }
.mt-8 { margin-top: 2rem; }

/* --- Buttons --- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: 12px; font-weight: 600; font-size: 15px; transition: all 0.3s; cursor: pointer; border: none; text-decoration: none; }
.btn-gold { background: #D4A017; color: #fff; box-shadow: 0 4px 15px rgba(212,160,23,0.3); }
.btn-gold:hover { background: #c49215; box-shadow: 0 6px 20px rgba(212,160,23,0.4); transform: translateY(-1px); }
.btn-outline { border: 2px solid rgba(255,255,255,0.3); color: #fff; background: transparent; }
.btn-outline:hover { border-color: #D4A017; color: #D4A017; }
.btn-navy { background: #1B1464; color: #fff; }
.btn-navy:hover { background: #231a6e; }
.btn-sm { padding: 10px 20px; font-size: 13px; border-radius: 8px; }
.btn-danger { background: #dc3545; color: #fff; }
.btn-danger:hover { background: #c82333; }
.btn-success { background: #28a745; color: #fff; }
.btn-success:hover { background: #218838; }

/* --- Header --- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(27,20,100,0.95); backdrop-filter: blur(10px); transition: all 0.3s; }
.header.scrolled { background: rgba(27,20,100,0.98); box-shadow: 0 2px 20px rgba(0,0,0,0.2); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; color: #fff; }
.logo img { height: 36px; width: auto; }
.logo-slogan { font-size: 11px; font-weight: 400; color: rgba(255,255,255,0.6); display: block; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 500; transition: color 0.3s; }
.nav a:hover, .nav a.active { color: #D4A017; }
.header-cta { background: #D4A017; color: #fff; padding: 10px 24px; border-radius: 10px; font-weight: 600; font-size: 14px; transition: all 0.3s; }
.header-cta:hover { background: #c49215; }
.mobile-toggle { display: none; background: none; border: none; color: #fff; font-size: 24px; cursor: pointer; padding: 4px; }

/* --- Mobile Nav --- */
.mobile-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(27,20,100,0.98); z-index: 999; flex-direction: column; align-items: center; justify-content: center; gap: 24px; }
.mobile-nav.active { display: flex; }
.mobile-nav a { color: #fff; font-size: 20px; font-weight: 600; }
.mobile-nav a:hover { color: #D4A017; }
.mobile-nav-close { position: absolute; top: 20px; right: 20px; background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; }

/* --- Hero --- */
.hero { background: linear-gradient(135deg, #1B1464 0%, #231a6e 100%); padding: 140px 0 80px; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 70% 50%, rgba(212,160,23,0.08) 0%, transparent 50%); }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-content h1 { font-size: 48px; font-weight: 800; color: #fff; line-height: 1.15; letter-spacing: -0.02em; }
.hero-content p { color: rgba(255,255,255,0.7); font-size: 17px; margin-top: 20px; line-height: 1.7; }
.badge { display: inline-block; background: rgba(212,160,23,0.15); color: #D4A017; padding: 8px 16px; border-radius: 100px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.hero-buttons { display: flex; gap: 16px; margin-top: 32px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 32px; margin-top: 48px; }
.stat strong { display: block; font-size: 24px; color: #fff; }
.stat span { font-size: 13px; color: rgba(255,255,255,0.6); }
.stat-divider { width: 1px; background: rgba(255,255,255,0.15); }
.hero-image { position: relative; }
.hero-image img { border-radius: 20px; width: 100%; box-shadow: 0 25px 50px rgba(0,0,0,0.3); }
.hero-card { position: absolute; bottom: -20px; left: -20px; background: #fff; border-radius: 16px; padding: 16px 20px; display: flex; align-items: center; gap: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
.hero-card-icon { font-size: 28px; }
.hero-card strong { font-size: 14px; color: #1B1464; }
.hero-card small { font-size: 12px; color: #666; }

/* --- Page Hero (inner pages) --- */
.page-hero { background: linear-gradient(135deg, #1B1464, #231a6e); padding: 140px 0 60px; text-align: center; }
.page-hero h1 { font-size: 42px; font-weight: 800; color: #fff; margin-top: 12px; }
.hero-subtitle { color: rgba(255,255,255,0.7); font-size: 17px; margin-top: 16px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* --- Section Styles --- */
.section-header { text-align: center; margin-bottom: 48px; }
.section-badge { display: inline-block; background: rgba(212,160,23,0.1); color: #D4A017; padding: 6px 16px; border-radius: 100px; font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.section-header h2 { font-size: 36px; font-weight: 800; color: #1B1464; margin-top: 12px; letter-spacing: -0.02em; }
.section-header p { color: #666; font-size: 16px; margin-top: 8px; }

/* --- Features --- */
.features-section { padding: 80px 0; background: #f8f9fc; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.3s; border: 1px solid transparent; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); border-color: rgba(212,160,23,0.2); }
.feature-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; background: rgba(27,20,100,0.06); }
.feature-card h3 { font-size: 18px; font-weight: 700; color: #1B1464; margin-bottom: 10px; }
.feature-card p { font-size: 14px; color: #666; line-height: 1.6; }

/* --- Comparison Table (homepage mini) --- */
.comparison-section { padding: 80px 0; }
.table-wrapper { overflow-x: auto; border-radius: 16px; box-shadow: 0 4px 30px rgba(0,0,0,0.08); }
.comparison-table { width: 100%; min-width: 700px; border-collapse: collapse; }
.comparison-table thead th { padding: 16px; font-size: 13px; }
.feature-col { text-align: left; background: #fff; color: #1B1464; font-weight: 700; }
.webofisin-col { background: #1B1464; color: #fff; text-align: center; }
.col-title { font-weight: 700; font-size: 16px; }
.col-price { color: #D4A017; font-weight: 700; font-size: 18px; margin-top: 4px; }
.competitor-col { background: #f3f4f6; text-align: center; }
.col-subtitle { color: #888; font-size: 12px; }
.col-price-gray { color: #888; font-weight: 700; font-size: 14px; }
.comparison-table tbody td { padding: 14px 16px; font-size: 14px; border-bottom: 1px solid #f0f0f0; }
.feature-name { font-weight: 500; color: #1B1464; }
.webofisin-cell { text-align: center; background: rgba(27,20,100,0.03); }
.competitor-cell { text-align: center; }
.alt-row { background: #fafbfc; }
.icon-yes { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #d1fae5; color: #059669; font-weight: 700; font-size: 14px; }
.icon-no { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #fee2e2; color: #ef4444; font-weight: 700; font-size: 14px; }
.icon-yes-light { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #ecfdf5; color: #10b981; font-weight: 700; font-size: 14px; }
.icon-no-light { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #fff5f5; color: #f87171; font-weight: 700; font-size: 14px; }
.comparison-note { display: flex; align-items: center; justify-content: center; gap: 10px; background: #fefce8; border: 1px solid #fde68a; padding: 16px 24px; border-radius: 12px; margin-top: 24px; font-size: 14px; font-weight: 500; color: #92400e; }
.shield-icon { font-size: 20px; }

/* --- Audience Section --- */
.audience-section { padding: 80px 0; background: #f8f9fc; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.audience-card { background: #fff; border-radius: 16px; padding: 32px; text-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.3s; }
.audience-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.audience-icon { font-size: 48px; margin-bottom: 16px; }
.audience-card h3 { font-size: 20px; font-weight: 700; color: #1B1464; margin-bottom: 8px; }
.audience-card p { font-size: 14px; color: #666; line-height: 1.6; }

/* --- Abroad Section --- */
.abroad-section { padding: 80px 0; background: linear-gradient(135deg, #1B1464, #231a6e); }
.abroad-section .section-badge { background: rgba(212,160,23,0.2); }
.abroad-section .section-header h2 { color: #fff; }
.abroad-section .section-header p { color: rgba(255,255,255,0.7); }
.abroad-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.abroad-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; padding: 28px; text-align: center; transition: all 0.3s; }
.abroad-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-4px); }
.abroad-card-icon { font-size: 40px; margin-bottom: 16px; }
.abroad-card h3 { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.abroad-card p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; }

/* --- Testimonials --- */
.testimonials-section { padding: 80px 0; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card { background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; }
.testimonial-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.testimonial-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, #1B1464, #D4A017); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 18px; flex-shrink: 0; }
.testimonial-name { font-weight: 700; color: #1B1464; font-size: 15px; }
.testimonial-title { font-size: 13px; color: #888; }
.testimonial-stars { color: #D4A017; font-size: 14px; margin-bottom: 12px; }
.testimonial-text { font-size: 14px; color: #555; line-height: 1.7; font-style: italic; }

/* --- CTA Section --- */
.cta-section { padding: 80px 0; background: linear-gradient(135deg, #1B1464, #231a6e); text-align: center; }
.cta-section h2 { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 16px; }
.cta-section p { color: rgba(255,255,255,0.7); font-size: 17px; max-width: 600px; margin: 0 auto 32px; }

/* --- Pricing Card --- */
.pricing-card-section { padding: 0 0 60px; margin-top: -40px; position: relative; z-index: 10; }
.pricing-main-card { background: #fff; border-radius: 20px; box-shadow: 0 25px 50px rgba(0,0,0,0.12); border: 2px solid #D4A017; padding: 40px; max-width: 700px; margin: 0 auto; position: relative; text-align: center; }
.pricing-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #D4A017; color: #fff; padding: 6px 20px; border-radius: 100px; font-size: 13px; font-weight: 700; }
.pricing-main-card h2 { font-size: 24px; font-weight: 700; color: #1B1464; margin-top: 12px; }
.pricing-price { margin-top: 16px; }
.price-amount { font-size: 48px; font-weight: 800; color: #1B1464; }
.price-period { font-size: 18px; color: #888; }
.pricing-note { font-size: 14px; color: #888; margin-top: 8px; }
.pricing-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; text-align: left; }
.pricing-feature-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #1B1464; }
.pricing-feature-item .check { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: #d1fae5; color: #059669; font-size: 12px; font-weight: 700; flex-shrink: 0; }

/* --- Full Comparison (pricing page) --- */
.comparison-full-section { padding: 80px 0; background: #f8f9fc; }

/* --- References --- */
.references-section { padding: 80px 0; }
.references-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reference-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.3s; border: 1px solid #f0f0f0; }
.reference-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.reference-image { width: 100%; aspect-ratio: 16/9; background: #f0f0f0; overflow: hidden; }
.reference-image img { width: 100%; height: 100%; object-fit: cover; }
.reference-placeholder { display: flex; align-items: center; justify-content: center; }
.building-icon { font-size: 40px; opacity: 0.4; }
.reference-info { padding: 20px; }
.reference-info h3 { font-size: 17px; font-weight: 700; color: #1B1464; }
.reference-title { font-size: 13px; color: #888; margin-top: 4px; }
.reference-link { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: #D4A017; font-weight: 600; margin-top: 10px; }
.reference-link:hover { text-decoration: underline; }
.empty-state { text-align: center; padding: 80px 0; color: #999; font-size: 16px; }

/* --- Blog --- */
.blog-section { padding: 80px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: all 0.3s; border: 1px solid #f0f0f0; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.blog-thumb { width: 100%; aspect-ratio: 16/9; background: #f0f0f0; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 20px; }
.blog-body h3 { font-size: 17px; font-weight: 700; color: #1B1464; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-body p { font-size: 14px; color: #666; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-meta { font-size: 12px; color: #999; margin-top: 12px; }
.blog-read-more { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: #D4A017; font-weight: 600; margin-top: 12px; }

/* --- Blog Detail --- */
.blog-detail { padding: 40px 0 80px; }
.blog-detail-content { max-width: 800px; margin: 0 auto; }
.blog-detail-content h1 { font-size: 36px; font-weight: 800; color: #1B1464; line-height: 1.3; }
.blog-detail-content .blog-detail-meta { font-size: 14px; color: #999; margin: 12px 0 24px; }
.blog-detail-content .blog-detail-img { width: 100%; border-radius: 16px; margin-bottom: 32px; }
.blog-detail-content .prose { font-size: 16px; color: #444; line-height: 1.8; }
.prose h2 { font-size: 24px; font-weight: 700; color: #1B1464; margin: 28px 0 12px; }
.prose h3 { font-size: 20px; font-weight: 700; color: #1B1464; margin: 24px 0 10px; }
.prose p { margin-bottom: 16px; }
.prose ul, .prose ol { margin: 12px 0 16px 24px; }
.prose li { margin-bottom: 6px; }
.prose a { color: #D4A017; text-decoration: underline; }

/* --- Contact --- */
.contact-section { padding: 80px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info-card { background: #f8f9fc; border-radius: 16px; padding: 32px; }
.contact-info-card h3 { font-size: 20px; font-weight: 700; color: #1B1464; margin-bottom: 20px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-info-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(27,20,100,0.06); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-info-label { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: 0.05em; }
.contact-info-value { font-size: 15px; font-weight: 600; color: #1B1464; }

.contact-form { background: #fff; border-radius: 16px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: #1B1464; margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1px solid #e0e0e0; border-radius: 10px; font-size: 14px; transition: border-color 0.3s; font-family: inherit; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #D4A017; outline: none; box-shadow: 0 0 0 3px rgba(212,160,23,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* --- Footer --- */
.footer { background: #1B1464; color: #fff; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .footer-logo { font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.footer-brand .footer-slogan { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 16px; }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.footer-company { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.4); }
.footer-links h4 { font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.footer-links a { display: block; font-size: 14px; color: rgba(255,255,255,0.6); margin-bottom: 10px; transition: color 0.3s; }
.footer-links a:hover { color: #D4A017; }
.footer-map { border-radius: 12px; overflow: hidden; }
.footer-map iframe { width: 100%; height: 200px; border: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.footer-bottom-left { font-size: 13px; color: rgba(255,255,255,0.5); }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 10px; background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); font-size: 16px; transition: all 0.3s; }
.footer-socials a:hover { background: #D4A017; color: #fff; }
.footer-legal { display: flex; gap: 16px; font-size: 12px; }
.footer-legal a { color: rgba(255,255,255,0.4); transition: color 0.3s; }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

/* --- WhatsApp Floating --- */
.whatsapp-float { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 9999; transition: transform 0.3s; }
.whatsapp-float:hover { transform: scale(1.1); }
.whatsapp-float svg { width: 28px; height: 28px; fill: #fff; }

/* --- Alert --- */
.alert { padding: 16px 20px; border-radius: 10px; margin-bottom: 20px; font-size: 14px; }
.alert-success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.alert-error { background: #fee2e2; color: #991b1b; border: 1px solid #fecaca; }

/* ===== ADMIN PANEL ===== */
.admin-layout { display: flex; min-height: 100vh; }
.admin-sidebar { width: 260px; background: #1B1464; color: #fff; padding: 24px 0; flex-shrink: 0; position: fixed; top: 0; left: 0; bottom: 0; overflow-y: auto; z-index: 100; }
.admin-sidebar .sidebar-brand { padding: 0 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 16px; }
.admin-sidebar .sidebar-brand h2 { font-size: 20px; font-weight: 800; }
.admin-sidebar .sidebar-brand small { font-size: 12px; color: rgba(255,255,255,0.5); }
.sidebar-nav a { display: flex; align-items: center; gap: 12px; padding: 12px 20px; font-size: 14px; color: rgba(255,255,255,0.7); transition: all 0.3s; }
.sidebar-nav a:hover, .sidebar-nav a.active { background: rgba(255,255,255,0.08); color: #D4A017; }
.sidebar-nav .nav-icon { font-size: 18px; width: 24px; text-align: center; }
.admin-main { flex: 1; margin-left: 260px; background: #f8f9fc; min-height: 100vh; }
.admin-topbar { background: #fff; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.admin-topbar h1 { font-size: 20px; font-weight: 700; color: #1B1464; }
.admin-content { padding: 32px; }

/* Admin Cards */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 32px; }
.stat-card { background: #fff; border-radius: 14px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.stat-card .stat-number { font-size: 32px; font-weight: 800; color: #1B1464; }
.stat-card .stat-label { font-size: 13px; color: #888; margin-top: 4px; }
.stat-card .stat-icon { font-size: 28px; float: right; }

/* Admin Tables */
.admin-card { background: #fff; border-radius: 14px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); padding: 24px; margin-bottom: 24px; }
.admin-card h3 { font-size: 18px; font-weight: 700; color: #1B1464; margin-bottom: 16px; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th { background: #f8f9fc; padding: 12px 16px; font-size: 12px; font-weight: 600; color: #888; text-transform: uppercase; text-align: left; border-bottom: 2px solid #f0f0f0; }
.admin-table td { padding: 14px 16px; font-size: 14px; border-bottom: 1px solid #f0f0f0; vertical-align: middle; }
.admin-table tr:hover { background: #fafbfc; }
.status-badge { padding: 4px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; }
.status-new { background: #dbeafe; color: #1d4ed8; }
.status-contacted { background: #fef3c7; color: #92400e; }
.status-closed { background: #d1fae5; color: #065f46; }
.status-active { background: #d1fae5; color: #065f46; }
.status-draft { background: #e5e7eb; color: #6b7280; }

/* Admin Form */
.admin-form .form-group { margin-bottom: 18px; }
.admin-form label { display: block; font-size: 13px; font-weight: 600; color: #1B1464; margin-bottom: 6px; }
.admin-form input, .admin-form select, .admin-form textarea { width: 100%; padding: 10px 14px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 14px; font-family: inherit; }
.admin-form input:focus, .admin-form select:focus, .admin-form textarea:focus { border-color: #D4A017; outline: none; }
.admin-actions { display: flex; gap: 10px; margin-top: 20px; }

/* Admin Login */
.admin-login { display: flex; align-items: center; justify-content: center; min-height: 100vh; background: linear-gradient(135deg, #1B1464, #231a6e); }
.login-card { background: #fff; border-radius: 20px; padding: 40px; width: 100%; max-width: 420px; box-shadow: 0 25px 50px rgba(0,0,0,0.2); }
.login-card h1 { font-size: 24px; font-weight: 800; color: #1B1464; text-align: center; margin-bottom: 8px; }
.login-card .login-subtitle { text-align: center; font-size: 14px; color: #888; margin-bottom: 28px; }

/* Modal */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; z-index: 1000; }
.modal-box { background: #fff; border-radius: 16px; padding: 32px; width: 90%; max-width: 600px; max-height: 90vh; overflow-y: auto; }
.modal-box h2 { font-size: 20px; font-weight: 700; color: #1B1464; margin-bottom: 20px; }

/* --- Responsive --- */
@media (max-width: 1024px) {
    .features-grid, .audience-grid, .abroad-grid, .testimonials-grid, .blog-grid, .references-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .hero-inner { grid-template-columns: 1fr; text-align: center; }
    .hero-image { display: none; }
    .hero-content h1 { font-size: 32px; }
    .hero-buttons { justify-content: center; }
    .hero-stats { justify-content: center; }
    .nav { display: none; }
    .header-cta { display: none; }
    .mobile-toggle { display: block; }
    .features-grid, .audience-grid, .abroad-grid, .testimonials-grid, .blog-grid, .references-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .pricing-features-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .page-hero h1 { font-size: 30px; }
    .section-header h2 { font-size: 28px; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .admin-sidebar { display: none; }
    .admin-main { margin-left: 0; }
    .stats-grid { grid-template-columns: 1fr; }
}
