/* ==========================================
   CSS VARIABLES
========================================== */
.dc-hero-intro-wrapper {
    --dc-primary: #ef7a17;
    --dc-secondary: #032038;
    --dc-bg: #ffffff;
    --dc-text: #032038;
    --dc-text-light: #6b7280;
}

.dc-hero-intro-wrapper * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ==========================================
   MAIN CONTAINER
========================================== */
.dc-hero-intro-wrapper .dc-hero {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(180deg, var(--dc-bg) 0%, var(--dc-bg) 70%, #f8fafc 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* ==========================================
   DECORATIVE BACKGROUND ELEMENTS
========================================== */
.dc-hero-intro-wrapper .dc-hero__bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.dc-hero-intro-wrapper .dc-hero__gradient-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
}

.dc-hero-intro-wrapper .dc-hero__gradient-blob--1 {
    width: 600px;
    height: 600px;
    background: var(--dc-primary);
    top: -200px;
    right: -100px;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__gradient-blob--1 {
    animation: dc-blob-float 20s ease-in-out infinite;
}

.dc-hero-intro-wrapper .dc-hero__gradient-blob--3 {
    width: 300px;
    height: 300px;
    background: var(--dc-primary);
    top: 50%;
    left: 30%;
    opacity: 0.08;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__gradient-blob--3 {
    animation: dc-blob-float 18s ease-in-out infinite;
}

@keyframes dc-blob-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -30px) scale(1.05); }
    50% { transform: translate(-20px, 20px) scale(0.95); }
    75% { transform: translate(20px, 30px) scale(1.02); }
}

/* Floating shapes - Veranda themed */
.dc-hero-intro-wrapper .dc-hero__shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.dc-hero-intro-wrapper .dc-hero__shape {
    position: absolute;
    opacity: 0.5;
}

/* Leaf shape - nature/outdoor */
.dc-hero-intro-wrapper .dc-hero__shape--leaf {
    width: 24px;
    height: 24px;
    color: var(--dc-primary);
}

.dc-hero-intro-wrapper .dc-hero__shape--leaf svg {
    width: 100%;
    height: 100%;
}

/* Sun rays - outdoor living */
.dc-hero-intro-wrapper .dc-hero__shape--sun {
    width: 30px;
    height: 30px;
    color: var(--dc-primary);
    opacity: 0.4;
}

.dc-hero-intro-wrapper .dc-hero__shape--sun svg {
    width: 100%;
    height: 100%;
}

/* Roof/pergola shape */
.dc-hero-intro-wrapper .dc-hero__shape--roof {
    width: 35px;
    height: 20px;
    position: relative;
}

.dc-hero-intro-wrapper .dc-hero__shape--roof::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 3px solid var(--dc-secondary);
    border-left: 3px solid var(--dc-secondary);
    border-right: 3px solid var(--dc-secondary);
    opacity: 0.25;
}

.dc-hero-intro-wrapper .dc-hero__shape--roof::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    right: 4px;
    height: 2px;
    background: var(--dc-secondary);
    opacity: 0.2;
    box-shadow: 0 5px 0 var(--dc-secondary), 0 10px 0 var(--dc-secondary);
}

/* Home/veranda icon */
.dc-hero-intro-wrapper .dc-hero__shape--home {
    width: 28px;
    height: 28px;
    color: var(--dc-secondary);
    opacity: 0.2;
}

.dc-hero-intro-wrapper .dc-hero__shape--home svg {
    width: 100%;
    height: 100%;
}

/* Wood plank lines */
.dc-hero-intro-wrapper .dc-hero__shape--wood {
    width: 40px;
    height: 12px;
    position: relative;
}

.dc-hero-intro-wrapper .dc-hero__shape--wood::before,
.dc-hero-intro-wrapper .dc-hero__shape--wood::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--dc-primary), transparent);
    border-radius: 2px;
    opacity: 0.5;
}

.dc-hero-intro-wrapper .dc-hero__shape--wood::before {
    top: 0;
}

.dc-hero-intro-wrapper .dc-hero__shape--wood::after {
    bottom: 0;
    width: 70%;
}

/* Dot pattern - subtle */
.dc-hero-intro-wrapper .dc-hero__shape--dot {
    width: 8px;
    height: 8px;
    background: var(--dc-primary);
    border-radius: 50%;
    opacity: 0.6;
}

/* Column/pillar shape */
.dc-hero-intro-wrapper .dc-hero__shape--pillar {
    width: 8px;
    height: 30px;
    background: linear-gradient(180deg, var(--dc-secondary), transparent);
    border-radius: 4px 4px 0 0;
    opacity: 0.15;
}

/* Positions with veranda-themed animations */
.dc-hero-intro-wrapper .dc-hero__shape--1 { top: 12%; left: 6%; animation: dc-sway 8s ease-in-out infinite; }
.dc-hero-intro-wrapper .dc-hero__shape--2 { top: 22%; left: 18%; animation: dc-float-gentle 10s ease-in-out infinite; }
.dc-hero-intro-wrapper .dc-hero__shape--3 { top: 55%; left: 5%; animation: dc-drift 12s ease-in-out infinite; }
.dc-hero-intro-wrapper .dc-hero__shape--4 { top: 75%; left: 15%; animation: dc-sway 9s ease-in-out infinite; animation-delay: -3s; }
.dc-hero-intro-wrapper .dc-hero__shape--5 { top: 30%; right: 38%; animation: dc-rotate-gentle 15s linear infinite; }
.dc-hero-intro-wrapper .dc-hero__shape--6 { top: 65%; right: 8%; animation: dc-float-gentle 8s ease-in-out infinite; animation-delay: -2s; }
.dc-hero-intro-wrapper .dc-hero__shape--7 { bottom: 18%; right: 22%; animation: dc-drift 10s ease-in-out infinite; animation-delay: -5s; }
.dc-hero-intro-wrapper .dc-hero__shape--8 { top: 35%; right: 4%; animation: dc-sway 11s ease-in-out infinite; }
.dc-hero-intro-wrapper .dc-hero__shape--9 { top: 45%; left: 12%; animation: dc-float-gentle 9s ease-in-out infinite; animation-delay: -4s; }
.dc-hero-intro-wrapper .dc-hero__shape--10 { bottom: 30%; left: 25%; animation: dc-drift 13s ease-in-out infinite; }

/* Gentle sway like leaves in breeze */
@keyframes dc-sway {
    0%, 100% { transform: translateX(0) rotate(-5deg); }
    50% { transform: translateX(10px) rotate(5deg); }
}

/* Gentle floating */
@keyframes dc-float-gentle {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* Slow drift movement */
@keyframes dc-drift {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(8px, -8px); }
    50% { transform: translate(0, -12px); }
    75% { transform: translate(-8px, -5px); }
}

/* Very slow rotation */
@keyframes dc-rotate-gentle {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* ==========================================
   MAIN WRAPPER
========================================== */
.dc-hero-intro-wrapper .dc-hero__wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 40px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* ==========================================
   LEFT CONTENT
========================================== */
.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__content {
    animation: dc-fade-in-up 1s ease-out forwards;
    opacity: 0;
}

@keyframes dc-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Badge - Brush Script style */
.dc-hero-intro-wrapper .dc-hero__badge {
    display: inline-block;
    font-family: 'Brush Script MT', 'Brush Script Std', cursive;
    font-size: 26px;
    font-weight: 400;
    color: var(--dc-primary);
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__badge {
    animation: dc-fade-in-up 1s ease-out 0.2s forwards;
    opacity: 0;
}

/* Title */
.dc-hero-intro-wrapper .dc-hero__title {
    font-family: 'Poppins', 'DM Sans', sans-serif;
    font-size: clamp(40px, 5.5vw, 72px);
    font-weight: 800;
    color: var(--dc-secondary);
    line-height: 1.1;
    margin-bottom: 25px;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__title {
    animation: dc-fade-in-up 1s ease-out 0.3s forwards;
    opacity: 0;
}

.dc-hero-intro-wrapper .dc-hero__title-highlight {
    color: var(--dc-primary);
    position: relative;
    display: inline-block;
}

/* Subtitle */
.dc-hero-intro-wrapper .dc-hero__subtitle {
    font-size: 18px;
    color: var(--dc-text-light);
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 500px;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__subtitle {
    animation: dc-fade-in-up 1s ease-out 0.4s forwards;
    opacity: 0;
}

/* Buttons */
.dc-hero-intro-wrapper .dc-hero__buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__buttons {
    animation: dc-fade-in-up 1s ease-out 0.5s forwards;
    opacity: 0;
}

.dc-hero-intro-wrapper .dc-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 35px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.dc-hero-intro-wrapper .dc-hero__btn--primary {
    background: linear-gradient(135deg, var(--dc-primary), #ff9a44);
    color: #ffffff;
    box-shadow: 0 10px 40px rgba(239, 122, 23, 0.3);
}

.dc-hero-intro-wrapper .dc-hero__btn--primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.dc-hero-intro-wrapper .dc-hero__btn--primary:hover::before {
    left: 100%;
}

.dc-hero-intro-wrapper .dc-hero__btn--primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 50px rgba(239, 122, 23, 0.4);
}

.dc-hero-intro-wrapper .dc-hero__btn--secondary {
    background: transparent;
    color: var(--dc-secondary);
    border: 2px solid rgba(3, 32, 56, 0.15);
}

.dc-hero-intro-wrapper .dc-hero__btn--secondary:hover {
    background: var(--dc-secondary);
    color: #ffffff;
    border-color: var(--dc-secondary);
    transform: translateY(-4px);
}

.dc-hero-intro-wrapper .dc-hero__btn-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.dc-hero-intro-wrapper .dc-hero__btn:hover .dc-hero__btn-icon {
    transform: translateX(5px);
}

/* Stats */
.dc-hero-intro-wrapper .dc-hero__stats {
    display: flex;
    gap: 40px;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__stats {
    animation: dc-fade-in-up 1s ease-out 0.6s forwards;
    opacity: 0;
}

.dc-hero-intro-wrapper .dc-hero__stat {
    position: relative;
    padding-left: 20px;
}

.dc-hero-intro-wrapper .dc-hero__stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(180deg, var(--dc-primary), transparent);
    border-radius: 2px;
}

.dc-hero-intro-wrapper .dc-hero__stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--dc-secondary);
    line-height: 1;
}

.dc-hero-intro-wrapper .dc-hero__stat-label {
    font-size: 13px;
    color: var(--dc-text-light);
    margin-top: 5px;
}

/* ==========================================
   RIGHT - IMAGE SECTION
========================================== */
.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__visual {
    animation: dc-fade-in-right 1s ease-out 0.4s forwards;
    opacity: 0;
}

.dc-hero-intro-wrapper .dc-hero__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes dc-fade-in-right {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dc-hero-intro-wrapper .dc-hero__image-wrapper {
    position: relative;
    width: 100%;
    max-width: 650px;
}

/* Main image/video */
.dc-hero-intro-wrapper .dc-hero__main-image {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 600px;
    border-radius: 30px;
    box-shadow: 0 30px 80px rgba(3, 32, 56, 0.15);
    overflow: hidden;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__main-image {
    animation: dc-float-main 6s ease-in-out infinite;
}

@keyframes dc-float-main {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.dc-hero-intro-wrapper .dc-hero__main-image img,
.dc-hero-intro-wrapper .dc-hero__main-image video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dc-hero-intro-wrapper .dc-hero__main-image:hover img,
.dc-hero-intro-wrapper .dc-hero__main-image:hover video {
    transform: scale(1.03);
}

/* Floating images */
.dc-hero-intro-wrapper .dc-hero__floating-image {
    position: absolute;
    z-index: 3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__floating-image {
    animation: dc-float-small 5s ease-in-out infinite;
}

@keyframes dc-float-small {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(-20px) rotate(3deg); }
}

.dc-hero-intro-wrapper .dc-hero__floating-image--1 {
    width: 140px;
    height: 140px;
    top: -20px;
    left: -30px;
    animation-delay: -2s;
}

.dc-hero-intro-wrapper .dc-hero__floating-image--2 {
    width: 120px;
    height: 120px;
    bottom: 40px;
    right: -20px;
    animation-delay: -1s;
}

.dc-hero-intro-wrapper .dc-hero__floating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Glassmorphism card */
.dc-hero-intro-wrapper .dc-hero__glass-card {
    position: absolute;
    z-index: 4;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 16px;
    padding: 20px 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__glass-card {
    animation: dc-float-card 7s ease-in-out infinite;
}

@keyframes dc-float-card {
    0%, 100% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-10px) translateX(5px); }
}

.dc-hero-intro-wrapper .dc-hero__glass-card--quality {
    bottom: -10px;
    left: 20px;
}

.dc-hero-intro-wrapper .dc-hero__glass-card--rating {
    top: -15%;
    right: -40px;
    transform: translateY(-50%);
}

.dc-hero-intro-wrapper .dc-hero__glass-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dc-hero-intro-wrapper .dc-hero__glass-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--dc-primary), #ff9a44);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.dc-hero-intro-wrapper .dc-hero__glass-icon svg {
    width: 22px;
    height: 22px;
}

.dc-hero-intro-wrapper .dc-hero__glass-text {
    font-size: 13px;
    color: var(--dc-text-light);
}

.dc-hero-intro-wrapper .dc-hero__glass-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--dc-secondary);
}

.dc-hero-intro-wrapper .dc-hero__rating-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 4px;
}

.dc-hero-intro-wrapper .dc-hero__rating-stars svg {
    width: 16px;
    height: 16px;
    fill: #ffc107;
}

/* ==========================================
   SCROLL INDICATOR
========================================== */
.dc-hero-intro-wrapper .dc-hero__scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__scroll {
    animation: dc-bounce 2s ease-in-out infinite;
}

@keyframes dc-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

.dc-hero-intro-wrapper .dc-hero__scroll-mouse {
    width: 28px;
    height: 42px;
    border: 2px solid var(--dc-secondary);
    border-radius: 20px;
    position: relative;
    opacity: 0.5;
}

.dc-hero-intro-wrapper .dc-hero__scroll-wheel {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 10px;
    background: var(--dc-primary);
    border-radius: 2px;
}

.dc-hero-intro-wrapper.dc-hero--animated .dc-hero__scroll-wheel {
    animation: dc-scroll-wheel 1.5s ease-in-out infinite;
}

@keyframes dc-scroll-wheel {
    0% { opacity: 1; transform: translateX(-50%) translateY(0); }
    100% { opacity: 0; transform: translateX(-50%) translateY(15px); }
}

.dc-hero-intro-wrapper .dc-hero__scroll-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dc-text-light);
}

/* ==========================================
   RESPONSIVE
========================================== */
@media (max-width: 1200px) {
    .dc-hero-intro-wrapper .dc-hero__wrapper {
        gap: 40px;
    }

    .dc-hero-intro-wrapper .dc-hero__floating-image--1 {
        width: 100px;
        height: 100px;
        left: 0;
    }

    .dc-hero-intro-wrapper .dc-hero__floating-image--2 {
        width: 90px;
        height: 90px;
        right: 0;
    }

    .dc-hero-intro-wrapper .dc-hero__glass-card--rating {
        right: -10px;
    }
}

@media (max-width: 1024px) {
    .dc-hero-intro-wrapper .dc-hero__wrapper {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 100px 30px 60px;
    }

    .dc-hero-intro-wrapper .dc-hero__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .dc-hero-intro-wrapper .dc-hero__buttons {
        justify-content: center;
    }

    .dc-hero-intro-wrapper .dc-hero__stats {
        justify-content: center;
    }

    .dc-hero-intro-wrapper .dc-hero__visual {
        order: -1;
        margin-bottom: 30px;
    }

    .dc-hero-intro-wrapper .dc-hero__image-wrapper {
        max-width: 450px;
    }

    .dc-hero-intro-wrapper .dc-hero__glass-card--rating {
        right: 20px;
        top: auto;
        bottom: -20px;
        transform: none;
    }

    .dc-hero-intro-wrapper .dc-hero__scroll {
        display: none;
    }
}

@media (max-width: 768px) {
    .dc-hero-intro-wrapper .dc-hero__wrapper {
        padding: 90px 20px 50px;
    }

    .dc-hero-intro-wrapper .dc-hero__stats {
        flex-wrap: wrap;
        gap: 25px;
    }

    .dc-hero-intro-wrapper .dc-hero__stat-number {
        font-size: 26px;
    }

    .dc-hero-intro-wrapper .dc-hero__buttons {
        flex-direction: column;
        align-items: center;
    }

    .dc-hero-intro-wrapper .dc-hero__btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .dc-hero-intro-wrapper .dc-hero__floating-image,
    .dc-hero-intro-wrapper .dc-hero__glass-card--quality {
        display: none;
    }

    .dc-hero-intro-wrapper .dc-hero__glass-card--rating {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        display: inline-flex;
    }
}
