@keyframes tvqpulse-footer { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.45; transform:scale(.8); } }

.tv-footer { position:relative; z-index:1; display:block; overflow:hidden; box-sizing:border-box; width:100%; padding:0; background:#0b0814; border-top:1px solid rgba(167,139,250,.16); color:#ececf4; font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Helvetica,sans-serif; font-size:16px; text-align:left; }
.tv-footer * { box-sizing:border-box; }
.tv-footer a { color:inherit; text-decoration:none; }
.tv-glow { position:absolute; top:-280px; left:50%; width:1100px; height:440px; transform:translateX(-50%); background:radial-gradient(50% 50% at 50% 50%,rgba(124,58,237,.22),rgba(124,58,237,0) 70%); pointer-events:none; }
.tv-watermark { position:absolute; left:50%; bottom:-56px; transform:translateX(-50%); color:rgba(196,181,253,.055); font-size:230px; font-weight:700; letter-spacing:.14em; line-height:.8; white-space:nowrap; pointer-events:none; user-select:none; }
.tv-inner { position:relative; z-index:1; max-width:1240px; margin:0 auto; padding:52px 60px 0; }
.tv-top { display:flex; align-items:center; justify-content:space-between; gap:32px; padding-bottom:40px; }
.tv-status { display:inline-flex; align-items:center; gap:10px; padding:11px 18px 11px 15px; border:1px solid rgba(52,211,153,.26); border-radius:999px; background:rgba(16,185,129,.06); color:#d5f2e6; font-size:15px; }
.tv-status i { width:7px; height:7px; border-radius:50%; background:#34d399; box-shadow:0 0 0 4px rgba(52,211,153,.16); animation:tvqpulse-footer 2.4s ease-in-out infinite; }
.tv-totop { display:inline-flex; align-items:center; gap:12px; color:#7d7897; font-family:ui-monospace,"SF Mono",SFMono-Regular,Menlo,monospace; font-size:12px; letter-spacing:.18em; text-transform:uppercase; transition:color .18s; }
.tv-totop span { display:inline-flex; align-items:center; justify-content:center; width:30px; height:30px; border:1px solid #2b2542; border-radius:50%; font-size:13px; }
.tv-totop:hover { color:#c4b5fd; }
.tv-rule { height:1px; background:linear-gradient(90deg,rgba(167,139,250,.32),rgba(167,139,250,.06) 60%,rgba(167,139,250,0)); }
.tv-grid { display:grid; grid-template-columns:1.5fr 1fr 1.15fr 1fr; gap:56px; padding:54px 0 60px; }
.tv-brand { display:flex; flex-direction:column; align-items:flex-start; gap:22px; }
.tv-logo { display:flex; align-items:center; gap:14px; }
.tv-logo img { width:46px; height:37px; object-fit:contain; filter:drop-shadow(0 6px 18px rgba(139,92,246,.45)); }
.tv-name { color:#f4f2fb; font-size:19px; font-weight:600; letter-spacing:.24em; }
.tv-tag { color:#6f6a85; font-family:ui-monospace,"SF Mono",SFMono-Regular,Menlo,monospace; font-size:11px; letter-spacing:.2em; text-transform:uppercase; }
.tv-brand p { max-width:320px; margin:0; color:#8b86a0; font-size:15px; line-height:1.65; text-wrap:pretty; }
.tv-col { display:flex; flex-direction:column; gap:18px; }
.tv-col h3 { margin:0; color:#605b76; font-family:ui-monospace,"SF Mono",SFMono-Regular,Menlo,monospace; font-size:11px; font-weight:400; letter-spacing:.2em; line-height:1.3; text-transform:uppercase; }
.tv-links { display:flex; flex-direction:column; align-items:flex-start; gap:12px; color:#cfcade; font-size:15px; }
.tv-links a,.tv-mail,.tv-linkedin { transition:color .16s,border-color .18s,background .18s; }
.tv-links a:hover { color:#c4b5fd; }
.tv-contact { display:flex; flex-direction:column; align-items:flex-start; gap:14px; color:#8b86a0; font-size:15px; }
.tv-mail { padding-bottom:3px; border-bottom:1px solid rgba(167,139,250,.35); color:#f4f2fb; font-size:17px; font-weight:500; }
.tv-mail:hover { border-color:#c4b5fd; }
.tv-call { width:100%; max-width:220px; }
.tv-call-toggle { display:inline-flex; align-items:center; gap:9px; min-height:38px; margin:0; padding:8px 11px; border:1px solid rgba(167,139,250,.2); border-radius:9px; background:rgba(167,139,250,.045); color:#aaa4bd; font:inherit; font-size:14px; line-height:1; cursor:pointer; transition:color .18s ease,border-color .18s ease,background .18s ease; }
.tv-call-toggle:hover { border-color:rgba(196,181,253,.42); background:rgba(167,139,250,.09); color:#ece9f5; }
.tv-call-toggle:focus-visible { outline:2px solid #a78bfa; outline-offset:3px; color:#fff; }
.tv-call-toggle[aria-expanded="true"] { border-color:rgba(196,181,253,.34); background:rgba(167,139,250,.1); color:#f4f2fb; }
.tv-call-phone { width:17px; height:17px; flex:0 0 auto; }
.tv-call-chevron { width:14px; height:14px; flex:0 0 auto; margin-left:2px; transition:transform .24s ease; }
.tv-call-toggle[aria-expanded="true"] .tv-call-chevron { transform:rotate(180deg); }
.tv-call-panel { display:grid; grid-template-rows:0fr; visibility:hidden; opacity:0; transition:grid-template-rows .24s cubic-bezier(.22,.8,.24,1),opacity .18s ease,visibility 0s linear .24s; }
.tv-call-panel[data-open] { grid-template-rows:1fr; visibility:visible; opacity:1; transition:grid-template-rows .24s cubic-bezier(.22,.8,.24,1),opacity .2s ease,visibility 0s; }
.tv-call-panel-inner { min-width:0; overflow:hidden; }
.tv-call-number { display:inline-block; max-width:100%; margin-top:9px; padding:7px 2px 4px; border-bottom:1px solid rgba(167,139,250,.3); color:#d8d4e3; font-size:15px; font-variant-numeric:tabular-nums; line-height:1.35; white-space:normal; overflow-wrap:anywhere; transition:color .18s ease,border-color .18s ease; }
.tv-call-number:hover { border-color:#c4b5fd; color:#fff; }
.tv-call-number:focus-visible { outline:2px solid #a78bfa; outline-offset:3px; border-radius:2px; }
.tv-social { display:flex; align-items:center; gap:12px; padding-top:4px; }
.tv-linkedin { display:inline-flex; align-items:center; justify-content:center; width:42px; height:42px; border:1px solid #241f39; border-radius:10px; background:#130f21; color:#f4f2fb; font-size:19px; font-weight:600; line-height:1; }
.tv-linkedin:hover { border-color:#3d3363; background:#181233; color:#fff; }
.tv-social-label { color:#f4f2fb; font-size:16px; font-weight:600; letter-spacing:-.015em; }
.tv-bottom { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:22px 0 26px; border-top:1px solid rgba(255,255,255,.06); color:#605b76; font-family:ui-monospace,"SF Mono",SFMono-Regular,Menlo,monospace; font-size:12px; letter-spacing:.05em; line-height:1.5; }

@media (max-width:1000px) {
  .tv-inner { padding:44px 28px 0; }
  .tv-grid { grid-template-columns:1fr 1fr; gap:40px; padding:40px 0 44px; }
  .tv-watermark { bottom:-34px; font-size:140px; }
}

@media (max-width:640px) {
  .tv-top { flex-direction:column; align-items:flex-start; gap:18px; }
  .tv-grid { grid-template-columns:1fr; gap:34px; }
  .tv-bottom { flex-direction:column; align-items:flex-start; gap:10px; padding-bottom:90px; }
  .tv-watermark { bottom:-20px; font-size:96px; }
}

@media (prefers-reduced-motion:reduce) {
  .tv-status i { animation:none; }
  .tv-call-toggle,.tv-call-chevron,.tv-call-panel,.tv-call-number { transition:none; }
}
