:root {
    --bg: #fdf5ef;
    --text: #4a4a2e;
    --accent: #f4a2b2;
    --gold: #b89548;
    --font-vazir: 'Vazirmatn', sans-serif;
    --font-cinzel: 'Cinzel', serif;
    --font-sig: 'Great Vibes', cursive;
}

* { margin: 0; padding: 0; box-sizing: border-box; cursor: none !important; }
body { background: var(--bg); color: var(--text); font-family: var(--font-vazir); overflow-x: hidden; }

.noise { position: fixed; inset: 0; background: url('https://grainy-gradients.vercel.app/noise.svg'); opacity: 0.04; pointer-events: none; z-index: 99999; }

.cursor-wrapper { position: fixed; inset: 0; pointer-events: none; z-index: 1000000; }
.cursor-main { position: absolute; width: 8px; height: 8px; background: var(--text); border-radius: 50%; transform: translate(-50%, -50%); transition: transform 0.1s ease-out; }
.cursor-follower { position: absolute; width: 40px; height: 40px; border: 1.5px solid var(--accent); border-radius: 50%; transform: translate(-50%, -50%); transition: width 0.3s, height 0.3s, background 0.3s, transform 0.15s ease-out; box-shadow: 0 0 15px rgba(244, 162, 178, 0.2); }
body.active-link .cursor-follower { width: 70px; height: 70px; background: rgba(244, 162, 178, 0.08); border-color: transparent; }

.ultra-header { position: fixed; top: 0; width: 100%; padding: 2.5rem 5rem; z-index: 1000; }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo-morph { height: 65px; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.05)); transition: 0.5s; }
.logo-morph:hover { transform: scale(1.1) rotate(5deg); }

.nav-link-magical { text-decoration: none; color: var(--text); display: flex; flex-direction: column; align-items: flex-end; overflow: hidden; height: 40px; }
.text-top, .text-bottom { font-family: var(--font-cinzel); font-weight: 900; font-size: 0.9rem; letter-spacing: 2px; transition: 0.5s cubic-bezier(0.76, 0, 0.24, 1); }
.text-bottom { color: var(--accent); font-family: var(--font-vazir); font-size: 0.8rem; }
.nav-link-magical:hover .text-top { transform: translateY(-100%); }
.nav-link-magical:hover .text-bottom { transform: translateY(-100%); }

.page-wrapper { padding: 15rem 5rem 5rem; max-width: 1500px; margin: 0 auto; }
.reveal-section { text-align: center; margin-bottom: 10rem; }
.sig-text { font-family: var(--font-sig); font-size: 4.5rem; color: var(--accent); margin-bottom: -1.5rem; transform: translateY(30px); opacity: 0; animation: fadeReveal 1s forwards; }
.giant-title { font-family: var(--font-cinzel); font-size: 6rem; font-weight: 900; letter-spacing: -2px; }

.grid-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 6rem; align-items: start; }
.glass-container { background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(30px); border: 1px solid rgba(255,255,255,0.8); border-radius: 40px; padding: 4.5rem; box-shadow: 0 40px 100px rgba(0,0,0,0.03); }

.input-field { position: relative; margin-bottom: 3.5rem; }
.input-field input, .input-field textarea { width: 100%; background: none; border: none; padding: 1rem 0; font-family: var(--font-vazir); font-size: 1.2rem; color: var(--text); border-bottom: 1px solid rgba(0,0,0,0.1); }
.input-field label { position: absolute; right: 0; top: 1rem; color: #aaa; transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1); pointer-events: none; }
.input-field input:focus ~ label, .input-field input:not(:placeholder-shown) ~ label, .input-field textarea:focus ~ label, .input-field textarea:not(:placeholder-shown) ~ label { top: -1.5rem; font-size: 0.85rem; color: var(--accent); font-weight: 900; }
.line-reveal { position: absolute; bottom: 0; right: 0; width: 0; height: 2px; background: var(--accent); transition: 0.6s; }
.input-field input:focus ~ .line-reveal, .input-field textarea:focus ~ .line-reveal { width: 100%; }

.prime-btn { width: 100%; padding: 1.8rem; background: var(--text); color: white; border: none; border-radius: 20px; font-family: var(--font-vazir); font-weight: 900; font-size: 1.2rem; position: relative; overflow: hidden; transition: 0.4s; }
.btn-fill { position: absolute; inset: 0; background: var(--accent); transform: scaleY(0); transform-origin: bottom; transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1); }
.prime-btn:hover .btn-fill { transform: scaleY(1); }
.btn-inner { position: relative; z-index: 1; }

.status-card { display: flex; align-items: center; gap: 1rem; background: white; padding: 1rem 2rem; border-radius: 50px; width: fit-content; margin-bottom: 3rem; font-size: 0.85rem; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.pulse-icon { width: 10px; height: 10px; background: #2ecc71; border-radius: 50%; animation: pulse 2s infinite; }

.detail-item { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2.5rem; transition: 0.3s; }
.detail-item i { font-size: 1.8rem; color: var(--accent); }
.detail-item p { font-size: 1.1rem; font-weight: 400; color: #666; }

.luxury-socials { display: flex; gap: 1.5rem; margin-top: 4rem; }
.social-box { width: 60px; height: 60px; background: white; border-radius: 18px; display: flex; align-items: center; justify-content: center; color: var(--text); text-decoration: none; font-size: 1.4rem; transition: 0.4s; box-shadow: 0 10px 25px rgba(0,0,0,0.04); }
.social-box:hover { background: var(--accent); color: white; transform: translateY(-10px) rotate(8deg); }

.masterpiece-footer { margin-top: 15rem; text-align: center; }
.footer-line { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent); margin-bottom: 4rem; }
.credit-meta { font-family: var(--font-cinzel); font-size: 0.7rem; letter-spacing: 4px; color: #bbb; margin-bottom: 1rem; }
.author-link { text-decoration: none; position: relative; display: inline-block; }
.author-name { font-family: var(--font-sig); font-size: 5rem; color: var(--text); transition: 0.6s; }
.author-role { font-size: 0.75rem; letter-spacing: 3px; color: #aaa; margin-top: 1rem; text-transform: uppercase; }
.author-svg { position: absolute; top: 50%; left: 0; width: 100%; opacity: 0; transition: 0.6s; }
.author-link:hover .author-name { color: var(--accent); transform: scale(1.05); }
.author-link:hover .author-svg { opacity: 0.3; transform: scaleX(1.1); }

@keyframes fadeReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(46, 204, 113, 0); } 100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); } }

@media (max-width: 1100px) {
    .grid-layout { grid-template-columns: 1fr; gap: 4rem; }
    .giant-title { font-size: 4rem; }
    .page-wrapper { padding: 10rem 2rem 2rem; }
    .ultra-header { padding: 1.5rem 2rem; }
    .author-name { font-size: 3.5rem; }
}