.dcnl {
    position: relative;
    padding: clamp(80px, 9vw, 130px) clamp(20px, 4vw, 60px);
    background:
        radial-gradient(900px 600px at 12% 0%, rgba(0, 119, 204, 0.28), transparent 60%),
        radial-gradient(700px 600px at 90% 100%, rgba(0, 191, 166, 0.2), transparent 60%),
        linear-gradient(160deg, var(--dc-dark) 0%, #11183a 100%);
    color: #fff;
    overflow: hidden;
    font-family: var(--dc-font-body);
}

.dcnl__inner {
    max-width: 1280px; margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: clamp(40px, 5vw, 80px);
    align-items: center;
}

.dcnl__copy { display: flex; flex-direction: column; gap: 22px; max-width: 560px; }

.dcnl__eyebrow {
    align-self: flex-start;
    display: inline-flex; align-items: center; gap: 10px;
    padding: 7px 14px 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.dcnl__eyebrow-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--dc-accent);
    box-shadow: 0 0 12px rgba(0, 191, 166, 0.7);
}

.dcnl__title {
    font-family: var(--dc-font-display);
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin: 0;
}

.dcnl__lead {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(245, 247, 255, 0.7);
    margin: 0;
}

.dcnl__form {
    position: relative;
    display: flex; align-items: center;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: var(--dc-shadow-md);
    gap: 6px;
}

.dcnl__form-icon {
    width: 20px; height: 20px;
    color: rgba(245, 247, 255, 0.5);
    margin-left: 16px;
    flex-shrink: 0;
}
.dcnl__form-icon svg { width: 100%; height: 100%; }

.dcnl__input {
    flex: 1;
    padding: 14px 6px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    border: 0;
    outline: 0;
    min-width: 0;
}
.dcnl__input::placeholder { color: rgba(245, 247, 255, 0.4); }

.dcnl__btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(120deg, var(--dc-primary-2), var(--dc-primary));
    color: #fff;
    font-weight: 600;
    font-size: 14.5px;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    flex-shrink: 0;
}
.dcnl__btn:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -18px rgba(0, 119, 204, 0.8); }
.dcnl__btn svg { width: 14px; height: 14px; }
.dcnl__btn.is-success { background: linear-gradient(120deg, var(--dc-success), #34d399); }

.dcnl__consent { font-size: 12px; color: rgba(245, 247, 255, 0.4); letter-spacing: 0.02em; }

.dcnl__badges { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.dcnl__badges li {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 12px 6px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12.5px;
    color: rgba(245, 247, 255, 0.8);
}
.dcnl__badges svg { width: 12px; height: 12px; color: var(--dc-success); }

.dcnl__visual {
    position: relative;
    aspect-ratio: 1/1;
    max-width: 480px;
    justify-self: end;
    width: 100%;
}

.dcnl__glow {
    position: absolute; inset: 10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 119, 204, 0.4), transparent 60%);
    filter: blur(50px);
    animation: dcnl-pulse 8s ease-in-out infinite;
}

.dcnl__card {
    position: absolute;
    display: flex; align-items: center; gap: 12px;
    padding: 16px 20px 16px 16px;
    border-radius: var(--dc-radius-md);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--dc-shadow-md);
    animation: dcnl-float 9s ease-in-out infinite;
}
.dcnl__card--a { top: 16%; left: -2%; }
.dcnl__card--b { bottom: 18%; right: -4%; animation-delay: -4s; }
.dcnl__card strong { display: block; font-size: 14px; color: #fff; }
.dcnl__card span { display: block; font-size: 12px; color: rgba(245, 247, 255, 0.65); }
.dcnl__card-icon {
    width: 42px; height: 42px;
    padding: 11px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--dc-primary-2), #7c5cff);
    color: #fff;
}
.dcnl__card-icon--alt { background: linear-gradient(135deg, var(--dc-accent), var(--dc-accent-2)); color: #1a1410; }
.dcnl__card-icon svg { width: 100%; height: 100%; }

.dcnl__orb { position: absolute; border-radius: 50%; filter: blur(40px); }
.dcnl__orb--a { width: 240px; height: 240px; background: rgba(0, 119, 204, 0.4); top: 20%; left: 20%; }
.dcnl__orb--b { width: 200px; height: 200px; background: rgba(0, 191, 166, 0.32); bottom: 14%; right: 14%; }

@keyframes dcnl-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
@keyframes dcnl-pulse {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.08); opacity: 0.85; }
}

@media (max-width: 900px) {
    .dcnl__inner { grid-template-columns: 1fr; }
    .dcnl__visual { justify-self: center; aspect-ratio: 1.3/1; max-width: 100%; }
}
@media (max-width: 600px) {
    .dcnl__form { flex-wrap: wrap; border-radius: var(--dc-radius-md); padding: 12px; }
    .dcnl__input { padding: 10px 8px; width: 100%; }
    .dcnl__btn { width: 100%; justify-content: center; }
}
