/* Software-specific styles */
body {
    background-color: #0a0e12;
}

.navbar {
    background: rgba(10, 14, 18, 0.95);
}

.hero-section {
    background: linear-gradient(135deg, rgba(16, 24, 48, 0.85), rgba(38, 57, 77, 0.85)),
                url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?w=1600') center/cover;
}

/* USP Strip */
.usp-strip {
    background: rgba(16, 24, 48, 0.95);
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.usp-strip p {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 900px;
    margin: 0 auto;
}

.usp-strip .highlight {
    font-weight: 400;
    opacity: 1;
    border-bottom: 2px solid #ff8c32;
    padding-bottom: 1px;
    color: #ff8c32;
}

/* Product Section */
.product-section {
    padding: 80px 0;
    position: relative;
}

.product-section.dark {
    background: #0a0e12;
}

.product-section.light {
    background: #12161c;
}

.product-header {
    text-align: center;
    margin-bottom: 80px;
}

.product-header h2 {
    font-size: 3.5rem;
    font-weight: 200;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 30px;
}

.product-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff8c32, transparent);
}

.product-header p {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    opacity: 0.85;
    max-width: 900px;
    margin: 0 auto;
}

.product-features {
    margin-top: 60px;
}

.feature-item {
    margin-bottom: 40px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
}

.feature-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.feature-item h3 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    opacity: 0.95;
}

.feature-item p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.7;
    opacity: 0.8;
    margin: 0;
}

.cta-button {
    margin-top: 50px;
    text-align: center;
}

/* Page-specific backgrounds */
.faq-section {
    background: #12161c;
}

.contact-section {
    background: #0a0e12;
}

.footer {
    background: #050709;
}

/* Responsive - software specific */
@media (max-width: 768px) {
    .usp-strip p {
        font-size: 1rem;
    }

    .product-header h2 {
        font-size: 2rem;
        letter-spacing: 3px;
    }
}

/* ===== TRUST SECTION ("Používáme to sami") ===== */
.trust-section {
    background: linear-gradient(135deg, rgba(16, 24, 48, 0.95), rgba(38, 57, 77, 0.90));
    padding: 60px 20px;
    text-align: center;
    border-top: 2px solid rgba(255, 140, 50, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.trust-section .trust-inner {
    max-width: 800px;
    margin: 0 auto;
}
.trust-section h3 {
    font-size: 1.8rem;
    font-weight: 200;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #ff8c32;
}
.trust-section p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.9;
    opacity: 0.9;
    letter-spacing: 0.5px;
}
.trust-section .trust-link {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: transparent;
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 400;
    border: 1px solid rgba(255, 140, 50, 0.6);
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
}
.trust-section .trust-link:hover {
    background: linear-gradient(135deg, #ff8c32, #ff6600);
    border-color: #ff8c32;
}

/* ===== PRICING SECTION ===== */
.pricing-section {
    padding: 40px 0 100px;
    background: #0a0e12;
}
.pricing-title {
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}
.pricing-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff8c32, transparent);
}
.pricing-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.pricing-card {
    flex: 1;
    min-width: 280px;
    max-width: 340px;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s ease;
    text-align: center;
}
.pricing-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}
.pricing-card.featured {
    border-color: rgba(255, 140, 50, 0.5);
    position: relative;
}
.pricing-card.featured::before {
    content: 'Nejoblíbenější';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #ff8c32, #ff6600);
    color: white;
    padding: 4px 16px;
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}
.pricing-card h3 {
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.pricing-price {
    font-size: 2.8rem;
    font-weight: 200;
    margin-bottom: 0.25rem;
    color: #ff8c32;
}
.pricing-price span {
    font-size: 1rem;
    opacity: 0.7;
}
.pricing-users {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    text-align: left;
}
.pricing-features li {
    padding: 6px 0;
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.85;
    padding-left: 20px;
    position: relative;
}
.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff8c32;
}
.pricing-ideal {
    font-size: 0.8rem;
    opacity: 0.6;
    font-style: italic;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.pricing-footer-info {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.pricing-footer-info p {
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.75;
    margin-bottom: 8px;
}
.pricing-footer-info .small-print {
    font-size: 0.8rem;
    opacity: 0.5;
    font-style: italic;
    margin-top: 20px;
}

/* ===== PROCESS SECTION ===== */
.process-section {
    padding: 100px 0;
    background: #12161c;
}
.process-title {
    font-size: 2.5rem;
    font-weight: 200;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}
.process-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff8c32, transparent);
}
.process-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.process-step {
    flex: 1;
    min-width: 220px;
    max-width: 250px;
    text-align: center;
    position: relative;
}
.process-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 140, 50, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.2rem;
    font-weight: 200;
    color: #ff8c32;
}
.process-step h3 {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.process-step p {
    font-size: 0.9rem;
    font-weight: 300;
    opacity: 0.8;
    line-height: 1.7;
}

/* ===== DEMO SECTION ===== */
.demo-section {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 140, 50, 0.08), rgba(255, 140, 50, 0.02));
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.demo-section h3 {
    font-size: 1.8rem;
    font-weight: 200;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.demo-section p {
    font-size: 1.05rem;
    font-weight: 300;
    opacity: 0.85;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}
.demo-section .demo-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* ===== PILOT BANNER ===== */
.pilot-banner {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: linear-gradient(135deg, rgba(255, 140, 50, 0.1), rgba(255, 140, 50, 0.03));
    border: 1px solid rgba(255, 140, 50, 0.3);
    text-align: center;
}
.pilot-banner h3 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #ff8c32;
}
.pilot-banner p {
    font-size: 0.95rem;
    font-weight: 300;
    opacity: 0.85;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== CONTACT FORM ===== */
.contact-form-section {
    padding: 100px 0;
    background: #0a0e12;
}
.contact-form-title {
    font-size: 2.5rem;
    font-weight: 200;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}
.contact-form-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff8c32, transparent);
}
.contact-form-grid {
    display: flex;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.contact-form-left {
    flex: 1.2;
    min-width: 320px;
}
.contact-form-right {
    flex: 1;
    min-width: 280px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 8px;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: white;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 300;
    transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255, 140, 50, 0.6);
}
.form-group textarea {
    min-height: 120px;
    resize: vertical;
}
.form-row {
    display: flex;
    gap: 20px;
}
.form-row .form-group {
    flex: 1;
}
.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.form-checkbox input[type="checkbox"] {
    margin-top: 4px;
    accent-color: #ff8c32;
}
.form-checkbox label {
    font-size: 0.8rem;
    opacity: 0.7;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0;
}
.contact-form-right .contact-info-block {
    margin-bottom: 25px;
}
.contact-form-right .contact-info-block h4 {
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.6;
    margin-bottom: 8px;
}
.contact-form-right .contact-info-block a,
.contact-form-right .contact-info-block p {
    font-size: 1.05rem;
    font-weight: 300;
    opacity: 0.9;
}
.contact-form-right .contact-info-block a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: border-color 0.3s ease;
}
.contact-form-right .contact-info-block a:hover {
    border-color: #ff8c32;
    color: #ff8c32;
}
.contact-form-note {
    font-size: 0.85rem;
    font-weight: 300;
    opacity: 0.6;
    font-style: italic;
    margin-top: 20px;
    line-height: 1.6;
}

/* ===== MOCKUP SCREENSHOTS ===== */
.mockup-showcase {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
    padding: 0 20px;
}
.mockup-item {
    flex: 1;
    min-width: 250px;
    max-width: 320px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.4s ease;
}
.mockup-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}
.mockup-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mockup-bar .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.mockup-bar .dot:nth-child(1) { background: #ff5f57; }
.mockup-bar .dot:nth-child(2) { background: #febc2e; }
.mockup-bar .dot:nth-child(3) { background: #28c840; }
.mockup-bar .url {
    margin-left: 8px;
    font-size: 0.6rem;
    opacity: 0.4;
    font-family: monospace;
}
.mockup-content {
    padding: 20px;
    min-height: 200px;
    font-size: 0.7rem;
}
.mockup-content .mockup-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.5;
    margin-bottom: 12px;
}
.mockup-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 12px;
}
.mockup-stat-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 3px;
}
.mockup-stat-card .label {
    font-size: 0.55rem;
    opacity: 0.5;
}
.mockup-stat-card .value {
    font-size: 1rem;
    font-weight: 400;
    color: #ff8c32;
}
.mockup-table-mini {
    width: 100%;
    font-size: 0.6rem;
}
.mockup-table-mini .row {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0.7;
}
.mockup-badge-mini {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 2px;
    font-size: 0.5rem;
}
.mockup-badge-mini.active { background: rgba(255, 140, 50, 0.2); color: #ff8c32; }
.mockup-badge-mini.done { background: rgba(40, 200, 64, 0.2); color: #28c840; }
.mockup-badge-mini.pending { background: rgba(59, 130, 246, 0.2); color: #3b82f6; }

/* ===== CONSTRUCTION SOFTWARE LINK (on /construction) ===== */
.software-cta-section {
    padding: 80px 0;
    text-align: center;
    background: linear-gradient(135deg, rgba(16, 24, 48, 0.95), rgba(38, 57, 77, 0.9));
    border-top: 2px solid rgba(255, 140, 50, 0.2);
}
.software-cta-section h3 {
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.software-cta-section p {
    font-size: 1.05rem;
    font-weight: 300;
    opacity: 0.85;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.8;
}

/* ===== HOMEPAGE STORY SECTION ===== */
.story-overlay {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 700px;
    width: 90%;
    animation: fadeInUp 1s ease 0.8s both;
}
.story-overlay p {
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    letter-spacing: 0.5px;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateX(-50%) translateY(12px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* ===== RESPONSIVE ADDITIONS ===== */
@media (max-width: 768px) {
    .pricing-grid {
        flex-direction: column;
        align-items: center;
    }
    .pricing-card {
        max-width: 100%;
    }
    .pricing-title {
        font-size: 2rem;
        letter-spacing: 3px;
    }
    .process-steps {
        flex-direction: column;
        align-items: center;
    }
    .process-step {
        max-width: 100%;
    }
    .contact-form-grid {
        flex-direction: column;
    }
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    .mockup-showcase {
        flex-direction: column;
        align-items: center;
    }
    .mockup-item {
        max-width: 100%;
    }
    .trust-section h3 {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }
    .story-overlay {
        bottom: 50px;
        padding: 14px 20px;
    }
    .story-overlay p {
        font-size: 0.75rem;
    }
}
