/* Hero — split-layout hero with floating logistics elements */
.dc-sl-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--dc-sl-hero-bg, var(--dc-sl-white));
}
.dc-sl-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
    max-width: var(--dc-sl-container);
    margin: 0 auto;
    padding: 6rem 1.5rem 4rem;
}

.dc-sl-hero__pattern {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dc-sl-hero__pattern svg {
    width: 115%;
    max-width: 1900px;
    height: auto;
    position: relative;
}
.dc-sl-hero__glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.dc-sl-hero__glow--left {
    top: -200px;
    left: -200px;
    background: radial-gradient(circle, rgba(132, 183, 143, 0.07), transparent 65%);
}
.dc-sl-hero__glow--right {
    bottom: -200px;
    right: -100px;
    background: radial-gradient(circle, rgba(11, 31, 26, 0.04), transparent 65%);
}

.dc-sl-hero__content { position: relative; z-index: 3; }
.dc-sl-hero__label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--dc-sl-accent);
    margin-bottom: 1.5rem;
    white-space: nowrap;
    opacity: 0;
    animation: dcSlHeroFadeRight 0.7s var(--dc-sl-ease-out) 0.15s forwards;
}
.dc-sl-hero__label::before {
    content: '';
    display: inline-block;
    width: 66px;
    height: 16px;
    flex-shrink: 0;
    background-image:
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2384B78F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M1 3h15v13H1z'/><path d='M16 8h4l3 4v5h-7V8z'/><circle cx='5.5' cy='18.5' r='2.5'/><circle cx='18.5' cy='18.5' r='2.5'/></svg>"),
        repeating-linear-gradient(90deg, rgba(132, 183, 143, 0.5) 0 8px, transparent 8px 14px);
    background-position: 50px center, 0 center;
    background-size: 16px 16px, 48px 2px;
    background-repeat: no-repeat, no-repeat;
    animation: dcSlEyebrowDrive 3s ease-in-out infinite;
}
.dc-sl-hero__heading {
    font-family: var(--dc-sl-font-display);
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    color: var(--dc-sl-text);
    margin: 0 0 1.25rem;
    letter-spacing: -0.025em;
    opacity: 0;
    animation: dcSlHeroFadeRight 0.7s var(--dc-sl-ease-out) 0.3s forwards;
}
.dc-sl-hero__sub {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--dc-sl-text-secondary);
    margin: 0 0 2.25rem;
    max-width: 500px;
    opacity: 0;
    animation: dcSlHeroFadeRight 0.7s var(--dc-sl-ease-out) 0.45s forwards;
}
.dc-sl-hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    opacity: 0;
    animation: dcSlHeroFadeRight 0.7s var(--dc-sl-ease-out) 0.6s forwards;
}
.dc-sl-hero .dc-sl-btn-outline {
    color: var(--dc-sl-text);
    border-color: var(--dc-sl-border);
}
.dc-sl-hero .dc-sl-btn-outline:hover {
    background: var(--dc-sl-primary);
    color: var(--dc-sl-white);
    border-color: var(--dc-sl-primary);
}

.dc-sl-hero__trust {
    display: flex;
    gap: 1.75rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--dc-sl-border);
    opacity: 0;
    animation: dcSlHeroFadeRight 0.7s var(--dc-sl-ease-out) 0.75s forwards;
}
.dc-sl-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--dc-sl-text-secondary);
    font-size: 0.8125rem;
    font-weight: 500;
}
.dc-sl-hero__trust-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(132, 183, 143, 0.1);
    color: var(--dc-sl-accent-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.dc-sl-hero__trust-icon svg { width: 16px; height: 16px; }

.dc-sl-hero__visual {
    position: relative;
    z-index: 3;
    opacity: 0;
    animation: dcSlHeroVisualIn 1s var(--dc-sl-ease-out) 0.5s forwards;
}
.dc-sl-hero__visual-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 24px 64px rgba(11, 31, 26, 0.12), 0 8px 20px rgba(11, 31, 26, 0.06);
}
.dc-sl-hero__visual-frame video,
.dc-sl-hero__visual-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dc-sl-hero__visual-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(11, 31, 26, 0.06);
    pointer-events: none;
}
.dc-sl-hero__visual-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--dc-sl-primary-light), var(--dc-sl-primary));
    display: flex;
    align-items: center;
    justify-content: center;
}
.dc-sl-hero__visual-placeholder svg {
    width: 80px;
    height: 80px;
    opacity: 0.15;
    color: var(--dc-sl-accent);
}
.dc-sl-hero__visual-deco {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 50%;
    height: 50%;
    border: 2px solid rgba(132, 183, 143, 0.25);
    border-radius: 20px;
    pointer-events: none;
    z-index: -1;
}

.dc-sl-hero__float {
    position: absolute;
    z-index: 4;
    border-radius: 14px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    pointer-events: none;
}
.dc-sl-hero__float--stat-1 {
    top: -16px;
    left: -24px;
    background: var(--dc-sl-white);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 12px 40px rgba(11, 31, 26, 0.1), 0 0 0 1px rgba(11, 31, 26, 0.04);
    animation: dcSlFloat 4s ease-in-out infinite;
}
.dc-sl-hero__float-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--dc-sl-primary);
    color: var(--dc-sl-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.dc-sl-hero__float-icon svg { width: 22px; height: 22px; }
.dc-sl-hero__float-number {
    font-family: var(--dc-sl-font-display);
    font-size: 1.375rem;
    font-weight: 800;
    color: var(--dc-sl-text);
    line-height: 1.1;
}
.dc-sl-hero__float-label {
    font-size: 0.6875rem;
    color: var(--dc-sl-text-muted);
    font-weight: 500;
}

.dc-sl-hero__float--stat-2 {
    bottom: 24px;
    right: -20px;
    background: var(--dc-sl-white);
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 12px 40px rgba(11, 31, 26, 0.1), 0 0 0 1px rgba(11, 31, 26, 0.04);
    animation: dcSlFloat 4s ease-in-out 1s infinite;
}

.dc-sl-hero__float--route {
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
    background: var(--dc-sl-white);
    border: 1px solid var(--dc-sl-border);
    padding: 0.625rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 8px 24px rgba(11, 31, 26, 0.08);
    animation: dcSlFloat 5s ease-in-out 0.5s infinite;
}
.dc-sl-hero__route-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dc-sl-accent);
    flex-shrink: 0;
}
.dc-sl-hero__route-line {
    width: 20px;
    height: 1px;
    background: var(--dc-sl-accent);
    position: relative;
    opacity: 0.5;
}
.dc-sl-hero__route-line::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    width: 0;
    height: 0;
    border-left: 5px solid var(--dc-sl-accent);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    opacity: 0.6;
}
.dc-sl-hero__route-text {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--dc-sl-text);
    white-space: nowrap;
}

.dc-sl-hero__float--icon {
    bottom: -12px;
    left: 32px;
    width: 52px;
    height: 52px;
    background: var(--dc-sl-primary);
    color: var(--dc-sl-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(11, 31, 26, 0.15);
    animation: dcSlFloat 3.5s ease-in-out 1.5s infinite;
}
.dc-sl-hero__float--icon svg { width: 26px; height: 26px; }

.dc-sl-hero__scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--dc-sl-text-muted);
    font-size: 0.625rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0;
    animation: dcSlHeroFadeRight 0.7s var(--dc-sl-ease-out) 1.1s forwards;
}
.dc-sl-hero__scroll-line {
    width: 1px;
    height: 40px;
    position: relative;
    overflow: hidden;
    background: var(--dc-sl-border);
}
.dc-sl-hero__scroll-line::after {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dc-sl-accent);
    animation: dcSlScrollPulse 2.2s var(--dc-sl-ease) infinite;
}

@keyframes dcSlHeroFadeRight {
    from { opacity: 0; transform: translateX(-30px); }
    to   { opacity: 1; transform: translateX(0); }
}
@keyframes dcSlHeroVisualIn {
    from { opacity: 0; transform: translateX(40px) scale(0.97); }
    to   { opacity: 1; transform: translateX(0) scale(1); }
}
@keyframes dcSlFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
@keyframes dcSlScrollPulse {
    0%   { top: -100%; }
    50%  { top: 100%; }
    100% { top: 100%; }
}

@media (max-width: 1024px) {
    .dc-sl-hero__inner {
        grid-template-columns: 1fr;
        gap: 3rem;
        padding: 7rem 1.5rem 3rem;
        text-align: center;
    }
    .dc-sl-hero__sub { margin-left: auto; margin-right: auto; }
    .dc-sl-hero__actions { justify-content: center; }
    .dc-sl-hero__trust { justify-content: center; }
    .dc-sl-hero__visual { max-width: 560px; margin: 0 auto; }
    .dc-sl-hero__visual-deco { display: none; }
    .dc-sl-hero__float--stat-1 { top: 0; left: 0; }
    .dc-sl-hero__float--stat-2 { right: 0; bottom: 0; }
    .dc-sl-hero__float--route { right: 0; }
    .dc-sl-hero__float--icon { left: 16px; bottom: -8px; }
}
@media (max-width: 640px) {
    .dc-sl-hero { min-height: auto; }
    .dc-sl-hero__inner { padding: 6rem 1.25rem 2.5rem; }
    .dc-sl-hero__actions { flex-direction: column; align-items: center; }
    .dc-sl-hero__trust { gap: 1rem; }
    .dc-sl-hero__float--route,
    .dc-sl-hero__float--stat-2 { display: none; }
    .dc-sl-hero__float--stat-1 {
        top: auto;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        animation: none;
    }
    .dc-sl-hero__float--icon { display: none; }
    .dc-sl-hero__scroll { display: none; }
}
