/* Hatékonyabb Vállalkozás - Statikus HTML CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2d3436;
    scroll-behavior: smooth;
    background: #f8f9f0;
    scroll-padding-top: 80px;
}

header {
    background: linear-gradient(135deg, #2d4a2b 0%, #3d5a3b 100%);
    color: #fff;
    padding: 15px 20px;
    position: sticky;
    top: 0;
    z-index: 2000;
    box-shadow: 0 2px 10px rgba(45, 74, 43, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-container a {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: opacity 0.3s ease;
}

.logo-container a:hover {
    opacity: 0.8;
}

.logo-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.company-name {
    font-size: 1.2em;
    font-weight: bold;
    background: linear-gradient(135deg, #fbbf24 0%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(251, 191, 36, 0.5);
}

.hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

.hamburger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.nav-menu {
    position: fixed;
    top: 80px;
    right: -250px;
    width: 250px;
    height: auto;
    background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 100%);
    padding: 20px;
    box-shadow: -2px 0 10px rgba(124, 58, 237, 0.3);
    z-index: 1900;
    transition: right 0.3s ease;
}

.nav-menu.active {
    right: 0;
}

.nav-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 12px 0;
    margin: 0;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav-menu a:hover {
    transform: translateX(-5px);
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #f97316 0%, #fbbf24 50%, #ec4899 100%);
    z-index: 3000;
    transition: width 0.1s ease;
}

.hero {
    background: url('../images/oras_nagy.jpg') center center / cover no-repeat fixed;
    text-align: center;
    padding: 120px 30px;
    color: white;
    position: relative;
    overflow: visible;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}

.hero * {
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 650px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 2rem 1.5rem;
    border-radius: 15px;
    backdrop-filter: blur(8px);
    text-align: center;
}

.hero h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    line-height: 1.15;
    margin-bottom: 1.5rem;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.8);
    font-weight: 700;
    color: white;
}

.highlight {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
    font-weight: 600;
    color: white;
}

.hero-subtitle {
    font-size: 2.1rem;
    line-height: 1.8;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}

/* Mit Kapok Section */
.section-gradient {
    min-height: 100vh;
    background: linear-gradient(to bottom right, #eff6ff, #ffffff, #faf5ff);
    padding: 3rem 1rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-title {
    font-size: 3rem;
    font-weight: bold;
    color: #1e3a8a;
    text-align: center;
    margin-bottom: 1.5rem;
}

.intro-box {
    max-width: 896px;
    margin: 0 auto 4rem auto;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 2rem 3rem;
}

.intro-box p {
    font-size: 1.125rem;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.intro-box strong {
    color: #1e3a8a;
}

.cta-box {
    background: linear-gradient(to right, #eff6ff, #faf5ff);
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid #1e3a8a;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    background: linear-gradient(to right, #1e3a8a, #2563eb);
    color: white;
    padding: 1rem 3rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
    background: linear-gradient(to right, #1e40af, #2563eb);
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Steps Section */
.steps-container {
    max-width: 1024px;
    margin: 0 auto 4rem auto;
}

.steps-title {
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(to right, #1e3a8a, #1e40af, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 3rem;
}

.step-card {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 4px solid;
    transition: box-shadow 0.3s;
}

.step-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.step-card:nth-child(1) { border-color: #1e3a8a; }
.step-card:nth-child(2) { border-color: #1e40af; }
.step-card:nth-child(3) { border-color: #2563eb; }
.step-card:nth-child(4) { border-color: #7c3aed; }
.step-card:nth-child(5) { border-color: #8b5cf6; }
.step-card:nth-child(6) { border-color: #a78bfa; }

.step-content {
    display: flex;
    gap: 1rem;
}

.step-number {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(to bottom right, #1e3a8a, #1e40af);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.step-text {
    color: #1f2937;
    font-size: 1.125rem;
    line-height: 1.75;
}

.step-text a {
    font-weight: 600;
    color: #1e3a8a;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* CTA Banner */
.cta-banner {
    background: linear-gradient(to right, #1e3a8a, #7c3aed);
    color: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    margin-top: 3rem;
}

.cta-banner p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

.cta-banner .btn-primary {
    background: linear-gradient(to right, #1e3a8a, #2563eb);
}

/* Flip Cards */
.experience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
}

@media (max-width: 768px) {
    .experience-grid {
        grid-template-columns: 1fr;
    }
}

.flip-card-container {
    perspective: 1000px;
    height: 300px;
    cursor: pointer;
}

.flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card.flipped {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 70px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.flip-card-front {
    background: white;
    z-index: 2;
    background-size: cover;
    background-position: center;
}

.flip-card-back {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    transform: rotateY(180deg);
}

.flip-card-content {
    text-align: center;
    padding: 20px;
    width: 100%;
}

.flip-card-content .inner-box {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.flip-card-content h3 {
    color: #1e3a8a;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 1.5rem;
}

.flip-card-content p {
    color: #000000;
    font-weight: 600;
    line-height: 1.6;
}

.flip-action {
    margin-top: 16px;
    background-color: #ffffff;
    padding: 8px 16px;
    border-radius: 12px;
    display: inline-block;
    color: #1e3a8a;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Pricing Page */
.pricing-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (max-width: 1024px) {
    .pricing-container {
        grid-template-columns: 1fr;
    }
}

.price-card {
    border-radius: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    transition: transform 0.3s;
    position: relative;
}

.price-card:hover {
    transform: scale(1.05);
}

.price-card.popular {
    border: 4px solid #3b82f6;
}

.price-card h3 {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    color: #1e3a8a;
    margin-bottom: 1rem;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.price-card li {
    padding: 0.5rem 0;
}

.price-card .category {
    font-weight: 600;
    color: #1e3a8a;
    margin-top: 0.75rem;
    font-size: 1.125rem;
}

.price-card .item {
    display: flex;
    align-items: flex-start;
    color: #000;
    font-weight: 500;
}

.price-card .item::before {
    content: '•';
    margin-right: 0.5rem;
}

.popular-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #3b82f6;
    color: white;
    padding: 0.25rem 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1.5rem;
    font-size: 0.875rem;
    font-weight: bold;
}

/* Form Styles */
.form-container {
    max-width: 1024px;
    margin: 0 auto;
}

.form-section {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    border-radius: 1rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 2rem 3rem;
    margin-bottom: 2rem;
}

.form-section h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1e3a8a;
    margin-bottom: 1.5rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
}

.form-group {
    margin-bottom: 1rem;
}

.form-group.full-width {
    grid-column: span 2;
}

@media (max-width: 768px) {
    .form-group.full-width {
        grid-column: span 1;
    }
}

.form-group label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group label .required {
    color: #ef4444;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
    font-size: 1rem;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

/* Footer */
footer {
    background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 100%);
    color: #fff;
    padding: 50px 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 10px;
}

footer a:hover {
    color: #fbbf24;
}

.footer-quote {
    max-width: 500px;
    text-align: right;
    font-size: 1.15rem;
    line-height: 1.6;
}

.footer-copyright {
    margin-top: 20px;
    text-align: center;
    font-size: 1.1rem;
    opacity: 0.7;
}

/* Back to Top & Dark Mode */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1500;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

.dark-mode-toggle {
    position: fixed;
    bottom: 90px;
    right: 30px;
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    transition: all 0.3s ease;
    z-index: 1500;
}

.dark-mode-toggle:hover {
    transform: scale(1.1);
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1e3a8a 0%, #7c3aed 100%);
    color: white;
    padding: 20px 30px;
    box-shadow: 0 -2px 10px rgba(124, 58, 237, 0.3);
    z-index: 2500;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-banner.show {
    display: flex;
}

.cookie-banner button {
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.cookie-banner .accept {
    background: linear-gradient(135deg, #6b8e23 0%, #556b2f 100%);
}

.cookie-banner .reject {
    background: #666;
}

/* Dark Mode */
body.dark-mode {
    background: #374151;
    color: #f3f4f6;
}

body.dark-mode header {
    background: linear-gradient(135deg, #4b5563 0%, #6b7280 100%);
}

body.dark-mode .section-gradient {
    background: #374151;
}

body.dark-mode .intro-box,
body.dark-mode .step-card,
body.dark-mode .form-section {
    background: rgba(107, 114, 128, 0.6);
}

body.dark-mode .section-title,
body.dark-mode .steps-title {
    color: #fbbf24;
}

body.dark-mode .intro-box p,
body.dark-mode .step-text {
    color: #f3f4f6;
}

body.dark-mode .flip-card-back {
    background: linear-gradient(135deg, rgba(42, 42, 42, 0.98) 0%, rgba(31, 47, 31, 0.98) 100%);
}

body.dark-mode .flip-card-content h3 {
    color: #8bc34a;
}

body.dark-mode .flip-card-content p {
    color: #e0e0e0;
}

/* Back Link */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #1e3a8a;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: color 0.3s;
}

.back-link:hover {
    color: #1e40af;
}

.back-link svg {
    width: 20px;
    height: 20px;
}

/* Impresszum */
.impresszum-container {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 20px;
}

.impresszum-content {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.impresszum-content h1 {
    font-size: 3em;
    margin-bottom: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.impresszum-content h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
    color: #667eea;
    border-bottom: none;
}

.impresszum-content section {
    margin-bottom: 40px;
    padding: 0;
}

.impresszum-content p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0.5rem;
}

.impresszum-content a {
    color: #667eea;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2em;
    }
    
    .highlight {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }
    
    .footer-quote {
        text-align: left;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .steps-title {
        font-size: 1.8rem;
    }
}
