/* Home Décor & Furniture Industry Page Styles */

/* Hero Section */
.home-decor-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

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

.home-decor-hero .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.text-gradient {
    background: linear-gradient(45deg, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-actions {
    margin-bottom: 3rem;
}

.hero-actions .btn {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(45deg, #ff6b6b, #ffd93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 0.5rem;
}

/* Design Showcase */
.hero-visual {
    position: relative;
    padding: 2rem 0;
}

.design-showcase {
    position: relative;
    transform: perspective(1000px) rotateY(-15deg) rotateX(10deg);
    transition: transform 0.3s ease;
}

.design-showcase:hover {
    transform: perspective(1000px) rotateY(-10deg) rotateX(5deg);
}

.design-board {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
    color: #333;
}

.mood-board {
    margin-bottom: 2rem;
}

.color-palette {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.color-swatch {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.color-swatch:hover {
    transform: scale(1.1);
}

.design-elements {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.element {
    background: #f8f9fa;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    text-align: center;
    transition: all 0.3s ease;
}

.element:hover {
    background: linear-gradient(45deg, #dc3545, #6366f1);
    color: white;
    transform: translateY(-2px);
}

.room-preview {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}

.room-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.room-style {
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.room-budget {
    color: #28a745;
    font-weight: 600;
}

/* Product Cards */
.product-cards {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.product-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    flex: 1;
    transition: all 0.3s ease;
    color: #333;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3);
}

.product-card.featured {
    transform: scale(1.05);
    border: 2px solid #ffd700;
}

.product-image {
    height: 120px;
    background: url('/images/industries/home-decor-hero.jpg') center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image.luxury {
    background: url('/images/industries/home-decor.jpg') center center;
    background-size: cover;
}

.product-image.modern {
    background: url('/images/industries/home-decor-2.jpg') center center;
    background-size: cover;
}

.product-info {
    padding: 1rem;
}

.product-info h6 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 0.5rem;
}

.tag {
    background: #28a745;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
}

.tag.new {
    background: #6366f1;
}

/* Social Engagement */
.social-engagement {
    position: absolute;
    top: 20px;
    right: -60px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    min-width: 280px;
    color: #333;
    animation: slideIn 0.5s ease-out;
}

.engagement-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #e91e63, #ff6b6b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: white;
    font-size: 1.2rem;
}

.engagement-content strong {
    color: #2c3e50;
    font-size: 0.9rem;
}

.engagement-content p {
    color: #495057;
    font-size: 0.8rem;
    margin: 0.25rem 0;
}

.engagement-content small {
    color: #6c757d;
    font-size: 0.75rem;
}

@keyframes slideIn {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Floating Décor Icons */
.floating-decor-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
    animation: float 3s ease-in-out infinite;
    backdrop-filter: blur(10px);
}

.floating-icon:nth-child(odd) {
    animation-delay: -1.5s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Section Headers */
.section-badge {
    display: inline-block;
    background: linear-gradient(45deg, #dc3545, #6366f1);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
}

/* Service Cards */
.service-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f8f9fa;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(45deg, #dc3545, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-icon i {
    font-size: 1.8rem;
    color: white;
}

.service-card h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.service-card p {
    color: #6c757d;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #495057;
}

.service-features i {
    color: #28a745;
    margin-right: 0.5rem;
    font-size: 0.8rem;
}

/* Case Study Cards */
.case-study-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.case-study-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.case-study-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.client-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #dc3545, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 1rem;
}

.client-info h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.client-info p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.case-study-metrics {
    margin-bottom: 1.5rem;
}

.metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8f9fa;
}

.metric-row:last-child {
    border-bottom: none;
}

.metric-label {
    color: #6c757d;
    font-size: 0.9rem;
}

.metric-value {
    font-weight: 600;
    color: #2c3e50;
}

.metric-change {
    color: #28a745;
    font-weight: 600;
    font-size: 0.85rem;
}

.case-study-description {
    color: #495057;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
}

/* Process Timeline */
.process-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #dc3545, #6366f1);
    transform: translateX(-50%);
}

.process-step {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    position: relative;
}

.process-step:nth-child(even) {
    flex-direction: row-reverse;
}

.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #dc3545, #6366f1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin: 0 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.step-content {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 300px;
}

.step-content h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.step-content p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.cta-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-actions .btn {
    margin-bottom: 1rem;
}

/* Responsive Design */

/* Large Screens and Tablets */
@media (max-width: 1200px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .section-title {
        font-size: 2.25rem;
    }
    
    .cta-title {
        font-size: 2.25rem;
    }
    
    .service-card,
    .case-study-card {
        padding: 1.75rem;
    }
    
    .stat-number {
        font-size: 2.25rem;
    }
    
    .floating-icon {
        width: 55px;
        height: 55px;
        font-size: 1.4rem;
    }
    
    .product-cards {
        gap: 1.5rem;
    }
}

/* Tablets */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.75rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .service-card,
    .case-study-card {
        padding: 1.5rem;
    }
    
    .hero-stats {
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .floating-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    /* Make floating elements responsive */
    .floating-decor-icons {
        position: relative;
        display: none;
    }
    
    .social-engagement {
        position: relative;
        right: auto;
        top: auto;
        margin: 1rem 0;
        animation: none;
    }
    
    .product-cards {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .color-palette {
        gap: 0.75rem;
    }
}

/* Mobile Landscape and Small Tablets */
@media (max-width: 768px) {
    .home-decor-hero {
        min-height: 70vh;
        padding: 2rem 0;
    }
    
    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .section-title {
        font-size: 1.875rem;
    }
    
    .cta-title {
        font-size: 1.875rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }
    
    .cta-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-actions {
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-actions .btn,
    .cta-actions .btn {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 0.75rem auto;
        touch-action: manipulation;
    }
    
    .hero-stats {
        justify-content: center;
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }
    
    .stat-item {
        flex: 0 0 auto;
        margin-bottom: 0.5rem;
    }
    
    .stat-number {
        font-size: 1.75rem;
    }
    
    .design-showcase {
        transform: none;
        margin-top: 2rem;
    }
    
    .color-palette {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .color-swatch {
        width: 40px;
        height: 40px;
        touch-action: manipulation;
    }
    
    .product-cards {
        flex-direction: column;
    }
    
    .product-card {
        touch-action: manipulation;
        padding: 1rem;
    }
    
    .product-card:active {
        transform: scale(0.98);
    }
    
    .product-card.featured {
        transform: none;
    }
    
    .service-card,
    .case-study-card {
        padding: 1.5rem 1rem;
        touch-action: manipulation;
    }
    
    .service-card:active,
    .case-study-card:active {
        transform: scale(0.98);
    }
    
    .social-engagement {
        position: static;
        margin-top: 1rem;
        min-width: auto;
    }
    
    .process-timeline::before {
        left: 30px;
    }
    
    .process-step {
        flex-direction: row !important;
        padding-left: 4rem;
    }
    
    .process-step:nth-child(even) {
        flex-direction: row !important;
    }
    
    .step-number {
        position: absolute;
        left: 0;
        margin: 0;
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .step-content {
        max-width: none;
        padding: 1.5rem;
    }
    
    .case-study-header {
        flex-direction: column;
        text-align: center;
    }
    
    .client-avatar {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .metric-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
    
    /* Prevent zoom on inputs */
    input, textarea, select, button {
        font-size: 16px;
    }
    
    /* Better touch targets */
    .btn {
        min-height: 44px;
        padding: 12px 20px;
    }
    
    /* Improve text readability */
    .service-card p,
    .case-study-description {
        line-height: 1.6;
        font-size: 0.95rem;
    }
    
    /* Responsive grid layouts */
    .inspiration-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .home-decor-hero {
        min-height: 60vh;
        padding: 1.5rem 0;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.1;
    }
    
    .section-title {
        font-size: 1.75rem;
        line-height: 1.1;
    }
    
    .cta-title {
        font-size: 1.75rem;
        line-height: 1.1;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .service-card,
    .case-study-card {
        padding: 1.25rem 0.75rem;
    }
    
    .product-card {
        padding: 0.75rem;
    }
    
    .btn {
        padding: 12px 16px;
        font-size: 0.9rem;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
    }
    
    .service-icon i {
        font-size: 1.5rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .step-content {
        padding: 1.25rem;
    }
    
    .product-image {
        height: 120px;
    }
    
    .client-avatar {
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
    
    .color-swatch {
        width: 35px;
        height: 35px;
    }
    
    .section-spacing {
        padding: 3rem 0;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .hero-title {
        font-size: 1.75rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .service-card,
    .case-study-card,
    .product-card {
        padding: 1rem 0.5rem;
    }
    
    .btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
    
    .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    
    .hero-badge,
    .section-badge {
        padding: 4px 12px;
        font-size: 0.7rem;
    }
    
    .color-swatch {
        width: 30px;
        height: 30px;
    }
    
    .social-engagement {
        padding: 0.75rem;
        min-width: auto;
    }
}

/* Touch Improvements */
@media (max-width: 768px) {
    .btn:active {
        transform: scale(0.95);
    }
    
    .btn:focus {
        outline: 3px solid rgba(99, 102, 241, 0.5);
        outline-offset: 2px;
    }
    
    .service-card:focus,
    .case-study-card:focus,
    .product-card:focus {
        outline: 2px solid rgba(99, 102, 241, 0.5);
        outline-offset: 2px;
    }
    
    .color-swatch:focus {
        outline: 2px solid rgba(99, 102, 241, 0.8);
        outline-offset: 2px;
    }
    
    /* Better scrolling for color palettes */
    .color-palette {
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .product-image,
    .inspiration-image {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .floating-icon {
        animation: none !important;
    }
    
    .design-showcase {
        transform: none;
    }
    
    .design-showcase:hover {
        transform: none;
    }
    
    .service-card:hover,
    .case-study-card:hover,
    .product-card:hover {
        transform: none;
    }
    
    .social-engagement {
        animation: none;
    }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .home-decor-hero {
        min-height: 90vh;
    }
    
    .hero-title {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .hero-description {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .section-spacing {
        padding: 2rem 0;
    }
}

/* Print Styles */
@media print {
    .floating-decor-icons,
    .floating-icon,
    .social-engagement {
        display: none;
    }
    
    .home-decor-hero,
    .cta-section {
        background: white !important;
        color: black !important;
    }
    
    .service-card,
    .case-study-card,
    .product-card {
        box-shadow: none;
        border: 1px solid #ddd;
        break-inside: avoid;
    }
    
    .btn {
        background: transparent !important;
        color: black !important;
        border: 1px solid black !important;
    }
    
    .color-palette {
        display: none;
    }
}

/* ============================================
   ENHANCED PROCESS SECTION
   ============================================ */
.hd-process-section {
    padding: 5rem 0;
    background: #f8f9fa;
}

.hd-process-section .section-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(102,126,234,0.1), rgba(118,75,162,0.1));
    color: #667eea;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.hd-process-section .section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.hd-process-section .section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.hd-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}

.hd-process-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hd-process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(102,126,234,0.15);
}

.hd-process-number {
    font-size: 0.75rem;
    font-weight: 800;
    color: #667eea;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.hd-process-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 1.4rem;
    color: #fff;
}

.hd-process-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.75rem;
}

.hd-process-desc {
    font-size: 0.88rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 0;
}

.hd-process-connector {
    display: none;
}

@media (min-width: 992px) {
    .hd-process-connector {
        display: block;
        position: absolute;
        top: 50%;
        right: -1rem;
        transform: translateY(-50%);
    }
    .hd-process-connector span {
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #667eea;
        opacity: 0.5;
    }
    .hd-process-card:last-child .hd-process-connector {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .hd-process-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .hd-process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .hd-process-card {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .hd-process-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   ENHANCED CONTACT SECTION
   ============================================ */
.hd-contact-section {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.hd-contact-bg-shape {
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(102,126,234,0.06), rgba(118,75,162,0.06));
    z-index: 1;
}

.hd-contact-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hd-contact-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(102,126,234,0.1), rgba(118,75,162,0.1));
    color: #667eea;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
    width: fit-content;
}

.hd-contact-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.hd-contact-desc {
    color: #6c757d;
    font-size: 1.05rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hd-contact-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

.hd-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.hd-benefit-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
}

.hd-benefit-item strong {
    display: block;
    font-size: 0.95rem;
    color: #1a1a2e;
    margin-bottom: 0.15rem;
}

.hd-benefit-item p {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.hd-contact-trust {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    font-size: 0.9rem;
    color: #6c757d;
}

.hd-trust-avatars {
    display: flex;
    gap: 4px;
}

.hd-trust-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.hd-form-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,0.08);
    border: 1px solid rgba(102,126,234,0.1);
}

.hd-form-header {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
}

.hd-form-header i {
    font-size: 1.2rem;
}

.hd-form-body {
    padding: 2rem;
}

.hd-form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.3rem;
}

.hd-form-input {
    border: 1.5px solid #e9ecef;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    font-size: 0.92rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hd-form-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.15);
}

.hd-form-submit {
    width: 100%;
    padding: 0.85rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hd-form-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102,126,234,0.35);
}

@media (max-width: 991.98px) {
    .hd-contact-section {
        padding: 3rem 0;
    }
    .hd-contact-title {
        font-size: 1.75rem;
    }
    .hd-form-body {
        padding: 1.5rem;
    }
}

/* ============================================
   ENHANCED NEWSLETTER SECTION
   ============================================ */
.hd-newsletter-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2456 100%);
    position: relative;
    overflow: hidden;
}

.hd-nl-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
}

.hd-nl-shape-1 {
    width: 300px;
    height: 300px;
    background: #667eea;
    top: -80px;
    left: -80px;
}

.hd-nl-shape-2 {
    width: 200px;
    height: 200px;
    background: #764ba2;
    bottom: -60px;
    right: -60px;
}

.hd-nl-badge {
    display: inline-block;
    background: rgba(102,126,234,0.2);
    color: #a5b4fc;
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
}

.hd-nl-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.hd-nl-desc {
    color: rgba(255,255,255,0.7);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.hd-nl-benefits {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
}

.hd-nl-check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 50%;
    background: rgba(102,126,234,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a5b4fc;
    font-size: 0.7rem;
}

.hd-nl-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

.hd-nl-card-header {
    background: linear-gradient(135deg, rgba(102,126,234,0.3), rgba(118,75,162,0.3));
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

.hd-nl-card-body {
    padding: 2rem;
}

.hd-nl-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0.5rem;
}

.hd-nl-input {
    width: 100%;
    padding: 0.85rem 1.25rem;
    border-radius: 12px;
    border: 1.5px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.06);
    color: #fff;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hd-nl-input::placeholder {
    color: rgba(255,255,255,0.4);
}

.hd-nl-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102,126,234,0.2);
    background: rgba(255,255,255,0.1);
}

.hd-nl-submit {
    width: 100%;
    padding: 0.85rem;
    margin-top: 1rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hd-nl-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102,126,234,0.4);
}

.hd-nl-disclaimer {
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    margin-top: 1rem;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .hd-newsletter-section {
        padding: 3rem 0;
    }
    .hd-nl-title {
        font-size: 1.75rem;
    }
    .hd-nl-card-body {
        padding: 1.5rem;
    }
}
