/* =======================================
   FOOTER — VARIABLES
======================================= */
#dc-footer {
    --p: #ef7a17;
    --s: #032038;
    --pr: 239,122,23;
    --sr: 3,32,56;
}
#dc-footer * { box-sizing: border-box; margin: 0; padding: 0; }

/* =======================================
   CTA BANNER
======================================= */
#dc-footer .dc-ft__cta {
    position: relative; z-index: 3; max-width: 1200px; margin: 0 auto;
    padding: 48px 56px; border-radius: 20px;
    background: linear-gradient(135deg, var(--s) 0%, #0a3a5c 50%, var(--s) 100%);
    display: flex; align-items: center; justify-content: space-between; gap: 32px;
    transform: translateY(50%);
    box-shadow: 0 24px 64px rgba(var(--sr), .35);
    overflow: hidden;
}
#dc-footer .dc-ft__cta::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 20% 50%, rgba(var(--pr), .12), transparent 60%),
               radial-gradient(ellipse at 80% 50%, rgba(var(--pr), .08), transparent 60%);
    pointer-events: none;
}
#dc-footer .dc-ft__cta-text { position: relative; z-index: 1; }
#dc-footer .dc-ft__cta-title {
    font-size: clamp(22px, 3vw, 32px); font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 6px;
}
#dc-footer .dc-ft__cta-sub { font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.5; }
#dc-footer .dc-ft__cta-btn {
    position: relative; z-index: 1;
    display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 36px; border-radius: 100px;
    background: var(--p); color: #fff; font-size: 15px; font-weight: 700;
    text-decoration: none; white-space: nowrap;
    transition: all .4s cubic-bezier(.22, 1, .36, 1);
    box-shadow: 0 8px 30px rgba(var(--pr), .4);
}
#dc-footer .dc-ft__cta-btn:hover {
    transform: translateY(-2px); box-shadow: 0 12px 40px rgba(var(--pr), .55);
    background: #ff8c2a;
}
#dc-footer .dc-ft__cta-btn svg { width: 18px; height: 18px; transition: transform .3s ease; }
#dc-footer .dc-ft__cta-btn:hover svg { transform: translateX(4px); }

/* =======================================
   MAIN FOOTER
======================================= */
#dc-footer .dc-ft {
    background: var(--s); position: relative; overflow: hidden;
    padding: 120px 0 0;
}

/* Ambient BG */
#dc-footer .dc-ft__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
#dc-footer .dc-ft__bg-mesh {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at 15% 20%, rgba(var(--pr), .06), transparent 50%),
               radial-gradient(ellipse at 85% 80%, rgba(var(--pr), .04), transparent 50%),
               radial-gradient(ellipse at 50% 50%, rgba(var(--sr), .5), transparent 70%);
}
#dc-footer .dc-ft__bg-dots {
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.03) 1px, transparent 1px);
    background-size: 28px 28px;
}

/* Architectural lines */
#dc-footer .dc-ft__line { position: absolute; background: rgba(255,255,255,.06); pointer-events: none; z-index: 1; }
#dc-footer .dc-ft__line--v { width: 1px; height: 100%; top: 0; }
#dc-footer .dc-ft__line--v1 { left: 6%; }
#dc-footer .dc-ft__line--v2 { right: 6%; }
#dc-footer .dc-ft__line--h { height: 1px; width: 100%; left: 0; }
#dc-footer .dc-ft__line--h1 { top: 0; }
#dc-footer .dc-ft__line--v::after {
    content: ''; position: absolute; top: -15%; left: -1px; width: 3px; height: 80px;
    background: linear-gradient(180deg, transparent, rgba(var(--pr), .2), transparent);
    border-radius: 2px; animation: _ftLineTrace 9s ease-in-out infinite;
}
#dc-footer .dc-ft__line--v2::after { animation-delay: -4.5s; }
@keyframes _ftLineTrace { 0% { top: -15%; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } 100% { top: 105%; opacity: 0; } }

/* Container */
#dc-footer .dc-ft__container {
    position: relative; z-index: 2; max-width: 1400px; margin: 0 auto; padding: 0 40px;
}

/* =======================================
   GRID
======================================= */
#dc-footer .dc-ft__grid {
    display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 60px;
    padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Brand column */
#dc-footer .dc-ft__brand { padding-right: 20px; }
#dc-footer .dc-ft__logo { display: inline-block; margin-bottom: 28px; transition: opacity .3s ease; }
#dc-footer .dc-ft__logo:hover { opacity: .8; }
#dc-footer .dc-ft__logo img { width: 200px; height: auto; }

#dc-footer .dc-ft__about {
    font-size: 14px; line-height: 1.8; color: rgba(255,255,255,.5); margin-bottom: 28px;
}

/* Contact pills */
#dc-footer .dc-ft__contact { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
#dc-footer .dc-ft__contact-pill {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 18px; border-radius: 100px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.7); font-size: 13px; font-weight: 500;
    text-decoration: none; transition: all .3s ease; width: fit-content;
}
#dc-footer .dc-ft__contact-pill:hover {
    background: rgba(var(--pr), .1); border-color: rgba(var(--pr), .25); color: var(--p);
}
#dc-footer .dc-ft__contact-pill svg { width: 16px; height: 16px; color: var(--p); flex-shrink: 0; }

/* Social */
#dc-footer .dc-ft__social { display: flex; gap: 10px; list-style: none; }
#dc-footer .dc-ft__social-link {
    width: 40px; height: 40px; border-radius: 12px;
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.5); text-decoration: none;
    transition: all .4s cubic-bezier(.22, 1, .36, 1);
}
#dc-footer .dc-ft__social-link:hover {
    background: var(--p); border-color: var(--p); color: #fff;
    transform: translateY(-3px); box-shadow: 0 8px 25px rgba(var(--pr), .35);
}
#dc-footer .dc-ft__social-link svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

/* =======================================
   LINK COLUMNS
======================================= */
#dc-footer .dc-ft__col-title {
    font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px;
    color: var(--p); margin-bottom: 24px;
    display: flex; align-items: center; gap: 12px;
}
#dc-footer .dc-ft__col-title::before {
    content: ''; width: 16px; height: 2px; background: var(--p); border-radius: 2px;
}

#dc-footer .dc-ft__links { list-style: none; }
#dc-footer .dc-ft__links li { margin-bottom: 14px; }
#dc-footer .dc-ft__links a {
    font-size: 14px; color: rgba(255,255,255,.5); text-decoration: none;
    transition: all .3s ease; display: inline-block; position: relative;
}
#dc-footer .dc-ft__links a::after {
    content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px;
    background: var(--p); transition: width .3s ease;
}
#dc-footer .dc-ft__links a:hover { color: #fff; transform: translateX(6px); }
#dc-footer .dc-ft__links a:hover::after { width: 100%; }

/* =======================================
   BOTTOM BAR
======================================= */
#dc-footer .dc-ft__bottom {
    padding: 28px 0; position: relative; z-index: 2;
}
#dc-footer .dc-ft__bottom-inner {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px;
}
#dc-footer .dc-ft__copy { font-size: 13px; color: rgba(255,255,255,.3); }
#dc-footer .dc-ft__copy a { color: var(--p); text-decoration: none; font-weight: 600; transition: color .3s ease; }
#dc-footer .dc-ft__copy a:hover { color: #ff9a44; }

#dc-footer .dc-ft__bottom-nav { display: flex; flex-wrap: wrap; gap: 6px 20px; list-style: none; }
#dc-footer .dc-ft__bottom-nav a {
    font-size: 13px; color: rgba(255,255,255,.3); text-decoration: none; transition: color .3s ease;
}
#dc-footer .dc-ft__bottom-nav a:hover { color: rgba(255,255,255,.7); }

/* =======================================
   RESPONSIVE
======================================= */
@media (max-width: 1200px) {
    #dc-footer .dc-ft__grid { grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
    #dc-footer .dc-ft__brand { grid-column: span 3; }
    #dc-footer .dc-ft__cta { margin-left: 24px; margin-right: 24px; }
    #dc-footer .dc-ft__line { display: none; }
}
@media (max-width: 768px) {
    #dc-footer .dc-ft { padding-top: 130px; }
    #dc-footer .dc-ft__container { padding: 0 20px; }
    #dc-footer .dc-ft__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    #dc-footer .dc-ft__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    #dc-footer .dc-ft__brand { grid-column: span 2; text-align: center; }
    #dc-footer .dc-ft__about { max-width: 500px; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
    #dc-footer .dc-ft__contact { align-items: center; }
    #dc-footer .dc-ft__social { justify-content: center; }
    #dc-footer .dc-ft__cta {
        flex-direction: column; text-align: center; padding: 36px 28px;
        margin-left: 16px; margin-right: 16px;
    }
    #dc-footer .dc-ft__bottom-inner { flex-direction: column; text-align: center; }
    #dc-footer .dc-ft__bottom-nav { justify-content: center; }
}
@media (max-width: 480px) {
    #dc-footer .dc-ft__grid { grid-template-columns: 1fr; gap: 32px; }
    #dc-footer .dc-ft__brand { grid-column: span 1; }
    #dc-footer .dc-ft__logo img { width: 160px; }
}
