/* ═══════════════════════════════════════════════════
   TATILDEYAP NOVA — FOOTER v4
   Prefix: tdy-ft-
   Style: Professional navy + amber CTA accents
   Mobile-first
════════════════════════════════════════════════════ */

/* ── Go Top Button ── */
#goTopBtn {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    width: 44px;
    height: 44px;
    border: none;
    outline: none;
       background: #fdae28;
    color: #595d64;
    cursor: pointer;
    border-radius: 12px;
    font-size: 15px;
    box-shadow: 0 4px 16px rgba(245,158,11,.45);
    transition: transform .2s, box-shadow .2s, background .2s;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#goTopBtn.show { display: flex; }
#goTopBtn:hover {
    background: #e08d00;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(245,158,11,.55);
}

/* ── Footer CTA Band ── */
.tdy-ft-cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    
    border: 1px solid rgb(98 126 205 / 20%);
    border-radius: 14px;
    padding: 14px 20px;
    margin-bottom: 36px;
}
.tdy-ft-cta-band-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .86rem;
    font-weight: 700;
    color: #fcd34d;
    white-space: nowrap;
}
.tdy-ft-cta-band-label i { color: #f59e0b; font-size: .95rem; }
.tdy-ft-cta-band-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.tdy-ft-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    border-radius: 9px;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s;
    white-space: nowrap;
    line-height: 1.3;
}
.tdy-ft-cta-btn--phone {
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
}
.tdy-ft-cta-btn--phone:hover {
    background: rgba(255,255,255,.18);
    color: #fff;
    border-color: rgba(255,255,255,.3);
}
.tdy-ft-cta-btn--wa {
    background: #25d366;
    color: #fff;
    box-shadow: 0 3px 12px rgba(37,211,102,.3);
}
.tdy-ft-cta-btn--wa:hover {
    background: #1dbc58;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37,211,102,.4);
}

/* ── Footer Wrapper ── */
.tdy-ft-footer {
    background: linear-gradient(160deg, #0d1f3f 0%, #162d56 55%, #1e3d72 100%);
    color: #fff;
    padding: 60px 0 0;
    margin-top: 56px;
    position: relative;
    overflow: hidden;
}
/* Decorative circle — top right */
.tdy-ft-footer::before {
    content: '';
    position: absolute;
    top: -90px;
    right: -70px;
    width: 380px;
    height: 380px;
    background: rgba(255,255,255,.04);
    border-radius: 50%;
    pointer-events: none;
}
/* Decorative circle — bottom left */
.tdy-ft-footer::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: -80px;
    width: 280px;
    height: 280px;
    background: rgba(255,255,255,.03);
    border-radius: 50%;
    pointer-events: none;
}
.tdy-ft-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* ── Top accent bar ── */
.tdy-ft-footer > .tdy-ft-container > .tdy-ft-main::before {
    display: none;
}

/* ── Main 2-column: brand | links-grid ── */
.tdy-ft-main {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 48px 64px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

/* ── Brand Column ── */
.tdy-ft-brand-name {
    font-size: 1.75rem;
    font-weight: 800;
     background: linear-gradient(135deg, #fcd34d 0%, #d7a044 55%, #dfa25b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -.035em;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
	margin-bottom: 19px;
}
.tdy-ft-tursab {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(245,158,11,.12);
    border: 1px solid rgba(245,158,11,.25);
    border-left: 3px solid #f59e0b;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: .75rem;
    font-weight: 700;
    color: #fcd34d;
    margin-bottom: 14px;
    white-space: nowrap;
}
.tdy-ft-tursab i { color: #f59e0b; font-size: .8rem; }
.tdy-ft-company {
    font-weight: 600;
    font-size: .8rem;
    color: rgba(255,255,255,.65);
    margin-bottom: 10px;
    line-height: 1.55;
}
.tdy-ft-brand-desc {
    font-size: .78rem;
    line-height: 1.75;
    color: rgba(255,255,255,.45);
    margin-bottom: 20px;
}

/* Trust badges — white pill background for clarity */
.tdy-ft-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.tdy-ft-trust a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 10px;
    padding: 7px 12px;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.tdy-ft-trust a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,.25);
}
.tdy-ft-trust img {
    height: 38px;
    width: auto;
    display: block;
}

/* ── Links Grid (4 columns) ── */
.tdy-ft-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 24px;
}

/* ── Section Column heading ── */
.tdy-ft-col-head {
    font-size: .7rem;
    font-weight: 700;
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
}
.tdy-ft-col-head::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 24px;
    height: 2px;
    background: #f59e0b;
}

/* ── Nav links ── */
.tdy-ft-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tdy-ft-links li { margin-bottom: 9px; }
.tdy-ft-links a {
    color: rgba(255,255,255,.62);
    text-decoration: none;
    font-size: .83rem;
    transition: color .18s, padding-left .18s;
    display: block;
    line-height: 1.45;
    padding-left: 0;
}
.tdy-ft-links a:hover {
    color: #fbbf24;
    padding-left: 4px;
}

/* ── Contact items ── */
.tdy-ft-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 10px;
    font-size: .82rem;
    color: rgba(255,255,255,.62);
    line-height: 1.5;
}
.tdy-ft-contact-item i {
    color: #7dd3fc;
    font-size: .7rem;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: rgba(125,211,252,.1);
    border: 1px solid rgba(125,211,252,.18);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.tdy-ft-contact-item a {
    color: rgba(255,255,255,.62);
    text-decoration: none;
    transition: color .18s;
}
.tdy-ft-contact-item a:hover { color: #fbbf24; }

/* ── Social icons ── */
.tdy-ft-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.tdy-ft-social a {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s, transform .18s;
}
.tdy-ft-social a:hover {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #1f396a;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(245,158,11,.4);
}

/* ── Useful Links Bar ── */
.tdy-ft-useful {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    display: flex;
    align-items: center;
    gap: 6px 12px;
    flex-wrap: wrap;
}
.tdy-ft-useful-label {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: rgba(255,255,255,.4);
    margin-right: 4px;
    flex-shrink: 0;
    white-space: nowrap;
}
.tdy-ft-useful a {
    color: rgba(255,255,255,.5);
    font-size: .8rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color .18s;
    white-space: nowrap;
}
.tdy-ft-useful a i { font-size: .7rem; }
.tdy-ft-useful a:hover { color: #fbbf24; }
.tdy-ft-useful-sep {
    color: rgba(255,255,255,.18);
    font-size: .7rem;
    user-select: none;
}

/* ── Bottom Bar ── */
.tdy-ft-bottom {
    padding: 14px 0;
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.tdy-ft-copyright {
    font-size: .8rem;
    color: rgba(255,255,255,.4);
}
.tdy-ft-legal {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}
.tdy-ft-legal a {
    color: rgba(255,255,255,.4);
    font-size: .8rem;
    text-decoration: none;
    transition: color .18s;
    white-space: nowrap;
}
.tdy-ft-legal a:hover { color: rgba(255,255,255,.8); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1199px) {
    .tdy-ft-main { grid-template-columns: 200px 1fr; gap: 36px 48px; }
    .tdy-ft-links-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
}
@media (max-width: 991px) {
    .tdy-ft-footer { padding: 48px 0 0; margin-top: 40px; }
    .tdy-ft-main { grid-template-columns: 1fr; gap: 32px; }
    .tdy-ft-brand-name { font-size: 1.45rem; }
    .tdy-ft-links-grid { grid-template-columns: 1fr 1fr; gap: 24px 20px; }
    .tdy-ft-trust img { height: 34px; }
}
@media (max-width: 767px) {
    .tdy-ft-links-grid { grid-template-columns: 1fr 1fr; gap: 20px 16px; }
    .tdy-ft-cta-band { padding: 12px 16px; gap: 12px; }
}
@media (max-width: 575px) {
    .tdy-ft-footer { padding: 40px 0 0; margin-top: 32px; }
    .tdy-ft-container { padding: 0 14px; }
    .tdy-ft-links-grid { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
    .tdy-ft-bottom { flex-direction: column; text-align: center; gap: 6px; }
    .tdy-ft-legal { justify-content: center; gap: 10px; }
    .tdy-ft-useful { justify-content: center; }
    #goTopBtn { bottom: 16px; right: 16px; }
    .tdy-ft-cta-band { flex-direction: column; align-items: flex-start; gap: 10px; }
    .tdy-ft-cta-band-actions { width: 100%; }
    .tdy-ft-cta-btn { flex: 1; justify-content: center; }
}