/*
Theme Name: Landing Prima Art Media 04
Theme URI: http://example.com/
Author: AI Developer
Description: A fully functional, production-ready WordPress theme converted from React for Prima Art Media.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: prima-art-media
*/

:root {
  --color-primary: #136dec;
  --color-primary-hover: #0f5bca;
  --color-background-light: #f6f7f8;
  --color-background-dark: #101822;
  --color-text: #333;
  --color-text-light: #666;
  --color-white: #fff;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); color: var(--color-text); background-color: var(--color-background-light); line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: color 0.3s; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.text-primary { color: var(--color-primary); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 8px; font-weight: bold; cursor: pointer; transition: all 0.3s ease; border: none; }
.btn-primary { background-color: var(--color-primary); color: var(--color-white); }
.btn-primary:hover { background-color: var(--color-primary-hover); }
.btn-success { background-color: #25D366; color: var(--color-white); padding: 16px 32px; font-size: 1.1rem; border-radius: 12px; box-shadow: 0 10px 15px -3px rgba(37, 211, 102, 0.2); }
.btn-success:hover { background-color: #20ba5a; }
.btn-white { background-color: var(--color-white); color: var(--color-primary); padding: 16px 32px; border-radius: 12px; font-size: 1.1rem; }
.btn-white:hover { background-color: #f1f1f1; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid #ddd; }
.header-container { display: flex; justify-content: space-between; align-items: center; height: 80px; }
.logo { display: flex; align-items: center; gap: 10px; font-size: 1.25rem; font-weight: 900; text-transform: uppercase; color: #111;}
.logo-icon { background: var(--color-primary); padding: 8px; border-radius: 8px; color: white; display: flex; }
.nav-menu { display: flex; gap: 30px; align-items: center; }
.nav-menu a { font-weight: 600; font-size: 0.9rem; }
.nav-menu a:hover { color: var(--color-primary); }

/* Typography */
.section-subtitle { color: var(--color-primary); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 0.875rem; margin-bottom: 16px; display: block; }
.section-title { font-size: 2.5rem; font-weight: 900; color: #111; margin-bottom: 24px; line-height: 1.2; }

/* Hero Section */
.hero-section { position: relative; height: 85vh; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; background: linear-gradient(rgba(16,24,34,0.5), rgba(16,24,34,0.8)), url('https://images.unsplash.com/photo-1638368888211-cecd27facf71?q=80&w=2232&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover; color: white; }
.hero-content h1 { font-size: 4rem; font-weight: 900; margin-bottom: 24px; line-height: 1.1; }
.hero-content p { font-size: 1.25rem; color: #ccc; margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* Sections */
section { padding: 100px 0; }
.bg-white { background-color: var(--color-white); }
.bg-light { background-color: #f8fafc; }

/* Grid Layouts */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }

/* Profile Section */
.profile-image { aspect-ratio: 4/3; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); position: relative; }
.profile-image img { width: 100%; height: 100%; object-fit: cover; }
.profile-badge { position: absolute; bottom: -20px; right: -20px; background: var(--color-primary); color: white; padding: 20px; border-radius: 16px; text-align: center; }
.feature-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; font-weight: 600; color: #444; }
.feature-list svg { color: var(--color-primary); }

/* Services */
.service-card { background: white; padding: 40px; border-radius: 16px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transition: transform 0.3s, box-shadow 0.3s; border: 1px solid #eee; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.service-icon { width: 60px; height: 60px; background: rgba(19, 109, 236, 0.1); color: var(--color-primary); display: flex; align-items: center; justify-content: center; border-radius: 12px; margin-bottom: 20px; transition: background 0.3s, color 0.3s; }
.service-card:hover .service-icon { background: var(--color-primary); color: white; }
.service-card h4 { font-size: 1.25rem; font-weight: 800; margin-bottom: 12px; }
.service-card p { color: var(--color-text-light); }

/* Keunggulan */
.keunggulan-wrap { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 60px 0; margin-top: 40px; }
.keunggulan-box h4 { font-size: 1.75rem; font-weight: 900; display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.keunggulan-box svg { color: var(--color-primary); }
.keunggulan-list li { margin-bottom: 12px; color: var(--color-text-light); }
.keunggulan-list span { color: var(--color-primary); font-weight: bold; margin-right: 8px; }

/* Client Slider */
.client-slider { overflow: hidden; position: relative; margin-top: 40px; }
.client-track { display: flex; gap: 60px; animation: scroll 40s linear infinite; width: max-content; }
.client-track span { font-size: 1.5rem; font-weight: 900; color: #cbd5e1; white-space: nowrap; }
@keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.gallery-item { position: relative; border-radius: 12px; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; opacity: 0; transition: opacity 0.3s; }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-overlay h5 { color: white; font-size: 1.25rem; font-weight: bold; margin-bottom: 4px; }
.gallery-overlay p { color: var(--color-primary); font-size: 0.875rem; font-weight: 600; }

/* Contact Banner */
.contact-banner { background: var(--color-primary); border-radius: 40px; padding: 60px; display: flex; justify-content: space-between; align-items: center; color: white; flex-wrap: wrap; gap: 40px; position: relative; overflow: hidden; }
.contact-banner h2 { font-size: 3rem; font-weight: 900; margin-bottom: 16px; line-height: 1.2; }
.contact-banner p { font-size: 1.1rem; opacity: 0.9; max-width: 500px; }

/* Footer */
.site-footer { background: var(--color-background-dark); color: #94a3b8; padding: 80px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 60px; }
.footer-col h3 { color: white; font-size: 1.25rem; font-weight: bold; margin-bottom: 24px; }
.footer-col p, .footer-col li { margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.footer-col svg { color: var(--color-primary); }
.footer-bottom { border-top: 1px solid #1e293b; padding-top: 24px; display: flex; justify-content: space-between; font-size: 0.875rem; }

@media (max-width: 768px) {
  .grid-2, .footer-grid { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .hero-content h1 { font-size: 2.5rem; }
  .contact-banner { padding: 40px; border-radius: 20px; text-align: center; justify-content: center; }
}