.ind-footer-179ef30f-wrapper {
    font-family: sans-serif;
}
.ind-footer-179ef30f-cta {
    background: #f4f5f6;
    padding: 70px 30px;
    text-align: center;
    border-radius: 12px;
    margin: 0 auto -100px;
    position: relative;
    z-index: 2;
    max-width: 900px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.ind-footer-179ef30f-cta h2 {
    color: #111431;
    font-size: 2.8em;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.2;
}
.ind-footer-179ef30f-cta p {
    color: #555;
    margin-bottom: 35px;
    font-size: 1.1em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.ind-footer-179ef30f-form {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}
.ind-footer-179ef30f-form input {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 8px 0 0 8px;
    outline: none;
    font-size: 1em;
}
.ind-footer-179ef30f-form button {
    background: #eebd53;
    color: #111431;
    border: none;
    padding: 15px 30px;
    border-radius: 0 8px 8px 0;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.3s;
}
.ind-footer-179ef30f-form button:hover {
    background: #dfae42;
}
.ind-footer-179ef30f-bottom {
    background: #0d1029;
    color: #fff;
    padding: 160px 40px 40px;
}
.ind-footer-179ef30f-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto 60px;
}
.ind-footer-col {
    flex: 1;
    min-width: 150px;
}
.ind-footer-col-main {
    flex: 2;
    min-width: 300px;
}
.ind-footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
    display: block;
}
.ind-footer-col-main h3 {
    color: #eebd53;
    font-size: 1.8em;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ind-footer-brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ind-footer-col-main p {
    color: #b0b2c3;
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 300px;
}
.ind-footer-col-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ind-footer-col-main ul li {
    color: #b0b2c3;
    margin-bottom: 12px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ind-footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #eebd53;
}
.ind-footer-contact-icon svg {
    fill: #eebd53;
}
.ind-footer-col h4 {
    color: #eebd53;
    font-size: 1.1em;
    margin-bottom: 25px;
}
.ind-footer-links-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ind-footer-links-wrap ul li {
    margin-bottom: 15px;
}
.ind-footer-links-wrap ul li a {
    color: #b0b2c3;
    text-decoration: none;
    font-size: 0.9em;
    transition: color 0.3s;
}
.ind-footer-links-wrap ul li a:hover {
    color: #fff;
}
.ind-footer-179ef30f-copy {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.85em;
    color: #7b7e93;
}
.ind-footer-179ef30f-copy a {
    color: #7b7e93;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s;
}
.ind-footer-179ef30f-copy a:hover {
    color: #b0b2c3;
}
@media (max-width: 768px) {
    .ind-footer-179ef30f-cta {
        margin-bottom: -60px;
        padding: 40px 20px;
    }
    .ind-footer-179ef30f-cta h2 { font-size: 2em; }
    .ind-footer-179ef30f-form { flex-direction: column; }
    .ind-footer-179ef30f-form input { border-radius: 8px; margin-bottom: 10px; }
    .ind-footer-179ef30f-form button { border-radius: 8px; }
    .ind-footer-179ef30f-bottom { padding-top: 100px; }
    .ind-footer-179ef30f-copy { flex-direction: column; gap: 15px; text-align: center; }
}
