:root {
    --primary: #FFB800;
    --primary-dim: #CC9300;
    --bg-black: #050505;
    --bg-dark: #0F0F0F;
    --text-white: #FFFFFF;
    --text-gray: #A0A0A0;
    --transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body { 
    font-family: 'Plus Jakarta Sans', sans-serif; 
    background-color: var(--bg-black); 
    color: var(--text-white); 
    overflow-x: hidden;
    line-height: 1.6;
    width: 100%;
}

.logo { font-family: 'Unbounded', sans-serif; font-weight: 900; font-size: 1.5rem; letter-spacing: -1px; text-decoration: none; color: var(--text-white); transition: 0.3s; }
.logo span { color: var(--primary); }

.bg-noise { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url('https://grainy-gradients.vercel.app/noise.svg'); opacity: 0.04; pointer-events: none; z-index: 2; }
.grid-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; z-index: 1; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 5%; width: 100%; }

nav { position: fixed; width: 100%; top: 0; z-index: 1000; padding: 35px 0; transition: var(--transition); }
nav.active { padding: 15px 0; background: rgba(5, 5, 5, 0.95); backdrop-filter: blur(25px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.nav-container { max-width: 1400px; margin: 0 auto; padding: 0 5%; display: flex; justify-content: space-between; align-items: center; }
.nav-links { display: flex; gap: 40px; }
.nav-links a { text-decoration: none; color: var(--text-white); font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; opacity: 0.5; transition: 0.3s; }
.nav-links a:hover { opacity: 1; color: var(--primary); }
.nav-right { display: flex; align-items: center; gap: 20px; }
#lang-btn { background: none; border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 8px 15px; border-radius: 4px; cursor: pointer; font-weight: 800; font-size: 0.7rem; transition: 0.3s; }
.nav-call-btn { background: var(--primary); color: #000; padding: 14px 28px; text-decoration: none; font-weight: 900; font-size: 0.75rem; letter-spacing: 1px; transition: 0.3s; }

.hero { height: 100vh; display: flex; align-items: center; position: relative; padding: 0 5%; overflow: hidden; }
.hero-image-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: #000; }
.hero-image-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.4); display: block; }
.hero-vignette { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(circle at 15%, transparent, var(--bg-black) 90%); }
.hero-content { position: relative; z-index: 2; max-width: 950px; }
.hero-tag { color: var(--primary); font-weight: 800; font-size: 0.8rem; letter-spacing: 6px; margin-bottom: 25px; }
.hero h1 { font-family: 'Unbounded', sans-serif; font-size: clamp(2.5rem, 8vw, 5.5rem); line-height: 1.1; margin-bottom: 35px; text-transform: uppercase; letter-spacing: -3px; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px var(--text-white); }
.hero p { max-width: 600px; color: var(--text-gray); font-size: clamp(1rem, 2vw, 1.2rem); margin-bottom: 50px; }

.floating-experience { position: absolute; bottom: 80px; right: 5%; z-index: 3; }
.exp-circle { position: relative; width: 320px; height: 320px; display: flex; align-items: center; justify-content: center; }
.exp-circle svg { width: 100%; height: 100%; animation: rotateCircle 15s linear infinite; }
.exp-circle text { font-family: 'Unbounded', sans-serif; font-size: 9px; font-weight: 800; fill: var(--primary); letter-spacing: 2.5px; text-transform: uppercase; }
.center-text { position: absolute; font-family: 'Unbounded'; font-weight: 900; font-size: 3.2rem; color: #fff; letter-spacing: -2px; }
.center-text span { color: var(--primary); }
@keyframes rotateCircle { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.ticker { background: var(--bg-dark); padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); overflow: hidden; }
.ticker-track { display: flex; }
.ticker-content { display: flex; white-space: nowrap; animation: tickerScroll 35s linear infinite; }
.ticker-content span { font-family: 'Unbounded', sans-serif; font-size: 0.85rem; font-weight: 800; margin: 0 70px; opacity: 0.25; letter-spacing: 3px; color: var(--primary); }
@keyframes tickerScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.oferta-section { padding: 120px 0; background-color: var(--bg-black); }
.section-header { text-align: center; margin-bottom: 80px; }
.section-header .tag { color: var(--primary); font-family: 'Unbounded'; font-size: 0.75rem; letter-spacing: 4px; font-weight: 800; }
.section-header h2 { font-family: 'Unbounded'; font-size: clamp(2rem, 5vw, 3.5rem); text-transform: uppercase; letter-spacing: -2px; margin-top: 15px; }
.section-header h2 span { color: var(--primary); }
.oferta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; }
.oferta-item { background: var(--bg-dark); padding: 40px; border: 1px solid rgba(255,255,255,0.05); transition: 0.4s; }
.oferta-item:hover { border-color: var(--primary); transform: translateY(-10px); background: #111; }
.oferta-icon { font-size: 2.2rem; color: var(--primary); margin-bottom: 20px; }
.oferta-item h3 { font-family: 'Unbounded'; font-size: 1.1rem; margin-bottom: 15px; text-transform: uppercase; }

.faq-section { padding: 120px 0; background: #080808; }
.faq-grid { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; }
.faq-item { background: var(--bg-dark); border: 1px solid rgba(255,255,255,0.05); transition: 0.3s; }
.faq-question { padding: 30px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq-question h4 { font-family: 'Unbounded'; font-size: 1rem; text-transform: uppercase; }
.faq-question i { color: var(--primary); transition: 0.3s; }
.faq-answer { padding: 0 30px; max-height: 0; overflow: hidden; transition: all 0.5s cubic-bezier(0, 1, 0, 1); }
.faq-answer p { padding-bottom: 30px; color: var(--text-gray); line-height: 1.8; }
.faq-item.active .faq-answer { max-height: 500px; transition: all 0.5s cubic-bezier(1, 0, 1, 0); }
.faq-item.active .faq-question i { transform: rotate(45deg); }

.opinie-section { padding: 100px 0; background: linear-gradient(to bottom, #050505, #0a0a0a); overflow: hidden; }
.opinie-header { text-align: center; margin-bottom: 50px; }
.opinie-header span { font-family: 'Unbounded'; color: var(--primary); font-size: 0.8rem; letter-spacing: 5px; font-weight: 800; }
.opinie-track { display: flex; width: 100%; mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent); }
.opinie-scroll { display: flex; animation: scrollPremium 50s linear infinite; }
.opinia-card { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.05); padding: 40px; margin: 0 15px; width: 400px; flex-shrink: 0; }
.opinia-card .stars { color: var(--primary); font-size: 0.7rem; margin-bottom: 15px; letter-spacing: 2px; }
.opinia-card p { color: var(--text-white); font-size: 0.95rem; line-height: 1.6; margin-bottom: 25px; opacity: 0.7; }
.opinia-author { font-family: 'Unbounded'; color: var(--primary); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; }
@keyframes scrollPremium { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

.partner-premium { padding: 120px 0; background-color: var(--bg-black); }
.partner-wrapper { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center; background: rgba(255, 255, 255, 0.02); padding: 60px; border: 1px solid rgba(255, 255, 255, 0.05); position: relative; }
.partner-wrapper::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--primary); }
.partner-tag { color: var(--primary); font-family: 'Unbounded'; font-size: 0.7rem; letter-spacing: 4px; margin-bottom: 20px; font-weight: 800; }
.partner-content h2 { font-family: 'Unbounded'; font-size: clamp(1.5rem, 4vw, 2.5rem); line-height: 1.2; margin-bottom: 20px; text-transform: uppercase; }
.partner-content h2 span { color: var(--primary); }
.partner-visual img { max-width: 220px; filter: grayscale(1) brightness(1.8); }

.contact-ultra { padding: 120px 0; background-color: var(--bg-black); }
.contact-grid-modern { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: flex-start; }
.contact-info-side h2 { font-family: 'Unbounded', sans-serif; font-size: clamp(2rem, 6vw, 3.5rem); text-transform: uppercase; letter-spacing: -2px; margin-bottom: 25px; }
.contact-info-side h2 span { color: var(--primary); }
.contact-methods { display: flex; flex-direction: column; gap: 20px; margin: 40px 0; }
.method-item { display: flex; align-items: center; gap: 20px; color: #fff; }
.method-item i { width: 50px; height: 50px; background: var(--bg-dark); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--primary); }
.method-item strong { font-family: 'Unbounded', sans-serif; font-size: clamp(0.9rem, 2vw, 1.1rem); }

.premium-form { background: var(--bg-dark); padding: 50px; border: 1px solid rgba(255,255,255,0.05); }
.form-group { margin-bottom: 25px; }
.form-group label { display: block; font-family: 'Unbounded'; font-size: 0.7rem; color: var(--primary); letter-spacing: 2px; margin-bottom: 10px; text-transform: uppercase; }
.form-group input, .form-group textarea { width: 100%; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.1); padding: 15px; color: #fff; font-family: 'Plus Jakarta Sans'; transition: 0.3s; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--primary); outline: none; background: rgba(255,255,255,0.05); }
.premium-form .btn-solid { width: 100%; border: none; cursor: pointer; padding: 20px; font-family: 'Unbounded'; font-weight: 800; font-size: 0.8rem; background: var(--primary); color: #000; transition: 0.3s; }
.g-recaptcha { margin-bottom: 25px; transform: scale(0.9); transform-origin: 0 0; }

footer { padding: 80px 5% 40px; border-top: 1px solid rgba(255, 255, 255, 0.05); background: #000; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 60px; align-items: flex-start; }
.footer-brand .logo { margin-bottom: 20px; display: inline-block; }
.footer-brand p { color: var(--text-gray); font-size: 0.8rem; }
.footer-block { display: flex; gap: 20px; }
.footer-block i { color: var(--primary); font-size: 1.2rem; margin-top: 5px; }
.footer-block h4 { font-family: 'Unbounded'; font-size: 0.75rem; color: var(--primary); letter-spacing: 2px; margin-bottom: 12px; font-weight: 800; }
.footer-block p { color: #fff; font-size: 0.95rem; line-height: 1.6; font-weight: 500; }

@media (max-width: 1024px) {
    .nav-links { display: none; }
    .contact-grid-modern { grid-template-columns: 1fr; gap: 50px; }
    .partner-wrapper { grid-template-columns: 1fr; text-align: center; padding: 40px; }
    .partner-wrapper::before { width: 100%; height: 4px; top: 0; left: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
    nav { padding: 20px 0; }
    .logo { font-size: 1.2rem; }
    .hero { text-align: center; justify-content: center; }
    .hero-content { display: flex; flex-direction: column; align-items: center; }
    .floating-experience { display: none; }
    .oferta-grid { grid-template-columns: 1fr; }
    .contact-info-side { text-align: center; }
    .contact-methods { align-items: center; }
    .premium-form { padding: 30px; }
    .footer-container { flex-direction: column; gap: 20px; text-align: center; }
    .g-recaptcha { transform: scale(0.77); }
}
