/* ============================================================
   Annora Ceylon — template-footer.css v5.0
   DARK THEME · Ceylon Midnight Obsidian + Antique Gold
   Prefix: tt-
   5-column footer grid: Brand | AU Packages | CH/IN/MV | Company | Trust
   WA Widget: position fixed BOTTOM-RIGHT — static HTML outside <footer>
   ALL values reference variables from main.css ONLY
   ============================================================ */

/* ── FOOTER WRAPPER ─────────────────────────────────────────── */
.tt-footer {
    position: relative;
    background: var(--color-navy-deep);
    color: var(--color-white-70);
    overflow: hidden;
}
.tt-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 50% at 5% 10%, rgba(var(--color-gold-rgb), 0.04) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 95% 90%, rgba(var(--color-green-rgb), 0.04) 0%, transparent 60%),
        radial-gradient(ellipse 80% 30% at 50% 100%, rgba(var(--color-navy-rgb), 0.30) 0%, transparent 60%);
    pointer-events: none;
}

/* ── TOP DIVIDER ────────────────────────────────────────────── */
.tt-footer-divider {
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        var(--color-gold-dark) 20%,
        var(--color-gold) 40%,
        var(--color-gold-light) 50%,
        var(--color-gold) 60%,
        var(--color-gold-dark) 80%,
        transparent 100%);
}

/* ── TERRAIN ────────────────────────────────────────────────── */
.tt-footer-terrain {
    height: 18px;
    position: relative;
    margin-top: -1px;
    overflow: hidden;
}
.tt-footer-terrain::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 18px;
    background: rgba(var(--color-gold-rgb), 0.06);
    clip-path: polygon(0% 100%, 4% 55%, 10% 80%, 18% 35%, 25% 70%, 33% 20%, 42% 60%, 50% 5%, 58% 50%, 65% 15%, 73% 65%, 82% 25%, 90% 70%, 96% 40%, 100% 65%, 100% 100%);
}

/* ── FOOTER BODY ────────────────────────────────────────────── */
.tt-footer-body { padding: 32px 0 20px; }
.tt-footer-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(14px, 3.5vw, 48px);
}
.tt-footer-grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 0.9fr 1.2fr;
    gap: 24px;
    align-items: start;
}

/* ── COL: BRAND ─────────────────────────────────────────────── */
.tt-footer-logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.tt-footer-logo {
    width: 52px; height: 52px;
    border-radius: var(--radius-lg);
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}
.tt-footer-brand-text { display: flex; flex-direction: column; gap: 3px; }
.tt-footer-brand-name {
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    color: var(--color-white-95);
    letter-spacing: -0.01em;
    line-height: 1.2;
}
.tt-footer-brand-tagline {
    font-family: var(--font-elegant);
    font-size: 10px;
    font-style: italic;
    color: var(--color-gold);
    letter-spacing: 0.06em;
    opacity: 0.80;
}

.tt-footer-desc {
    font-family: var(--font-primary);
    font-size: 12.5px;
    line-height: 1.65;
    color: var(--color-white-55);
    margin: 0 0 14px;
}
.tt-footer-desc strong { color: var(--color-white-75); font-weight: 600; }

/* Market badges */
.tt-footer-markets { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.tt-footer-market-badge {
    font-family: var(--font-primary);
    font-size: 10.5px;
    font-weight: 600;
    color: var(--color-white-60);
    padding: 3px 9px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 99px;
    letter-spacing: 0.02em;
}

/* Stats */
.tt-footer-stats {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 14px 16px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(var(--color-gold-rgb), 0.12);
    border-radius: 11px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.tt-footer-stat { text-align: center; flex: 1; min-width: 0; }
.tt-fstat-num {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--color-gold);
    line-height: 1;
}
.tt-fstat-suffix { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--color-gold); }
.tt-fstat-label {
    display: block;
    font-family: var(--font-primary);
    font-size: 9.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-white-40);
    margin-top: 3px;
}
.tt-footer-stat-sep {
    width: 1px;
    height: 32px;
    background: rgba(var(--color-gold-rgb), 0.18);
    flex-shrink: 0;
}

/* Contact cards */
.tt-footer-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-bottom: 16px;
}
.tt-footer-contact-card {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 11px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 9px;
    text-decoration: none;
    transition: background 0.20s, border-color 0.20s;
}
.tt-footer-contact-card:hover {
    background: rgba(var(--color-gold-rgb), 0.08);
    border-color: rgba(var(--color-gold-rgb), 0.20);
}
.tt-fcc-icon {
    width: 30px; height: 30px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(var(--color-gold-rgb), 0.12);
    border-radius: 7px;
    font-size: 12px;
    color: var(--color-gold);
    flex-shrink: 0;
}
.tt-fcc-icon-wa { background: rgba(37, 211, 102, 0.12); color: #25d366; }
.tt-fcc-text { display: flex; flex-direction: column; min-width: 0; }
.tt-fcc-label {
    font-family: var(--font-primary);
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-white-40);
}
.tt-fcc-value {
    font-family: var(--font-primary);
    font-size: 11px;
    color: var(--color-white-75);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Social icons */
.tt-footer-socials { display: flex; gap: 7px; flex-wrap: wrap; }
.tt-footer-social {
    width: 34px; height: 34px;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
    color: var(--color-white-40);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 8px;
    text-decoration: none;
    transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s;
}
.tt-footer-social:hover {
    color: var(--color-gold-light);
    background: rgba(var(--color-gold-rgb), 0.12);
    border-color: rgba(var(--color-gold-rgb), 0.25);
    transform: translateY(-2px);
}

/* ── COLUMN HEADINGS ────────────────────────────────────────── */
.tt-footer-col-title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0 0 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(var(--color-gold-rgb), 0.18);
    flex-wrap: wrap;
}
.tt-footer-col-title-second { margin-top: 20px; }
.tt-footer-col-icon { font-size: 14px; }
.tt-footer-col-season {
    margin-left: auto;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: var(--color-white-35);
    background: rgba(255,255,255,0.06);
    padding: 2px 7px;
    border-radius: 99px;
    text-transform: none;
}

/* ── NAV LINKS ──────────────────────────────────────────────── */
.tt-footer-nav-list { list-style: none; margin: 0; padding: 0; }
.tt-footer-nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 6px;
    font-family: var(--font-primary);
    font-size: 12.5px;
    color: var(--color-white-55);
    text-decoration: none;
    border-radius: 6px;
    border-left: 2px solid transparent;
    transition: color 0.18s, background 0.18s, border-color 0.18s, padding-left 0.18s;
    line-height: 1.35;
    margin-bottom: 1px;
}
.tt-footer-nav-link i {
    font-size: 10px;
    color: var(--color-gold);
    opacity: 0.50;
    width: 12px;
    text-align: center;
    flex-shrink: 0;
    transition: opacity 0.18s;
}
.tt-footer-nav-link:hover {
    color: var(--color-gold-light);
    background: rgba(var(--color-gold-rgb), 0.08);
    border-left-color: var(--color-gold);
    padding-left: 10px;
}
.tt-footer-nav-link:hover i { opacity: 1; }
.tt-footer-nav-gold { color: var(--color-gold) !important; font-weight: 600; }
.tt-footer-nav-link em {
    font-style: normal;
    font-size: 9.5px;
    color: var(--color-white-35);
    margin-left: auto;
    white-space: nowrap;
    flex-shrink: 0;
}
.tt-footer-nav-link span { flex: 1; min-width: 0; }

/* View all */
.tt-footer-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 600;
    color: var(--color-gold);
    text-decoration: none;
    opacity: 0.75;
    transition: gap 0.15s, opacity 0.15s;
}
.tt-footer-view-all i { font-size: 9px; }
.tt-footer-view-all:hover { gap: 9px; opacity: 1; color: var(--color-gold-light); }

/* ── TRUST CARD ─────────────────────────────────────────────── */
.tt-footer-trust-card {
    padding: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(var(--color-gold-rgb), 0.14);
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: inset 0 1px 0 rgba(var(--color-gold-rgb), 0.07);
}
.tt-footer-trust-title {
    font-family: var(--font-primary);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.tt-footer-trust-title i { font-size: 11px; }
.tt-footer-trust-list { list-style: none; margin: 0; padding: 0; }
.tt-footer-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.tt-footer-trust-item:last-child { border-bottom: none; padding-bottom: 0; }
.tt-trust-icon-wrap {
    width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(var(--color-gold-rgb), 0.12);
    border-radius: 7px;
    font-size: 11px;
    color: var(--color-gold);
    flex-shrink: 0;
}
.tt-trust-text { display: flex; flex-direction: column; gap: 1px; }
.tt-trust-label { font-family: var(--font-primary); font-size: 12px; font-weight: 600; color: var(--color-white-80); }
.tt-trust-sub { font-family: var(--font-primary); font-size: 10.5px; color: var(--color-white-40); line-height: 1.4; }

/* ── HOURS CARD ─────────────────────────────────────────────── */
.tt-footer-hours-card {
    padding: 13px 15px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    margin-bottom: 14px;
}
.tt-footer-hours-title {
    font-family: var(--font-primary);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0 0 9px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tt-footer-hours-title i { font-size: 10px; }
.tt-footer-hours-list { list-style: none; margin: 0; padding: 0; }
.tt-footer-hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-family: var(--font-primary);
    font-size: 11.5px;
}
.tt-footer-hours-list li:last-child { border-bottom: none; }
.tt-footer-hours-list li span:first-child { color: var(--color-white-50); }
.tt-footer-hours-list li span:last-child { color: var(--color-white-75); font-weight: 500; }
.tt-footer-emergency-note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 9px 0 0;
    font-family: var(--font-primary);
    font-size: 10.5px;
    color: var(--color-green-light);
    opacity: 0.85;
}
.tt-footer-emergency-note i { font-size: 10px; }

/* ── LANGUAGES ──────────────────────────────────────────────── */
.tt-footer-langs { margin-bottom: 14px; }
.tt-footer-langs-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-primary);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-gold);
    margin-bottom: 7px;
    opacity: 0.80;
}
.tt-footer-langs-label i { font-size: 9px; }
.tt-footer-langs-list { display: flex; flex-wrap: wrap; gap: 5px; }
.tt-footer-lang-badge {
    font-family: var(--font-primary);
    font-size: 10.5px;
    font-weight: 500;
    color: var(--color-white-55);
    padding: 3px 8px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 6px;
}

/* ── FOOTER BOTTOM BAR ──────────────────────────────────────── */
.tt-footer-bottom {
    background: var(--color-navy-abyss);
    border-top: 1px solid rgba(var(--color-gold-rgb), 0.12);
    padding: 14px 0;
    position: relative;
    z-index: 1;
}
.tt-footer-bottom-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 clamp(14px, 3.5vw, 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.tt-footer-bottom-left { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.tt-footer-copyright { font-family: var(--font-primary); font-size: 11.5px; color: var(--color-white-40); }
.tt-footer-bottom-sep { color: rgba(255,255,255,0.18); }
.tt-footer-bottom-powered { font-family: var(--font-primary); font-size: 11px; color: var(--color-white-30); font-style: italic; }
.tt-footer-bottom-right { display: flex; align-items: center; }
.tt-footer-bottom-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.tt-footer-bottom-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-primary);
    font-size: 10px;
    font-weight: 600;
    color: var(--color-white-45);
}
.tt-footer-bottom-badge i { font-size: 9px; color: var(--color-gold); opacity: 0.70; }

/* ══════════════════════════════════════════════════════════════
   BACK TO TOP — fixed, placed outside <footer> in HTML
   ══════════════════════════════════════════════════════════════ */
.tt-back-to-top {
    position: fixed;
    bottom: 104px;
    right: 28px;
    width: 40px;
    height: 40px;
    background: var(--color-navy-mid);
    border: 1px solid rgba(var(--color-gold-rgb), 0.25);
    border-radius: 10px;
    color: var(--color-gold);
    font-size: 13px;
    cursor: pointer;
    z-index: var(--z-index-fixed);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tt-back-to-top.visible,
.tt-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.tt-back-to-top:hover { background: var(--color-navy-light); border-color: rgba(var(--color-gold-rgb), 0.45); }

/* ══════════════════════════════════════════════════════════════
   WHATSAPP FLOATING WIDGET
   Static HTML placed outside <footer> — position:fixed works cleanly.
   bottom: 28px  right: 28px — proper breathing room from viewport edge.
   ══════════════════════════════════════════════════════════════ */
.tt-wa-widget {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: var(--z-index-maximum);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.tt-wa-fab {
    position: relative;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1aad54, #25d366);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(0,0,0,0.25);
    transition: transform 0.25s, box-shadow 0.25s;
}
.tt-wa-fab:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 32px rgba(37, 211, 102, 0.60), 0 4px 12px rgba(0,0,0,0.35);
}

.tt-wa-fab-icon { font-size: 26px; color: #fff; transition: opacity 0.2s; }

.tt-wa-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: #e84040;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-navy-deep);
    transition: opacity 0.2s;
}
.tt-wa-badge.badge-hidden { opacity: 0; pointer-events: none; }

.tt-wa-pulse {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.55);
    animation: ttWaPulse 2.2s ease-out infinite;
}
@keyframes ttWaPulse {
    0%   { transform: scale(1); opacity: 0.85; }
    100% { transform: scale(1.75); opacity: 0; }
}

/* ── POPUP ──────────────────────────────────────────────────── */
.tt-wa-popup {
    width: 320px;
    background: var(--color-navy-mid);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.65), 0 6px 16px rgba(0,0,0,0.35);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.96);
    transform-origin: bottom right;
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.tt-wa-popup.wa-popup-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.tt-wa-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: linear-gradient(135deg, #1aad54, #25d366);
}
.tt-wa-agent { display: flex; align-items: center; gap: 10px; }
.tt-wa-agent-avatar { position: relative; }
.tt-wa-avatar-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: contain;
    border: 2px solid rgba(255,255,255,0.40);
    background: rgba(255,255,255,0.20);
}
.tt-wa-online-dot {
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #25d366;
}
.tt-wa-agent-name {
    display: block;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.tt-wa-agent-status { display: flex; align-items: center; gap: 5px; }
.tt-wa-status-dot {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.80;
}
.tt-wa-status-dot::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    animation: ttWaStatusPulse 1.8s ease-in-out infinite;
}
@keyframes ttWaStatusPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.40; } }
#tt-wa-status-text { font-family: var(--font-primary); font-size: 11px; color: rgba(255,255,255,0.85); }

.tt-wa-close {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.15);
    border: none;
    border-radius: 7px;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.tt-wa-close:hover { background: rgba(255,255,255,0.25); }

.tt-wa-body { padding: 14px 14px 10px; background: var(--color-navy-deep); }
.tt-wa-date-chip {
    text-align: center;
    font-family: var(--font-primary);
    font-size: 10px;
    font-weight: 600;
    color: var(--color-white-35);
    background: rgba(255,255,255,0.05);
    border-radius: 99px;
    padding: 2px 10px;
    display: flex;
    justify-content: center;
    margin: 0 auto 10px;
}
.tt-wa-message { display: flex; flex-direction: column; align-items: flex-start; }
.tt-wa-bubble {
    background: var(--color-navy-mid);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px 14px 14px 2px;
    padding: 11px 14px;
    font-family: var(--font-primary);
    font-size: 12.5px;
    line-height: 1.6;
    color: var(--color-white-75);
    max-width: 90%;
}
.tt-wa-bubble strong { color: var(--color-white-95); }
.tt-wa-msg-time {
    font-family: var(--font-primary);
    font-size: 10px;
    color: var(--color-white-30);
    margin-top: 4px;
    padding-left: 4px;
}

.tt-wa-quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 8px 14px 10px;
    background: var(--color-navy-deep);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.tt-wa-qr-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 11px;
    background: rgba(37, 211, 102, 0.10);
    border: 1px solid rgba(37, 211, 102, 0.25);
    border-radius: 99px;
    font-family: var(--font-primary);
    font-size: 11px;
    font-weight: 600;
    color: #25d366;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}
.tt-wa-qr-btn i { font-size: 10px; }
.tt-wa-qr-btn:hover { background: rgba(37, 211, 102, 0.18); border-color: rgba(37, 211, 102, 0.45); }

.tt-wa-input-row {
    display: flex;
    gap: 0;
    padding: 10px 14px 14px;
    background: var(--color-navy-deep);
    border-top: 1px solid rgba(255,255,255,0.06);
}
.tt-wa-input {
    flex: 1;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 9px 12px;
    font-family: var(--font-primary);
    font-size: 12.5px;
    color: var(--color-white-80);
    outline: none;
    transition: border-color 0.2s;
}
.tt-wa-input::placeholder { color: var(--color-white-28, rgba(255,255,255,0.28)); }
.tt-wa-input:focus { border-color: rgba(37, 211, 102, 0.40); }
.tt-wa-send-btn {
    background: linear-gradient(135deg, #1aad54, #25d366);
    border: none;
    border-radius: 0 10px 10px 0;
    padding: 9px 14px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: filter 0.2s;
}
.tt-wa-send-btn:hover { filter: brightness(1.08); }

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 1400px) {
    .tt-footer-grid { grid-template-columns: 1.5fr 1fr 1fr 0.9fr 1.1fr; gap: 20px; }
}
@media (max-width: 1200px) {
    .tt-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.1fr; }
    .tt-footer-trust-col { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; align-items: start; }
    .tt-footer-trust-card { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
    .tt-footer-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .tt-footer-brand-col { grid-column: 1 / -1; }
    .tt-footer-trust-col { grid-column: 1 / -1; grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .tt-footer-grid { grid-template-columns: 1fr; }
    .tt-footer-contacts { grid-template-columns: 1fr; }
    .tt-footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
    .tt-wa-popup { width: min(300px, calc(100vw - 24px)); }
    .tt-wa-widget { bottom: 20px; right: 20px; }
    .tt-back-to-top { bottom: 88px; right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .tt-wa-pulse { animation: none; }
    .tt-wa-status-dot::after { animation: none; }
    .tt-footer-social { transition: none; }
}
