.hero-section {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    min-height: 400px;
    display: flex;
    align-items: center;
}

.bg-gradient {
    background: linear-gradient(135deg, #212529 0%, #495057 100%);
}

.card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    }

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-logo {
    height: 32px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .navbar-logo {
        height: 28px;
        max-width: 80px;
    }
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-danger {
    color: #dc3545 !important;
}

.text-warning {
    color: #fd7e14 !important;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-warning {
    background-color: #fd7e14;
    border-color: #fd7e14;
    color: white;
}

.btn-outline-warning {
    color: #fd7e14;
    border-color: #fd7e14;
}

    .btn-outline-warning:hover {
        background-color: #fd7e14;
        border-color: #fd7e14;
        color: white;
    }

.border-warning {
    border-color: #fd7e14 !important;
}

footer {
    margin-top: auto;
}

/* Product Page Styles */
.hero-section-product {
    background: linear-gradient(135deg, #212529 0%, #495057 100%);
    min-height: 70vh;
}

.min-vh-50 {
    min-height: 50vh;
}

.min-vh-75 {
    min-height: 75vh;
}

.hero-image-container {
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.accordion-button {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #212529;
}

    .accordion-button:not(.collapsed) {
        background-color: #e9ecef;
        border-color: #dee2e6;
        color: #212529;
    }

    .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

.accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.accordion-body {
    background-color: #ffffff;
}

/* Simple Phone Mockup */
.phone-mockup-simple {
    max-width: 250px;
    margin: 0 auto;
}

.phone-frame {
    background: #333;
    border-radius: 25px;
    padding: 20px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.phone-screen {
    background: #111;
    color: #fff;
    border-radius: 15px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.status-text {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    opacity: 0.9;
}

.tap-instruction {
    font-size: 0.9rem;
    opacity: 0.7;
    color: #ccc;
}

/* Step Cards */
.step-card {
    padding: 2rem 1rem;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/* App State Cards */
.app-state-card {
    text-align: center;
    padding: 2rem 1rem;
}

.mock-phone {
    width: 200px;
    height: 350px;
    background: #333;
    border-radius: 20px;
    margin: 0 auto;
    padding: 15px 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.phone-content {
    background: #000;
    color: #fff;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.status-display {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 15px;
    opacity: 0.9;
}

.recording-text {
    color: #dc3545;
}

.instruction-text {
    font-size: 0.8rem;
    opacity: 0.6;
    color: #ccc;
}

.recording-indicator {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 8px;
    height: 8px;
    background: #dc3545;
    border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* Simple Features */
.simple-feature {
    padding: 1.5rem 1rem;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 1rem;
}

/* Use Cases */
.use-case {
    padding: 1.5rem 1rem;
    transition: transform 0.3s ease;
}

    .use-case:hover {
        transform: translateY(-5px);
    }

/* Simple Testimonials */
.testimonial-simple {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 2rem;
    border-left: 4px solid #dc3545;
}

    .testimonial-simple p {
        font-style: italic;
        margin-bottom: 1rem;
        color: #555;
    }

.testimonial-author {
    color: #666;
    font-size: 0.9rem;
}

/* Products Page Styles */
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    }

.product-image-container {
    background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0.375rem 0 0 0.375rem;
}

.service-bg {
    background: linear-gradient(135deg, #fd7e14 0%, #ffc107 100%);
}

/* Considerate Video - Black theme */
.cv-bg {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
}

.cv-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cv-text {
    color: #000000 !important;
}

/* Cruises with Friends - Purple theme (#7F7FC1) */
.cwf-bg {
    background: linear-gradient(135deg, #7F7FC1 0%, #9999D1 100%);
}

.cwf-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cwf-text {
    color: #7F7FC1 !important;
}

.cwf-btn {
    background-color: #7F7FC1;
    border-color: #7F7FC1;
    color: white;
}

    .cwf-btn:hover {
        background-color: #6A6AB1;
        border-color: #6A6AB1;
        color: white;
    }

.cwf-btn-outline {
    color: #7F7FC1;
    border-color: #7F7FC1;
    background: transparent;
}

    .cwf-btn-outline:hover {
        background-color: #7F7FC1;
        border-color: #7F7FC1;
        color: white;
    }

.app-icon-large, .service-icon-large {
    font-size: 3rem;
    color: white;
    opacity: 0.9;
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.app-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.feature-tag {
    background: #e9ecef;
    color: #495057;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
}

.service-tag {
    background: #fff3cd;
    color: #856404;
}

.coming-soon-section {
    background: #f8f9fa;
    border-radius: 10px;
    border: 2px dashed #dee2e6;
}

.download-card {
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.value-prop {
    padding: 2rem 1rem;
}

.value-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section-product {
        min-height: 60vh;
    }

    .phone-mockup-simple {
        margin-top: 2rem;
    }

    .phone-screen {
        height: 300px;
    }

    .mock-phone {
        width: 150px;
        height: 280px;
    }

    .step-card, .simple-feature, .use-case {
        padding: 1rem;
    }

    .testimonial-simple {
        padding: 1.5rem;
    }

    .product-image-container {
        height: 150px;
        border-radius: 0.375rem 0.375rem 0 0;
    }

    .download-card {
        padding: 1.5rem;
    }

    .value-prop {
        padding: 1.5rem 1rem;
    }
}
