.ayse-footer,
.ayse-footer *{box-sizing:border-box}

.ayse-footer{
    --navy:#0b2231;
    --navy2:#102f41;
    --blue:#22689E;
    --blue-dark:#1A527D;
    --blue-light:#3984BD;
    --text:#b8cad2;
    width:100%;
    font-family:Arial,Helvetica,sans-serif;
    color:#fff;
    background:
        radial-gradient(circle at 8% 10%,rgba(34,104,158,.18),transparent 30%),
        radial-gradient(circle at 95% 90%,rgba(34,104,158,.10),transparent 30%),
        linear-gradient(135deg,#081c28 0%,#102f41 55%,#081b27 100%);
    position:relative;
    overflow:hidden;
}

.ayse-footer:before{
    content:"";
    position:absolute;
    top:0;left:0;width:100%;height:3px;
    background:linear-gradient(90deg,#22689E,#3984BD,#22689E);
}

.ayse-footer-container{
    width:min(1220px,calc(100% - 40px));
    margin:auto;
}

.ayse-footer-main{
    display:grid;
    grid-template-columns:1.4fr .9fr 1fr 1.2fr;
    gap:48px;
    padding:64px 0 50px;
}

.ayse-footer-brand-name{
    font-size:25px;line-height:1.25;font-weight:800;color:#fff;margin:0 0 8px;
}
.ayse-footer-brand-name span{color:#3984BD}
.ayse-footer-brand-sub{
    color:#65A3D1;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px;
}
.ayse-footer-about{
    color:var(--text);font-size:14px;line-height:1.85;max-width:365px;margin:0;
}

.ayse-footer-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.ayse-footer-btn{
    min-height:44px;padding:0 18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;
    text-decoration:none!important;font-size:13px;font-weight:700;transition:.25s ease;
}
.ayse-footer-btn.whatsapp{background:#22689E;color:#fff!important;box-shadow:0 8px 24px rgba(34,104,158,.25)}
.ayse-footer-btn.whatsapp:hover{background:#1A527D;color:#fff!important;transform:translateY(-2px)}
.ayse-footer-btn.phone{color:#fff!important;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06)}
.ayse-footer-btn.phone:hover{border-color:#3984BD;color:#65A3D1!important;transform:translateY(-2px)}

.ayse-footer-title{
    color:#fff;font-size:16px;font-weight:700;margin:5px 0 22px;padding-bottom:12px;position:relative;
}
.ayse-footer-title:after{
    content:"";position:absolute;left:0;bottom:0;width:34px;height:3px;border-radius:20px;background:#22689E;
}

.ayse-footer-links{list-style:none!important;margin:0!important;padding:0!important}
.ayse-footer-links li{margin:0 0 12px!important;padding:0!important}
.ayse-footer-links a{color:#b8cad2!important;text-decoration:none!important;font-size:14px;transition:.2s ease}
.ayse-footer-links a:hover{color:#65A3D1!important;padding-left:5px}

.ayse-contact-item{display:flex;gap:12px;margin-bottom:17px}
.ayse-contact-icon{
    width:38px;height:38px;min-width:38px;display:flex;align-items:center;justify-content:center;border-radius:10px;
    color:#65A3D1;background:rgba(34,104,158,.15);border:1px solid rgba(34,104,158,.28);font-size:16px;
}
.ayse-contact-content{font-size:13.5px;color:#b8cad2;line-height:1.55}
.ayse-contact-content strong{display:block;color:#fff;margin-bottom:2px;font-size:13px}
.ayse-contact-content a{color:#b8cad2!important;text-decoration:none!important}
.ayse-contact-content a:hover{color:#65A3D1!important}

.ayse-footer-strip{
    border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);
}
.ayse-footer-strip-inner{
    min-height:64px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px 34px;
}
.ayse-footer-pill{display:flex;align-items:center;gap:8px;color:#b8cad2;font-size:13px}
.ayse-footer-pill:before{
    content:"✓";width:19px;height:19px;display:inline-flex;justify-content:center;align-items:center;
    background:rgba(34,104,158,.18);border-radius:50%;color:#65A3D1;font-size:11px;font-weight:700;
}

.ayse-footer-bottom{
    min-height:74px;display:flex;justify-content:space-between;align-items:center;gap:20px;
}
.ayse-footer-copy{color:#7f98a3;font-size:12.5px}
.ayse-footer-agency{color:#9babb3;font-size:12.5px}

@media(max-width:1000px){
    .ayse-footer-main{grid-template-columns:1fr 1fr;gap:40px}
}

@media(max-width:600px){
    .ayse-footer-container{width:calc(100% - 30px)}
    .ayse-footer-main{display:block;padding:48px 0 35px}
    .ayse-footer-column{margin-bottom:35px}
    .ayse-footer-brand-name{font-size:23px}
    .ayse-footer-about{max-width:100%}
    .ayse-footer-buttons{margin-bottom:38px}
    .ayse-footer-btn{flex:1}
    .ayse-footer-strip-inner{justify-content:flex-start;display:grid;grid-template-columns:1fr 1fr;gap:13px;padding:18px 0}
    .ayse-footer-bottom{flex-direction:column;align-items:flex-start;justify-content:center;padding:20px 0;gap:7px}
}
