.mct-ft-wrap {
    width: 100%;
    background: transparent;
    background-image: none;
    padding: 40px 0 30px 0;
    box-sizing: border-box;
    font-family: inherit;
    color: #1e293b;
}

.mct-ft-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.mct-ft-newsletter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 70px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .mct-ft-newsletter-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
}

.mct-ft-nl-left {
    max-width: 540px;
}

.mct-ft-nl-title {
    margin: 0 0 12px 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.mct-ft-nl-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}

.mct-ft-nl-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 420px;
}

.mct-ft-input-wrap {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.mct-ft-input-wrap svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: #64748b;
    pointer-events: none;
    z-index: 2;
}

.mct-ft-input {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 16px 0 50px !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    color: #0f172a !important;
    outline: none !important;
    box-sizing: border-box !important;
    text-indent: 0 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mct-ft-input::placeholder {
    color: #94a3b8 !important;
    opacity: 1 !important;
}

.mct-ft-input:focus {
    border-color: #94a3b8 !important;
    box-shadow: 0 0 0 3px rgba(203, 213, 225, 0.4) !important;
}

.mct-ft-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    background: #dc2626;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.15s ease;
    box-sizing: border-box;
    text-decoration: none !important;
}

.mct-ft-submit-btn:hover {
    background: #b91c1c;
    color: #ffffff;
}

.mct-ft-submit-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.mct-ft-submit-btn:hover svg {
    transform: translateX(4px);
}

/* Contact Plugin Shortcode Wrapper */
.mct-ft-shortcode-wrap {
    width: 100%;
    max-width: 420px;
}

.mct-ft-shortcode-wrap form,
.mct-ft-shortcode-wrap .wpcf7-form,
.mct-ft-shortcode-wrap .mc4wp-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.mct-ft-shortcode-wrap input[type="email"],
.mct-ft-shortcode-wrap input[type="text"] {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 16px !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    color: #0f172a !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.mct-ft-shortcode-wrap input[type="submit"],
.mct-ft-shortcode-wrap button[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 50px !important;
    padding: 0 24px !important;
    background: #dc2626 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease !important;
}

.mct-ft-shortcode-wrap input[type="submit"]:hover,
.mct-ft-shortcode-wrap button[type="submit"]:hover {
    background: #b91c1c !important;
}

/* Newsletter Response Message Styling */
.mct-ft-nl-response {
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.4;
    box-sizing: border-box;
}

.mct-ft-nl-response.success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.mct-ft-nl-response.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.mct-ft-main-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .mct-ft-main-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 640px) {
    .mct-ft-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.mct-ft-brand-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mct-ft-logo-img {
    max-width: 220px;
    height: auto;
    display: block;
}

.mct-ft-logo-text {
    font-size: 1.6rem;
    font-weight: 900;
    color: #0f172a;
    letter-spacing: -0.03em;
    text-decoration: none !important;
}

.mct-ft-logo-text span {
    color: #dc2626;
}

.mct-ft-contact-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mct-ft-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #0f172a;
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.mct-ft-contact-item:hover {
    color: #dc2626;
}

.mct-ft-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: transparent;
    transition: all 0.2s ease;
}

.mct-ft-contact-item:hover .mct-ft-contact-icon {
    border-color: #dc2626;
    background: #dc2626;
}

.mct-ft-contact-icon svg {
    width: 16px;
    height: 16px;
    fill: #0f172a;
    transition: fill 0.2s ease;
}

.mct-ft-contact-item:hover .mct-ft-contact-icon svg {
    fill: #ffffff;
}

.mct-ft-menu-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mct-ft-col-title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mct-ft-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mct-ft-link-item a {
    font-size: 0.92rem;
    font-weight: 500;
    color: #475569;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.mct-ft-link-item a:hover {
    color: #0f172a;
}

.mct-ft-bottom-bar {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 24px;
    text-align: center;
    font-size: 0.88rem;
    color: #64748b;
    font-weight: 500;
}

.mct-ft-bottom-bar span {
    color: #dc2626;
    font-weight: 700;
}
