<style>
/* =========================================================
   SOFTER BLUE & YELLOW FOOTER STYLES
========================================================= */
.site-footer {
    width: 100%;
    clear: both;
    display: block;
    background-color: #f8fafc;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: #475569;
    padding-top: clamp(40px, 6vw, 60px);
}

.footer-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-top-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    gap: 20px;
}

.cta-title {
    font-size: clamp(1.75rem, 3.5vw, 2.2rem);
    font-weight: 800;
    color: #1e293b;
    letter-spacing: -0.02em;
    margin: 0;
}

.btn-top-contact {
    padding: 12px 32px;
    background-color: #2563eb;
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.2);
    white-space: nowrap;
}

.btn-top-contact:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}

.footer-divider {
    height: 1px;
    background-color: #e2e8f0;
    margin-bottom: clamp(32px, 5vw, 48px);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.3fr;
    gap: 40px;
    padding-bottom: clamp(40px, 6vw, 60px);
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}

.logo-pill {
    width: 12px;
    height: 22px;
    border-radius: 10px;
    display: inline-block;
}

.pill-yellow { background-color: #facc15; }
.pill-blue { background-color: #38bdf8; }

.logo-text {
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e293b;
    margin-left: 4px;
}

.brand-description {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #64748b;
    margin: 0 0 24px 0;
    max-width: 300px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #facc15;
    color: #1e293b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(250, 204, 21, 0.25);
}

.social-btn svg {
    width: 17px;
    height: 17px;
}

.social-btn:hover {
    background-color: #2563eb;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(37, 99, 235, 0.3);
}

.col-title {
    font-size: 1rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0 0 18px 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #64748b;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #2563eb;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.88rem;
    color: #64748b;
}

.contact-item {
    margin: 0;
    line-height: 1.5;
}

.contact-item a {
    color: #64748b;
    text-decoration: none;
}

.contact-item a:hover {
    color: #2563eb;
}

.newsletter-box {
    display: flex;
    align-items: center;
    background-color: #edf2f7;
    border-radius: 50px;
    padding: 4px 4px 4px 18px;
    border: 1px solid #e2e8f0;
    transition: border-color 0.3s ease;
    max-width: 100%;
}

.newsletter-box:focus-within {
    border-color: #2563eb;
    background-color: #ffffff;
}

.newsletter-box input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.85rem;
    color: #1e293b;
    width: 100%;
    min-width: 0;
}

.btn-send {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-send svg {
    width: 16px;
    height: 16px;
    margin-left: 2px;
}

.btn-send:hover {
    background-color: #1d4ed8;
    transform: scale(1.05);
}

.footer-bottom-bar {
    background-color: #1e293b;
    padding: 18px 0;
    color: #94a3b8;
    font-size: 0.85rem;
}

.bottom-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.bottom-container.centered {
    justify-content: center;
}

.copyright-text {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.dev-credit-block {
    display: flex;
    align-items: center;
}

.dev-label {
    color: #cbd5e1;
    margin-right: 8px;
}

.hypervare-link {
    font-family: 'Binary Ops', 'Orbitron', monospace;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #facc15;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(250, 204, 21, 0.08);
}

.hypervare-link:hover {
    color: #ffffff;
    background-color: #2563eb;
    box-shadow: 0 0 12px rgba(37, 99, 235, 0.5);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.legal-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.legal-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

.legal-links a:hover {
    color: #facc15;
}

.link-divider {
    color: #475569;
}

@media (max-width: 1024px) {
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 36px; }
    .bottom-container { justify-content: center; text-align: center; }
}

@media (max-width: 768px) {
    .footer-top-cta { flex-direction: column; align-items: center; text-align: center; gap: 16px; }
    .btn-top-contact { width: 100%; justify-content: center; }
}

@media (max-width: 640px) {
    .footer-container, .bottom-container { width: 92%; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; text-align: center; }
    .brand-logo, .social-icons { justify-content: center; }
    .brand-description { margin: 0 auto 24px auto; }
    .bottom-container { flex-direction: column; align-items: center; gap: 20px; }
    .legal-links { width: 100%; justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 360px) {
    .footer-container, .bottom-container { width: 94%; }
    .cta-title { font-size: 1.6rem; }
    .brand-description, .footer-links a, .contact-details, .copyright-text, .legal-links a { font-size: 0.84rem; }
    .newsletter-box { padding: 3px 3px 3px 14px; }
    .btn-send { width: 34px; height: 34px; }
}
