@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@400;500;600&display=swap');

/* Full-width reset */
.rozen-hero { position: relative; overflow: hidden; min-height: 520px; display: flex; flex-direction: column; font-family: 'Playfair Display', Georgia, serif; background: #0a0505; width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: -1px; box-sizing: border-box; }
.elementor-section:has(.rozen-hero), .elementor-element:has(.rozen-hero), .elementor-widget:has(.rozen-hero) { padding: 0 !important; margin: 0 !important; }
.rozen-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center right; z-index: 0; }
.rozen-hero-overlay { position: absolute; inset: 0; z-index: 1; transition: background 0.8s ease; }
.rozen-hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse at 15% 85%, rgba(139,0,0,0.1) 0%, transparent 55%); pointer-events: none; z-index: 1; }

/* Content */
.rozen-hero-content { flex: 1; display: flex; align-items: center; max-width: 1200px; margin: 0 auto; padding: 56px 32px; width: 100%; position: relative; z-index: 2; }
.rozen-hero-left { flex: 1 1 55%; padding-right: 40px; }
.rozen-hero-right { flex: 1 1 45%; display: flex; align-items: center; justify-content: flex-end; }

/* Badge */
.rozen-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,0,0,0.4); backdrop-filter: blur(8px); border: 1px solid color-mix(in srgb, var(--hero-accent) 33%, transparent); border-radius: 24px; padding: 7px 18px; margin-bottom: 22px; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; color: var(--hero-accent); letter-spacing: 0.5px; }

/* Title */
.rozen-hero-title { font-size: 48px; font-weight: 700; color: #fff; line-height: 1.15; margin: 0 0 16px; letter-spacing: -0.02em; text-shadow: 0 2px 30px rgba(0,0,0,0.4); }
.rozen-hero-title-line { display: block; }

/* Subtitle */
.rozen-hero-subtitle { font-size: 17px; color: rgba(255,255,255,0.6); font-family: 'DM Sans', sans-serif; font-weight: 400; line-height: 1.6; margin: 0 0 32px; max-width: 460px; text-shadow: 0 1px 8px rgba(0,0,0,0.3); }

/* Color picker */
.rozen-hero-colors { margin-bottom: 8px; }
.rozen-hero-colors-label { font-size: 11px; font-family: 'DM Sans', sans-serif; font-weight: 600; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 2px; margin: 0 0 14px; }
.rozen-hero-colors-grid { display: flex; gap: 14px; flex-wrap: wrap; }
.rozen-hero-color-btn { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1); }
.rozen-hero-color-btn:hover { transform: translateY(-6px); }
.rozen-hero-color-circle { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; position: relative; border: 2.5px solid rgba(255,255,255,0.15); box-shadow: 0 2px 10px rgba(0,0,0,0.4); transition: all 0.3s ease; }
.rozen-hero-color-btn:hover .rozen-hero-color-circle { border-color: currentColor; box-shadow: 0 6px 24px rgba(0,0,0,0.3), 0 0 0 4px rgba(255,255,255,0.08); }
.rozen-hero-color-circle img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.rozen-hero-color-btn:hover .rozen-hero-color-circle img { transform: scale(1.15); }
.rozen-hero-color-arrow { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0); color: #fff; font-size: 18px; font-weight: 700; text-shadow: 0 1px 4px rgba(0,0,0,0.5); border-radius: 50%; opacity: 0; transition: all 0.25s ease; }
.rozen-hero-color-btn:hover .rozen-hero-color-arrow { opacity: 1; background: rgba(0,0,0,0.35); }
.rozen-hero-color-name { font-size: 11px; font-family: 'DM Sans', sans-serif; font-weight: 600; color: rgba(255,255,255,0.5); letter-spacing: 0.3px; transition: color 0.2s; }
.rozen-hero-color-btn:hover .rozen-hero-color-name { color: #fff; }

/* CTA */
.rozen-hero-ctas { margin-top: 28px; display: flex; align-items: center; gap: 18px; }
.rozen-hero-cta-primary { display: inline-block; background: var(--hero-accent, #8B0000); color: #fff; text-decoration: none; padding: 14px 32px; border-radius: 8px; font-size: 15px; font-family: 'DM Sans', sans-serif; font-weight: 600; letter-spacing: 0.3px; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(139,0,0,0.25); }
.rozen-hero-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(139,0,0,0.4); color: #fff; }
.rozen-hero-cta-secondary { font-size: 14px; font-family: 'DM Sans', sans-serif; color: rgba(255,255,255,0.45); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 2px; transition: all 0.2s; }
.rozen-hero-cta-secondary:hover { color: rgba(255,255,255,0.85); border-bottom-color: rgba(255,255,255,0.4); }

/* ============ CAROUSEL ============ */
.rozen-hero-carousel { width: 220px; position: relative; overflow: hidden; }
.rozen-hero-carousel-track { display: flex; transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
.rozen-hero-carousel-item { flex: 0 0 100%; min-width: 100%; text-decoration: none; display: block; background: rgba(0,0,0,0.45); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.rozen-hero-carousel-item:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.rozen-hero-carousel-img { width: 100%; height: 0; padding-bottom: 150%; position: relative; overflow: hidden; background: rgba(255,255,255,0.05); }
.rozen-hero-carousel-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.rozen-hero-carousel-item:hover .rozen-hero-carousel-img img { transform: scale(1.08); }
.rozen-hero-carousel-info { padding: 12px 14px; }
.rozen-hero-carousel-name { display: block; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 3px; }
.rozen-hero-carousel-price { display: block; font-family: 'DM Sans', sans-serif; font-size: 12px; color: rgba(255,255,255,0.6); }

/* Carousel nav */
.rozen-hero-carousel-nav { display: flex; justify-content: center; gap: 10px; margin-top: 12px; }
.rozen-hero-carousel-prev, .rozen-hero-carousel-next { width: 36px !important; height: 36px !important; min-width: 36px; min-height: 36px; border-radius: 50% !important; border: 2px solid rgba(255,255,255,0.35); background: rgba(0,0,0,0.5); color: #fff; font-size: 20px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; backdrop-filter: blur(8px); line-height: 1; padding: 0 !important; }
.rozen-hero-carousel-prev:hover, .rozen-hero-carousel-next:hover { background: var(--hero-accent, #8B0000); border-color: var(--hero-accent, #8B0000); }

/* ============ TRUST BAR (below banner) ============ */
.rozen-hero-trust { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); background: #a76e27; padding: 14px 0; }
.rozen-hero-trust-inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: center; align-items: center; gap: 32px; font-family: 'DM Sans', sans-serif; font-size: 13px; color: #fff; }
.rozen-hero-trust-item { display: flex; align-items: center; gap: 6px; }
.rozen-trust-icon { font-size: 15px; }
.rozen-trust-icon-img { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; }

/* ============ ANIMATIONS ============ */
[data-animate] { opacity: 0; transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
[data-animate="fade-up"] { transform: translateY(20px); }
[data-animate="fade-down"] { transform: translateY(-10px); }
[data-animate].animated { opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
    .rozen-hero { min-height: 460px; }
    .rozen-hero-title { font-size: 36px; }
    .rozen-hero-right { display: none; }
    .rozen-hero-left { flex: 1; padding-right: 0; }
}

@media (max-width: 768px) {
    .rozen-hero { min-height: auto; }
    .rozen-hero-content { padding: 32px 20px; }
    .rozen-hero-title { font-size: 28px; }
    .rozen-hero-subtitle { font-size: 15px; margin-bottom: 24px; }
    .rozen-hero-trust-inner { gap: 16px; font-size: 11px; flex-wrap: wrap; }
    .rozen-hero-colors-grid { gap: 10px; }
    .rozen-hero-color-circle { width: 44px; height: 44px; }
    .rozen-hero-ctas { flex-direction: column; align-items: flex-start; gap: 12px; }
}

@media (max-width: 480px) {
    .rozen-hero-trust-inner { gap: 8px; }
    .rozen-hero-trust-item:nth-child(3), .rozen-hero-trust-item:nth-child(4) { display: none; }
    .rozen-hero-title { font-size: 24px; }
}

/* Fix white gap above banner */
.rozen-hero { margin-top: -10px; }
.elementor-section:has(.rozen-hero),
.elementor-element:has(.rozen-hero),
.elementor-widget:has(.rozen-hero) {
    padding: 0 !important;
    margin: 0 !important;
}
.elementor-section-wrap > .elementor-section:first-child,
.elementor-top-section:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
